diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 09:04:04 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 09:04:04 -0500 |
commit | cc01061bb7b8014963a7735e5ff95a6d6a0673a2 (patch) | |
tree | 3362b9d3a6df7b98aa78573cc5d13152577cd225 /debian | |
parent | a06895c0dc218c5e072941973e678ff1c83b424c (diff) | |
download | ayatana-ido-cc01061bb7b8014963a7735e5ff95a6d6a0673a2.tar.gz ayatana-ido-cc01061bb7b8014963a7735e5ff95a6d6a0673a2.tar.bz2 ayatana-ido-cc01061bb7b8014963a7735e5ff95a6d6a0673a2.zip |
Drop the override for dh_makeshlibs.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index bfb791b..8bfd484 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low - Override dh_autoreconf to call autogen.sh and not run configure... - Temporarily disable tests via overriding dh_auto_test; they fail to properly start X in a schroot. + - Drop the override for dh_makeshlibs. -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 19 Nov 2012 14:00:05 -0500 diff --git a/debian/rules b/debian/rules index b9a6fdd..9c056b4 100755 --- a/debian/rules +++ b/debian/rules @@ -8,10 +8,6 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh -override_dh_makeshlibs: - dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' - dh_makeshlibs -Nlibido3-0.1-0 - override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing |