From a5c187b4bab4d9850140ebcee7be750fd195a26d Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 20 Nov 2012 13:59:06 -0500 Subject: * debian/rules: - Use dh_autoreconf with dh sequencer. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 -- cgit v1.2.3