diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
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 |