diff options
author | Ted Gould <ted@gould.cx> | 2012-12-05 16:23:27 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-12-05 16:23:27 -0600 |
commit | 3050e349a4d759d11efbeefe040589abfca5c2e2 (patch) | |
tree | 41a56b1acc8d1b5c139615f0152c63086f216955 /debian/rules | |
parent | 9651f1d258b708b0b47eadeb8ab3108e38265646 (diff) | |
parent | d2f16cb16d6d0595d70a5cb375f519342ae83556 (diff) | |
download | libayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.tar.gz libayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.tar.bz2 libayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.zip |
Adding a custom clean rule to the inline packaging.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f6144f4..c4f16bc 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,10 @@ CFLAGS += -fPIC %: dh $@ --with autoreconf,python2,cli,gir +# Note: No cli here so that the pbuilder stuff works +clean: + dh_clean + override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |