diff options
-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 9856486..e12d95d 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 7ea7ace..b8e0d7c 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 87543ae..2363e67 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 $@ |