aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/rules7
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index da16e06..1c33576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
+ - Use the dh sequencer with autoreconf.
+ - Override dh_autoreconf to run autogen.sh.
+
+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 15:22:44 -0500
+
indicator-session (12.10.4-0ubuntu1) quantal; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 96266c0..54cfd06 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,12 @@
#!/usr/bin/make -f
+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+
%:
- dh $@ --with translations
+ dh $@ --with translations,autoreconf
+
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
override_dh_install:
find debian/indicator-session/usr/lib -name *.la -delete