diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-17 23:08:11 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-04-17 23:08:11 +0000 |
commit | 0202579ffb112403a79a6ce9cd81c63f2ccdfb74 (patch) | |
tree | 0dfab1a5737e6702a5f6dd5508c86d9e4f3bd203 | |
parent | 02d580a63d8d10318364c24aaf5ac799ec44b718 (diff) | |
parent | e40014d69ed6d3573f819b874d5ff14a82f2bd9d (diff) | |
download | libayatana-appindicator-0202579ffb112403a79a6ce9cd81c63f2ccdfb74.tar.gz libayatana-appindicator-0202579ffb112403a79a6ce9cd81c63f2ccdfb74.tar.bz2 libayatana-appindicator-0202579ffb112403a79a6ce9cd81c63f2ccdfb74.zip |
Remove the clean target.
Approved by PS Jenkins bot, Didier Roche, Iain Lane.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 4de13e7..05f030a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,12 @@ libappindicator (12.10.1daily13.04.13-0ubuntu2) UNRELEASED; urgency=low -- Iain Lane <iain.lane@canonical.com> Wed, 10 Apr 2013 12:57:58 +0100 +libappindicator (12.10.1daily13.03.13-0ubuntu2) UNRELEASED; urgency=low + + * debian/rules: drop the clean target, it's superfluous. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 09 Apr 2013 16:04:00 -0400 + libappindicator (12.10.1daily13.03.13-0ubuntu1) raring; urgency=low [ Sebastien Bacher ] diff --git a/debian/rules b/debian/rules index 69cab88..beb609c 100755 --- a/debian/rules +++ b/debian/rules @@ -17,11 +17,6 @@ CFLAGS += -fPIC %: dh $@ --with autoreconf,python2,cli,gir -# Note: No cli here so that the pbuilder stuff works -clean: - dh_autoreconf_clean - dh_clean - override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |