summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)