From b4f0934ea725ea8fed2d27298127f62bdb15fc6b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:46:50 -0500 Subject: * debian/rules: - use the dh sequencer with --with autoreconf. - override dh_autoreconf to call autogen.sh from upstream. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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 -- cgit v1.2.3