diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-03 10:05:33 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-04-03 10:05:33 -0400 |
commit | 736066fad3d20a3bc84a8d34edf6364c3aab9d0b (patch) | |
tree | b35c4eb452b5e2ca453dc6fc4e596529dd965704 /debian | |
parent | 5d2aa7df7616a049e4f3eb6c2aa475fbb8c9bb68 (diff) | |
download | libayatana-appindicator-736066fad3d20a3bc84a8d34edf6364c3aab9d0b.tar.gz libayatana-appindicator-736066fad3d20a3bc84a8d34edf6364c3aab9d0b.tar.bz2 libayatana-appindicator-736066fad3d20a3bc84a8d34edf6364c3aab9d0b.zip |
Reverse the order of dh_clean and dh_autoreconf_clean, fixes issues where autoreconf files get dropped and thus autoreconf fails to properly clean.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f33046b..69cab88 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,8 @@ CFLAGS += -fPIC # Note: No cli here so that the pbuilder stuff works clean: - dh_clean dh_autoreconf_clean + dh_clean override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |