From a90599b0cf03bdeb5c353596700d9a6d92879cb0 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 20 Nov 2012 14:18:49 -0500 Subject: Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 01c2f09..2e6275b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-application (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/rules: - Use dh_autoreconf with dh sequencer. - Override dh_autoreconf to call autogen.sh and not call configure. + - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. -- Mathieu Trudel-Lapierre Tue, 20 Nov 2012 13:53:41 -0500 diff --git a/debian/rules b/debian/rules index 9414baf..e3385df 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with translations,autoreconf -- cgit v1.2.3