summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-04-16 16:08:25 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-04-16 16:08:25 +0000
commit589b5ed78f89296eea5f20757b090ea4a89520ea (patch)
treef6f67a1c071c20eed52458ea4f02d18d36edfe32
parent015cff31b910eda838656ecad8076aeac256c985 (diff)
Really call dh_autoreconf (Matthias Klose)
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 06c48a9..f0d3342 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,12 @@ httrack (3.48.2-1) unstable; urgency=low
-- Xavier Roche <xavier@debian.org> Thu, 10 Apr 2014 18:30:08 +0200
+httrack (3.48.1-5) unstable; urgency=low
+
+ * Really call dh_autoreconf, fix configure dependencies.
+
+ -- Matthias Klose <doko@ubuntu.com> Wed, 16 Apr 2014 14:46:20 +0200
+
httrack (3.48.1-4) unstable; urgency=low
* Cleanup in dependencies
diff --git a/debian/rules b/debian/rules
index 2a407ec..1553553 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
- autoreconf -v -i
+ dh_autoreconf
# note: dpkg-buildflags to be removed when compat=9
dh_auto_configure -- --enable-online-unit-tests=auto $(shell dpkg-buildflags --export=configure)