summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-03 10:18:45 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-03 10:18:45 +0200
commitbaedacec8056b1ea28d8ac7541e6dcc582d1e3a0 (patch)
treec050172df857b5573e59ca8a318bcbf7290c13e7
parent1a6ed416bf00887e5dc536c18093e73658138159 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
4 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c0d63e..cf2dd38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ xbase64 (3.1.2-13) UNRELEASED; urgency=medium
* Change to my new mail address:
- debian/control,
- debian/copyright
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
+ - Remove obsolate dh_autoreconf.
-- Jörg Frings-Fürst <debian@jff.email> Wed, 03 Oct 2018 10:13:15 +0200
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 fd92764..0620124 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Section: libs
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 3.9.8
Build-Depends:
- debhelper (>= 10),
- dh-autoreconf,
+ debhelper (>= 11),
doxygen
Homepage: http://sourceforge.net/projects/xdb/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/xbase64.git
diff --git a/debian/rules b/debian/rules
index 14144a0..d95b933 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-static