aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:51:39 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 16:51:39 -0500
commit11b06f32bb7268ac66d12d91a4d079d314b99e48 (patch)
tree2c88d76eda1c7a3d8682c7895a86bc0c90279265
parentb4f0934ea725ea8fed2d27298127f62bdb15fc6b (diff)
downloadayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.tar.gz
ayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.tar.bz2
ayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.zip
use DPKG_GENSYMBOLS_CHECK_LEVEL=4.
-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