[med-svn] [Git][med-team/psortb][master] 4 commits: Enable build with -Wl, --as-needed
Andreas Tille
gitlab at salsa.debian.org
Tue Apr 10 08:18:02 BST 2018
Andreas Tille pushed to branch master at Debian Med / psortb
Commits:
8bf404a7 by Andreas Tille at 2018-04-10T08:59:49+02:00
Enable build with -Wl, --as-needed
- - - - -
6f98e01c by Andreas Tille at 2018-04-10T09:00:42+02:00
Standards-Version: 4.1.4
- - - - -
e37396fa by Andreas Tille at 2018-04-10T09:00:49+02:00
Point Vcs fields to salsa.debian.org
- - - - -
176c269e by Andreas Tille at 2018-04-10T09:17:29+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/remove-bundled-party-libsvm.patch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+psortb (3.0.5+dfsg-2) unstable; urgency=medium
+
+ [ Steve Langasek ]
+ * Enable build with -Wl, --as-needed
+ Closes: #895344
+
+ [ Andreas Tille ]
+ * Standards-Version: 4.1.4
+ * Point Vcs fields to salsa.debian.org
+
+ -- Andreas Tille <tille at debian.org> Tue, 10 Apr 2018 09:01:11 +0200
+
psortb (3.0.5+dfsg-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 11~),
libmodhmm-dev,
pkg-config,
pftools
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/psortb.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/psortb.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/psortb
+Vcs-Git: https://salsa.debian.org/med-team/psortb.git
Homepage: http://www.psort.org/
Package: psortb
=====================================
debian/patches/remove-bundled-party-libsvm.patch
=====================================
--- a/debian/patches/remove-bundled-party-libsvm.patch
+++ b/debian/patches/remove-bundled-party-libsvm.patch
@@ -1,6 +1,11 @@
Description: Remove source from bundled libsvm and adjust build system.
+ .
+ Change by Steve Langasek enables build with -Wl, --as-needed
Author: Carnë Draug <carandraug+dev at gmail.com>
-Last-Update: 2017-04-20
+ Steve Langasek <steve.langasek at ubuntu.com>
+Last-Update: 2018-04-09
+Bug-Debian: https://bugs.debian.org/895344
+
--- a/bio-tools-psort-svmloc/MANIFEST
+++ b/bio-tools-psort-svmloc/MANIFEST
@@ -8,5 +8,4 @@ bindings.h
@@ -20,6 +25,15 @@ Last-Update: 2017-04-20
$defaults_file = '../psortb.defaults';
if( -f $defaults_file ) {
+@@ -24,7 +24,7 @@ if( -f $defaults_file ) {
+ if($additional_libpath) {
+ $libpath .= ' ' . $additional_libpath . ' ' . join(' ', map { '-l' . $_ } @libs);
+ } else {
+- $libpath .= Bio::Tools::PSort::Install->makeLibPath(@libs);
++ $libpath = Bio::Tools::PSort::Install->makeLibPath(@libs) . " " . $libpath;
+ }
+
+ if($^O eq 'cygwin') {
--- a/bio-tools-psort-svmloc/bindings.h
+++ b/bio-tools-psort-svmloc/bindings.h
@@ -9,7 +9,9 @@
View it on GitLab: https://salsa.debian.org/med-team/psortb/compare/f52bb7bedaa453bacb6e829d55eb9e83f30c4bf1...176c269e295a70fa4d525f8a3de1aab6264abc99
---
View it on GitLab: https://salsa.debian.org/med-team/psortb/compare/f52bb7bedaa453bacb6e829d55eb9e83f30c4bf1...176c269e295a70fa4d525f8a3de1aab6264abc99
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180410/201956a4/attachment-0001.html>
More information about the debian-med-commit
mailing list