1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: freecontact
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
bash-completion,
d-shlibs,
gfortran,
libblas-dev | libblas-3.so,
libboost-dev,
libboost-program-options-dev,
liblapack-dev | liblapack-3.so,
libtool,
libxerces-c-dev,
perl,
xsdcxx
Build-Depends-Indep: doxygen
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/freecontact
Vcs-Git: https://salsa.debian.org/med-team/freecontact.git
Homepage: https://rostlab.org/
Rules-Requires-Root: no
Package: freecontact
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends}
Suggests: bash-completion,
hhsuite,
hmmer
Description: fast protein contact predictor
${Description}
.
This package contains the command line tool freecontact(1).
Package: libfreecontact0v5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libfreecontact0
Replaces: libfreecontact0
Description: fast protein contact predictor library
${Description}
.
This package contains the shared library implementing freecontact.
Package: libfreecontact-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libfreecontact0v5 (= ${binary:Version}),
${misc:Depends}
Suggests: libfreecontact-doc
Conflicts: libfreecontact-dev
Provides: libfreecontact-dev
Description: fast protein contact predictor library - development files
${Description}
.
This package contains files necessary for developing applications with
libfreecontact.
Package: libfreecontact-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-jquery
Description: documentation for libfreecontact
${Description}
.
This package contains HTML documentation for libfreecontact.
|