aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules3
3 files changed, 6 insertions, 0 deletions
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 <mathieu-tl@ubuntu.com> 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 <ubuntu-desktop@lists.ubuntu.com>
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