aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-12-05 16:23:27 -0600
committerTed Gould <ted@gould.cx>2012-12-05 16:23:27 -0600
commit3050e349a4d759d11efbeefe040589abfca5c2e2 (patch)
tree41a56b1acc8d1b5c139615f0152c63086f216955
parent9651f1d258b708b0b47eadeb8ab3108e38265646 (diff)
parentd2f16cb16d6d0595d70a5cb375f519342ae83556 (diff)
downloadlibayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.tar.gz
libayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.tar.bz2
libayatana-appindicator-3050e349a4d759d11efbeefe040589abfca5c2e2.zip
Adding a custom clean rule to the inline packaging.
-rwxr-xr-xdebian/rules4
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