diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-13 14:18:43 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-13 14:18:43 +0100 |
commit | 9a6fdbe5b5ee79494bac030ddfe092b4984a71e7 (patch) | |
tree | ee7d81dc9fac53049617491ce386f20379d133be | |
parent | c2de94e305f41064afe6428b2decd01680399188 (diff) |
Change debian/compat to 10
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b925f2d..5e7dc0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gcstar (1.7.1-2) UNRELEASED; urgency=medium - Add year 2017 to debian/*. * debian/control: - Bump Standards-Version to 3.9.8 (no changes required). + - Bump debhelper B-D minimum version to 10. + * Change debian/compat to 10 (no changes required). -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 13 Jan 2017 13:34:16 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 777bc56..46edbba 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep: libxml-parser-perl, libxml-simple-perl, Build-Depends: - debhelper (>= 9) + debhelper (>= 10) Standards-Version: 3.9.8 Homepage: http://www.gcstar.org/ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gcstar.git |