From 88b270a08b267cca136401d891cfca103f85fc32 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Tue, 1 Aug 2017 14:20:43 +0200 Subject: [PATCH] Link with -Wl,--as-needed, upload to unstable --- debian/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) 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 -- 2.30.2