From f64c49ba1cc139aba0bfe084ced167a9d6023159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 12 Aug 2014 20:45:33 +0200 Subject: debian/rules: Add --with autoreconf --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') 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 + + -- Jörg Frings-Fürst 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) -- cgit v1.2.3