summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-03-31 12:27:47 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-03-31 12:27:47 +0200
commit4c12d3d6dbcf2e2e9ccc329c5059faf957d9f8c3 (patch)
tree3d99393f26d40d1dba56adfa69bbdc20c63fb290
parent4a70102ee8998a65b1f7a5ab62e6105b1cb0c589 (diff)
Bump compat to 10
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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 $@