aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-20 14:13:56 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-20 14:13:56 -0500
commit0688e47c6ea40693b5d054a36747a270e36a454a (patch)
treef76de1f26bc17f8ce78e23f4f5d9d43ec6f711fc /debian
parenta5c187b4bab4d9850140ebcee7be750fd195a26d (diff)
downloadayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.tar.gz
ayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.tar.bz2
ayatana-indicator-application-0688e47c6ea40693b5d054a36747a270e36a454a.zip
- Add dh-autoreconf to Build-Depends.
- Override dh_autoreconf to call autogen.sh and not call configure.
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