aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5326bff..dfb1d58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low
- Drop Build-Depends on cdbs.
* debian/rules:
- Convert to using the dh9 sequencer.
+ - Override dh_autoreconf to run autogen.sh and not call configure.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 21 Nov 2012 14:23:18 -0500
diff --git a/debian/rules b/debian/rules
index 8df3a90..35b1bb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ export G_MESSAGES_DEBUG = all
%:
dh $@ --with autoreconf
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+
override_dh_auto_configure: $(FLAVORS:%=doconfigure-%)
doconfigure-%: