From 634fa1b43ab42febbcf33d0baa29c751db096eae Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:04:49 -0500 Subject: * debian/rules: - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to dh_makeshlibs. --- debian/changelog | 3 +++ debian/rules | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ebddd7b..ece3340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Update to match style with other indicator stack packages: use trailing commas at the end of dependency lists. + * debian/rules: + - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to + dh_makeshlibs. -- Mathieu Trudel-Lapierre Mon, 19 Nov 2012 14:00:05 -0500 diff --git a/debian/rules b/debian/rules index fcdc14e..a758b60 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,12 @@ #!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + %: dh $@ --with autoreconf override_dh_makeshlibs: - dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' -- -c4 + dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' dh_makeshlibs -Nlibido3-0.1-0 override_dh_install: -- cgit v1.2.3