aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b98ebc7..ceeea91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low
- Use trailing commas for dep lists, as per other indicator packages.
- Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders.
* debian/compat: bump to compat level 9.
+ * debian/rules:
+ - use the dh sequencer with --with autoreconf.
+ - override dh_autoreconf to call autogen.sh from upstream.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 13:55:03 -0500
diff --git a/debian/rules b/debian/rules
index 4bfb412..2484aa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,10 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
+
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh-autoreconf ./autogen.sh
override_dh_install:
find debian/indicator-power -name \*.la -delete