diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-31 12:27:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-31 12:27:47 +0200 |
commit | 4c12d3d6dbcf2e2e9ccc329c5059faf957d9f8c3 (patch) | |
tree | 3d99393f26d40d1dba56adfa69bbdc20c63fb290 /debian | |
parent | 4a70102ee8998a65b1f7a5ab62e6105b1cb0c589 (diff) |
Bump compat to 10
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 98564868..e12d95d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,11 @@ libunistring (0.9.7-1) UNRELEASED; urgency=medium - Use multiarched libc-dev header. Thanks to Helmut Grohne <helmut@subdivi.de>. * Refresh and renumber the patch float-endian-detection.patch. + * Bump compat to 10: + - Change debian/compat to 10. + - Change debhelper version at debian/control to >= 10. + - Drop dh-autoreconf from both build-depends and dh --with arguments + because this is all defaults when using dh compat 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 27 Mar 2017 21:42:44 +0200 diff --git a/debian/control b/debian/control index 7ea7aceb..b8e0d7c7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: # cdbs (>= 0.4.93~), debhelper (>= 10), - dh-autoreconf +# dh-autoreconf Standards-Version: 3.9.8 Section: libs Homepage: http://www.gnu.org/software/libunistring/ diff --git a/debian/rules b/debian/rules index 87543ae7..2363e671 100755 --- a/debian/rules +++ b/debian/rules @@ -21,4 +21,4 @@ DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check %: - dh $@ --with autoreconf + dh $@ |