From e9179515eb1e70495a34b70de6d00cc625bcbdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 10:04:56 +0200 Subject: Remove now default dh-autoreconf --- debian/changelog | 3 +++ debian/control | 1 - debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 570fe5d..4bffe0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,11 @@ psocksxx (1.1.1-1) UNRELEASED; urgency=medium * debian/control: - Change to my new mail address. - Switch Vcs-* to new loacation. + - Remove now default Build-Depends dh-autoreconf. * debian/copyright: - Change to my new mail address. + * debian/rules: + - Remove now default --with autoreconf. -- Jörg Frings-Fürst Thu, 28 Jun 2018 06:55:17 +0200 diff --git a/debian/control b/debian/control index c883c4e..9b66890 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Jörg Frings-Fürst Uploaders: Uditha Atukorala Build-Depends: debhelper (>= 11), - dh-autoreconf, libcunit1-dev, libcppunit-dev Build-Depends-Indep: diff --git a/debian/rules b/debian/rules index b8258ef..0d3b37d 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -Wall UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -n '/\(Version:\)/{s/^Version:[[:space:]]\+\([0-9]\+:\)\?\(.*\)/\2/p}' | rev | cut -d- -f 2- | rev) %: - dh $@ --with autoreconf + dh $@ override_dh_auto_build-indep: dh_auto_build -- cgit v1.2.3