aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:46:50 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:46:50 -0500
commitb4f0934ea725ea8fed2d27298127f62bdb15fc6b (patch)
tree8348b407bf03c9256405a50d24c86a36d6dfa26a /debian/rules
parentdb6421cfe6e144b63eba450f9e6f9ebe46f44ce6 (diff)
downloadayatana-indicator-power-b4f0934ea725ea8fed2d27298127f62bdb15fc6b.tar.gz
ayatana-indicator-power-b4f0934ea725ea8fed2d27298127f62bdb15fc6b.tar.bz2
ayatana-indicator-power-b4f0934ea725ea8fed2d27298127f62bdb15fc6b.zip
* debian/rules:
- use the dh sequencer with --with autoreconf. - override dh_autoreconf to call autogen.sh from upstream.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
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