diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2998700..8431c3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (12.10.6-0ubuntu1) UNRELEASED; urgency=low + + * debian/rules: + - Use autogen.sh for dh_autoreconf. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 13 Nov 2012 13:37:56 -0500 + indicator-messages (12.10.5-0ubuntu2) raring; urgency=low * Upload to raring diff --git a/debian/rules b/debian/rules index 6a6f1d4..590d674 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ %: dh $@ --with autoreconf,translations,gir +override_dh_autoreconf: + NO_CONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: dh_auto_configure -- --libdir="\$${prefix}/lib" --libexecdir="\$${prefix}/lib/indicator-messages" --enable-gtk-doc |