diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 20:33:16 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 20:33:16 +0200 | 
| commit | daa2a689bd5ad3a3b1f35f71cdc39a3495ba18fa (patch) | |
| tree | ae84a068e08459e2a653e6913f595b31522bf99b | |
| parent | 0a3390f415168cd5d165d111b0ec48d432c74dd5 (diff) | |
Migrate to debhelper 11
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e77c864..8ed799a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ gcstar (1.7.1+repack-2) UNRELEASED; urgency=medium      - Switch Vcs-* to new loacation.    * Change to my new mail address.    * Declare compliance with Debian Policy 4.1.5 (no changes required). +  * Migrate to debhelper 11: +    - Change debian/compat to 11. +    - Bump minimum debhelper version in debian/control to >= 11.   -- Jörg Frings-Fürst <debian@jff.email>  Sun, 08 Jul 2018 20:08:17 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 585ab6b..7cd7ef7 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep:   libxml-parser-perl,   libxml-simple-perl,  Build-Depends: - debhelper (>= 10) + debhelper (>= 11)  Standards-Version: 4.1.5  Homepage: http://www.gcstar.org/  Vcs-Git: git://jff.email/opt/git/gcstar.git  | 
