[med-svn] [Git][med-team/libpsortb][master] add override for correct package for libsvm
Michael R. Crusoe
gitlab at salsa.debian.org
Sat Jan 5 11:00:20 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / libpsortb
Commits:
412ddc0e by Michael R. Crusoe at 2019-01-05T10:58:46Z
add override for correct package for libsvm
Thank you Andreas Tille for the solution!
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,10 @@
-libpsortb (1.0+dfsg-3) unstable; urgency=medium
+libpsortb (1.0+dfsg-3) UNRELEASED; urgency=medium
* Team upload.
+ * libsvmloc*: Correctly link against libsvm
+ * Add Multi-Arch: same to all binary packages, as suggested by the Multiarch
+ hinter.
+ * debian/watch: http→https
-- Michael R. Crusoe <michael.crusoe at gmail.com> Fri, 04 Jan 2019 10:43:39 -0800
=====================================
debian/control
=====================================
@@ -16,6 +16,7 @@ Homepage: http://www.psort.org/
Package: libmodhmm0
Architecture: any
+Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -35,6 +36,7 @@ Description: library for constructing, training and scoring hidden Markov models
Package: libmodhmm-dev
Architecture: any
+Multi-Arch: same
Section: libdevel
Depends: libmodhmm0 (= ${binary:Version}),
${misc:Depends}
@@ -54,6 +56,7 @@ Description: library for constructing, training and scoring hidden Markov models
Package: libsvmloc0
Architecture: any
+Multi-Arch: same
Section: libs
Depends: libsvm3,
${shlibs:Depends},
@@ -80,9 +83,10 @@ Description: PSORTb adapted library for svm machine-learning library
Package: libsvmloc-dev
Architecture: any
+Multi-Arch: same
Section: libdevel
Depends: libsvmloc0 (= ${binary:Version}),
- libsvm-dev,
+ ${devlibs:Depends},
${misc:Depends}
Description: PSORTb adapted library for svm machine-learning library (dev)
Libsvm is a machine-learning library which is an easy-to-use package
=====================================
debian/rules
=====================================
@@ -18,4 +18,5 @@ override_dh_auto_install:
--multiarch \
--devunversioned \
--exclude-la \
+ --override s/libsvm3-dev/libsvm-dev/ \
debian/tmp/usr/lib/*/libsvmloc.so
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
- http://www.psort.org/downloads .*/libpsortb-(\d[.\d]+)\.tar\.gz
+ https://www.psort.org/downloads .*/libpsortb-(\d[.\d]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/libpsortb/commit/412ddc0ec32d03164d308b226019750c91d83b25
--
View it on GitLab: https://salsa.debian.org/med-team/libpsortb/commit/412ddc0ec32d03164d308b226019750c91d83b25
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190105/1a08d32a/attachment-0001.html>
More information about the debian-med-commit
mailing list