diff options
-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 |