From baedacec8056b1ea28d8ac7541e6dcc582d1e3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Oct 2018 10:18:45 +0200 Subject: Migrate to debhelper 11 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'debian') 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 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 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 -- cgit v1.2.3