diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-13 13:45:32 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-13 13:45:32 -0500 |
commit | 77b061eccd36943de4ddb20c9ab24703c19e0ccc (patch) | |
tree | c54252321bdaed5b6d4602f8ddef4fc1107fe210 | |
parent | 7d412ead24810395c42de62f74af6228e5afbd02 (diff) | |
download | ayatana-indicator-messages-77b061eccd36943de4ddb20c9ab24703c19e0ccc.tar.gz ayatana-indicator-messages-77b061eccd36943de4ddb20c9ab24703c19e0ccc.tar.bz2 ayatana-indicator-messages-77b061eccd36943de4ddb20c9ab24703c19e0ccc.zip |
- Drop the override for dh_makeshlibs.
- Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 4 insertions, 4 deletions
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 |