diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 13:59:06 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 13:59:06 -0500 |
commit | a5c187b4bab4d9850140ebcee7be750fd195a26d (patch) | |
tree | fbf53239591d28514f9fd5c2bed90bb628336e3a /debian | |
parent | a22957c15a5bb2053d4a7c266abcdae42d1c0de1 (diff) | |
download | ayatana-indicator-application-a5c187b4bab4d9850140ebcee7be750fd195a26d.tar.gz ayatana-indicator-application-a5c187b4bab4d9850140ebcee7be750fd195a26d.tar.bz2 ayatana-indicator-application-a5c187b4bab4d9850140ebcee7be750fd195a26d.zip |
* debian/rules:
- Use dh_autoreconf with dh sequencer.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 05bb86b..71366e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Update style to match other indicator packages. + * debian/rules: + - Use dh_autoreconf with dh sequencer. -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 20 Nov 2012 13:53:41 -0500 diff --git a/debian/rules b/debian/rules index 8e07208..44445ca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with translations + dh $@ --with translations,autoreconf override_dh_install: find debian/indicator-application/usr/lib -name *.la -delete |