From: Graham Inggs Date: Tue, 1 Aug 2017 12:20:43 +0000 (+0200) Subject: Link with -Wl,--as-needed, upload to unstable X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~181 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=88b270a08b267cca136401d891cfca103f85fc32;p=python-pysam.git Link with -Wl,--as-needed, upload to unstable --- diff --git a/debian/changelog b/debian/changelog index 0b7f664..df06e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-pysam (0.11.2.2+ds-3) unstable; urgency=medium + + * Team upload + * Link with -Wl,--as-needed and avoid another Python 2.7 + compatibility symlink for libchtslib.so + + -- Graham Inggs Tue, 01 Aug 2017 14:15:58 +0200 + python-pysam (0.11.2.2+ds-2) unstable; urgency=medium * Team upload diff --git a/debian/rules b/debian/rules index 3db207d..8f998dd 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ export PYBUILD_NAME=pysam export LC_ALL = C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed TESTPKG := $(DEB_SOURCE)-tests