Skip to content
Commits on Source (4)
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@debian.org> Tue, 10 Apr 2018 09:01:11 +0200
psortb (3.0.5+dfsg-1) unstable; urgency=medium
* New upstream version
......
......@@ -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
......
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@gmail.com>
Last-Update: 2017-04-20
Steve Langasek <steve.langasek@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 @@
......