summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-10 10:04:56 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-10 10:04:56 +0200
commite9179515eb1e70495a34b70de6d00cc625bcbdd9 (patch)
tree02f64ed0b3d34116d0d175017649f33078de2009
parent2a6a643da9f6290441b18b1f03b3a3daddfdcf62 (diff)
Remove now default dh-autoreconf
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
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 <debian@jff.email> 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 <debian@jff.email>
Uploaders: Uditha Atukorala <ua@nuked.zone>
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