From 0688e47c6ea40693b5d054a36747a270e36a454a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 20 Nov 2012 14:13:56 -0500 Subject: - Add dh-autoreconf to Build-Depends. - Override dh_autoreconf to call autogen.sh and not call configure. --- debian/changelog | 2 ++ debian/control | 1 + debian/rules | 3 +++ 3 files changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 71366e9..01c2f09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Update style to match other indicator packages. + - Add dh-autoreconf to Build-Depends. * debian/rules: - Use dh_autoreconf with dh sequencer. + - Override dh_autoreconf to call autogen.sh and not call configure. -- Mathieu Trudel-Lapierre Tue, 20 Nov 2012 13:53:41 -0500 diff --git a/debian/control b/debian/control index 97a36a9..ecb7d8f 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team Build-Depends: debhelper (>= 9.0), dh-translations, + dh-autoreconf, dbus-test-runner, libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), diff --git a/debian/rules b/debian/rules index 44445ca..9414baf 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ %: dh $@ --with translations,autoreconf +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_install: find debian/indicator-application/usr/lib -name *.la -delete find debian/indicator-application/usr/lib -name *.a -delete -- cgit v1.2.3