diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-09 16:04:24 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-09 16:04:24 -0400 |
commit | e40014d69ed6d3573f819b874d5ff14a82f2bd9d (patch) | |
tree | 5771a5a61cbd441a0b281c1ac145e238b49e20c5 | |
parent | 736066fad3d20a3bc84a8d34edf6364c3aab9d0b (diff) | |
download | libayatana-appindicator-e40014d69ed6d3573f819b874d5ff14a82f2bd9d.tar.gz libayatana-appindicator-e40014d69ed6d3573f819b874d5ff14a82f2bd9d.tar.bz2 libayatana-appindicator-e40014d69ed6d3573f819b874d5ff14a82f2bd9d.zip |
debian/rules: drop the clean target, it's superfluous.
-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 d0d43cd..55db10b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 |