diff options
author | Ted Gould <ted@gould.cx> | 2012-12-04 11:01:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-12-04 11:01:40 -0600 |
commit | d2f16cb16d6d0595d70a5cb375f519342ae83556 (patch) | |
tree | 41a56b1acc8d1b5c139615f0152c63086f216955 | |
parent | 3dceb092c0ff1bb26f1cab88f29541ba1571d30a (diff) | |
download | libayatana-appindicator-d2f16cb16d6d0595d70a5cb375f519342ae83556.tar.gz libayatana-appindicator-d2f16cb16d6d0595d70a5cb375f519342ae83556.tar.bz2 libayatana-appindicator-d2f16cb16d6d0595d70a5cb375f519342ae83556.zip |
Trying to be more direct
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index db4f79c..c4f16bc 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ CFLAGS += -fPIC dh $@ --with autoreconf,python2,cli,gir # Note: No cli here so that the pbuilder stuff works -override_dh_clean: +clean: dh_clean override_dh_autoreconf: |