diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-16 08:52:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-16 08:52:40 +0200 |
commit | 5a7f7133beae3a1c64cdc4f3ff5dbf4398ff162b (patch) | |
tree | 20854bee590f9c1d4e619c36b94139f1de37c084 | |
parent | f21379939ff31e22a6e6f78b6c2ebe44c9fff8ab (diff) |
Bump compat to 10
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d721244..480a44f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +foomatic-filters (4.0.17-9) UNRELEASED; urgency=medium + + * 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, 16 Oct 2016 08:42:14 +0200 + foomatic-filters (4.0.17-8) unstable; urgency=medium * Move beh to the new package foomatic-filters-beh (Closes: #799259). 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 f73cdd1..400daeb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: autoconf, autotools-dev, - debhelper (>= 9), + debhelper (>= 10), libcups2-dev, libdbus-1-dev, perl, |