[Pkg-privacy-commits] [libotr] 01/01: Tell dh_makeshlibs to generate versioned dependencies on libotr5 (>= 4.1.0). Based on a patch by Sebastian Ramacher.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch shlibs
in repository libotr.
commit 9d8d3cc2830d0322cb2e2bd234b97a0bbae6bac4
Author: intrigeri <intrigeri at boum.org>
Date: Sat Nov 1 16:47:31 2014 +0000
Tell dh_makeshlibs to generate versioned dependencies on libotr5 (>= 4.1.0). Based on a patch by Sebastian Ramacher.
As shown in #767230 and #767075, libotr's version check at runtime breaks
applications built against libotr 4.0, when 4.1 is used at runtime.
Due to that check, we're using "dh_makeshlibs -V" without any argument.
This will generate dependencies that are a bit too tight sometimes, but it'll be
better than the current situation, until we decide whether we want to keep the
runtime version check or not in Jessie+1, and whether we want to bother
maintaining a symbols control file.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 90a715f..5c5c7f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,6 @@ override_dh_auto_configure:
$(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --export=configure)
override_dh_install:
dh_install --fail-missing -X.la
+
+override_dh_makeshlibs:
+ dh_makeshlibs -V
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list