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 5e05986..1d38677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ sane-backends (1.0.27-1~experimental4) UNRELEASED; urgency=medium * debian/rules: - Add override_dh_autoreconf to prevend delete of libtool.m4 (Closes: #887032). + * 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, 12 Nov 2017 13:59:10 +0100 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 d0fc197..fef48c5 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 4.1.1 Build-Depends: autoconf, chrpath, - debhelper (>= 10), + debhelper (>= 11), gettext, libavahi-client-dev, libcam-dev [kfreebsd-any], |