aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ceeea91..f303796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low
* debian/rules:
- use the dh sequencer with --with autoreconf.
- override dh_autoreconf to call autogen.sh from upstream.
+ - use DPKG_GENSYMBOLS_CHECK_LEVEL=4.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 13:55:03 -0500
diff --git a/debian/rules b/debian/rules
index 2484aa0..5490305 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+
%:
dh $@ --with autoreconf