Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· d2a087f6
Andreas Tille
authored
Oct 17, 2018
d2a087f6
Point Vcs fields to salsa.debian.org
· 90793d6f
Andreas Tille
authored
Oct 17, 2018
90793d6f
Standards-Version: 4.2.1
· c646ec4d
Andreas Tille
authored
Oct 17, 2018
c646ec4d
Upload to unstable
· 6a5f0e2d
Andreas Tille
authored
Oct 17, 2018
6a5f0e2d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6a5f0e2d
libpsortb (1.0+dfsg-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Wed, 17 Oct 2018 13:24:05 +0200
libpsortb (1.0+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #861080)
...
...
debian/compat
View file @
6a5f0e2d
1
0
1
1
debian/control
View file @
6a5f0e2d
...
...
@@ -3,20 +3,20 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
d-shlibs,
libsvm-dev,
libsquid-dev (>= 1.9g+cvs20050121-9~),
libhmmer2-dev (>= 2.3.2+dfsg-2~),
pkg-config
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/libpsortb
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libpsortb.git
Standards-Version:
4.2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libpsortb
Vcs-Git: https://
salsa
.debian.org/
med-team
/libpsortb.git
Homepage: http://www.psort.org/
Package: libmodhmm0
Section: libs
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library for constructing, training and scoring hidden Markov models
...
...
@@ -34,8 +34,8 @@ Description: library for constructing, training and scoring hidden Markov models
This package contains the shared library which is needed to run PSORTb.
Package: libmodhmm-dev
Section: libdevel
Architecture: any
Section: libdevel
Depends: libmodhmm0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
...
...
@@ -54,8 +54,8 @@ Description: library for constructing, training and scoring hidden Markov models
This package contains the static library which is needed to link PSORTb.
Package: libsvmloc0
Section: libs
Architecture: any
Section: libs
Depends: libsvm3,
${shlibs:Depends},
${misc:Depends}
...
...
@@ -80,8 +80,8 @@ Description: PSORTb adapted library for svm machine-learning library
This package contains the shared library which is needed to run PSORb.
Package: libsvmloc-dev
Section: libdevel
Architecture: any
Section: libdevel
Depends: libsvmloc0 (= ${binary:Version}),
libsvm-dev,
${shlibs:Depends},
...
...