diff options
-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 f192bb8..4273d7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ argyll (1.9.1+repack-1) UNRELEASED; urgency=medium * New upstream release. - Refresh patches. + * Bump compat to 10: + - Change debian/compat to 10. + - Change debhelper version at debian/control to >= 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 02 Oct 2016 19:26:51 +0200 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 2be82d5..573759f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Standards-Version: 3.9.6 Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, dpkg-dev (>= 1.17.0), jam, |