diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-22 14:32:41 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-22 14:32:41 -0500 |
commit | f77d6ddd288985780c7fb0c27911ccf4c2df4983 (patch) | |
tree | 054cd8d8493f0277c044666af4aca8fe7cbe6209 /debian | |
parent | 93e0bd194387d998de428c326efe21eb92c57dfa (diff) | |
download | libayatana-indicator-f77d6ddd288985780c7fb0c27911ccf4c2df4983.tar.gz libayatana-indicator-f77d6ddd288985780c7fb0c27911ccf4c2df4983.tar.bz2 libayatana-indicator-f77d6ddd288985780c7fb0c27911ccf4c2df4983.zip |
Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 51a40c8..0632495 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Override dh_autoreconf to run autogen.sh and not call configure. - Use calls to dh_install per-package to use the right source directories. + - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. * debian/compat: bump compat level to 9. * debian/*.install: drop the debian/tmp/gtk* path elements and update for multiarch. diff --git a/debian/rules b/debian/rules index 0ff1401..ec764bb 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ CONFIGURE_FLAGS_gtk3 = --with-gtk=3 LDFLAGS += -Wl,-z,defs -Wl,--as-needed export G_MESSAGES_DEBUG = all +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: dh $@ --with autoreconf |