diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-01 15:15:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-01 15:15:02 +0200 |
commit | a0062c897268083f2a75120993e8031d3a3be0bd (patch) | |
tree | 2d42dea1864a5d3acbab0fd8888a86e1b15020eb | |
parent | 05f979fe4c3a3d7ccf5ec5a6339d458001cae5b8 (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 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], |