summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ae1a48a..272c60d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+uriparser (0.8.0.1-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Add --with autoreconf to enable update Build Environment (Closes: #727517).
+ + Thanks to Breno Leitao <brenohl@br.ibm.com>
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 07 Aug 2014 23:25:37 +0200
+
uriparser (0.8.0.1-1) unstable; urgency=medium
* New Maintainer (Closes: #754473).
diff --git a/debian/rules b/debian/rules
index cb8b1c9..33dc725 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ endif
###
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_auto_configure:
./configure $(confflags)