diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:18:49 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-20 14:18:49 -0500 |
commit | a90599b0cf03bdeb5c353596700d9a6d92879cb0 (patch) | |
tree | 08f393dbd65fa0da84d020d5ec4714eecd5473d5 /debian | |
parent | 0688e47c6ea40693b5d054a36747a270e36a454a (diff) | |
download | ayatana-indicator-application-a90599b0cf03bdeb5c353596700d9a6d92879cb0.tar.gz ayatana-indicator-application-a90599b0cf03bdeb5c353596700d9a6d92879cb0.tar.bz2 ayatana-indicator-application-a90599b0cf03bdeb5c353596700d9a6d92879cb0.zip |
Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
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 <mathieu-tl@ubuntu.com> 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 |