Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Enable build with -Wl, --as-needed
· 8bf404a7
Andreas Tille
authored
Apr 10, 2018
8bf404a7
Standards-Version: 4.1.4
· 6f98e01c
Andreas Tille
authored
Apr 10, 2018
6f98e01c
Point Vcs fields to salsa.debian.org
· e37396fa
Andreas Tille
authored
Apr 10, 2018
e37396fa
Upload to unstable
· 176c269e
Andreas Tille
authored
Apr 10, 2018
176c269e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
176c269e
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
...
...
debian/control
View file @
176c269e
...
...
@@ -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
View file @
176c269e
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 @@
...
...