[med-svn] [python-pysam] 01/01: Link with -Wl, --as-needed, upload to unstable

Graham Inggs ginggs at moszumanska.debian.org
Tue Aug 1 12:50:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository python-pysam.

commit 88b270a08b267cca136401d891cfca103f85fc32
Author: Graham Inggs <ginggs at debian.org>
Date:   Tue Aug 1 14:20:43 2017 +0200

    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 <ginggs at debian.org>  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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list