From 77b061eccd36943de4ddb20c9ab24703c19e0ccc Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 13 Nov 2012 13:45:32 -0500 Subject: - Drop the override for dh_makeshlibs. - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. --- debian/changelog | 2 ++ debian/rules | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 52f8c3b..1733bb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ indicator-messages (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/rules: - Use autogen.sh for dh_autoreconf. + - Drop the override for dh_makeshlibs. + - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. * debian/control: - Fix styling: add trailing commas at the end of lists. - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers. diff --git a/debian/rules b/debian/rules index 590d674..649b0ad 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with autoreconf,translations,gir @@ -9,10 +11,6 @@ override_dh_autoreconf: override_dh_auto_configure: dh_auto_configure -- --libdir="\$${prefix}/lib" --libexecdir="\$${prefix}/lib/indicator-messages" --enable-gtk-doc -override_dh_makeshlibs: - dh_makeshlibs -plibmessaging-menu0 -V'libmessaging-menu0 (>= 12.10.2)' -- -c4 - dh_makeshlibs -Nlibmessaging-menu0 - override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing -- cgit v1.2.3