aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-12-04 10:19:47 -0600
committerTed Gould <ted@gould.cx>2012-12-04 10:19:47 -0600
commit63938c071b084f9c1a13cb21ebe95579c2a67c8b (patch)
tree317897e99bf0084f629108384fef597e348b5b25 /debian/rules
parenta640bfebd38b880a86d1ba7697c3b77f156869ee (diff)
downloadlibayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.tar.gz
libayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.tar.bz2
libayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.zip
Making it so that clean doesn't have cli in it
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f6144f4..dd78987 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
+override_dh_clean:
+ dh clean --with autoreconf,python2,gir
+
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh