diff options
author | Ted Gould <ted@gould.cx> | 2012-12-04 10:19:47 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-12-04 10:19:47 -0600 |
commit | 63938c071b084f9c1a13cb21ebe95579c2a67c8b (patch) | |
tree | 317897e99bf0084f629108384fef597e348b5b25 | |
parent | a640bfebd38b880a86d1ba7697c3b77f156869ee (diff) | |
download | libayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.tar.gz libayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.tar.bz2 libayatana-appindicator-63938c071b084f9c1a13cb21ebe95579c2a67c8b.zip |
Making it so that clean doesn't have cli in it
-rwxr-xr-x | debian/rules | 4 |
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 |