From 4c12d3d6dbcf2e2e9ccc329c5059faf957d9f8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 31 Mar 2017 12:27:47 +0200 Subject: Bump compat to 10 --- debian/changelog | 5 +++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'debian') 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 . * 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 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 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 $@ -- cgit v1.2.3