diff options
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 |