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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: genometools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13),
debhelper-compat (= 13),
dh-python,
liblua5.1-0-dev,
lua-md5-dev,
lua-filesystem-dev,
lua-lpeg-dev,
libcairo2-dev,
zlib1g-dev,
libbz2-dev,
libexpat1-dev,
libsqlite3-dev,
libbam-dev,
libpango1.0-dev,
libtre-dev,
texlive-latex-base,
texlive-latex-extra,
texlive-fonts-extra,
texlive-latex-recommended,
texlive-fonts-recommended,
python3-all,
python3-setuptools,
asciidoc-base,
libxml2-utils,
xsltproc,
ruby,
docbook-xsl,
docbook-xml,
faketime,
imagemagick
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/med-team/genometools
Vcs-Git: https://salsa.debian.org/med-team/genometools.git
Homepage: http://genometools.org
Package: genometools
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
genometools-common
Description: versatile genome analysis toolkit
The GenomeTools contains a collection of useful tools for biological
sequence analysis and -presentation combined into a single binary.
.
The toolkit contains binaries for sequence and annotation handling, sequence
compression, index structure generation and access, annotation visualization,
and much more.
Package: genometools-common
Architecture: all
Depends: ${misc:Depends},
liblua5.1-0,
libcairo2,
zlib1g,
libbz2-1.0,
libexpat1,
libsqlite3-0,
libpango-1.0-0,
libpangocairo-1.0-0,
libtre5
Description: shared data files for GenomeTools
This package contains configuration files such as alphabet
transformations, style files, etc. required to use the GenomeTools
executable and/or library.
Package: libgenometools0t64
Provides: ${t64:Provides}
Replaces: libgenometools0
Breaks: libgenometools0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
genometools-common
Description: versatile genome analysis library
This package contains the GenomeTools shared library and header
files. It offers efficient sequence analysis components, available
via an object-oriented interface.
.
Besides basic bioinformatics data structures, the library contains components
for sequence and annotation handling, sequence compression, index structure
generation and access, efficient matching, annotation visualization and much
more.
Package: libgenometools0-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgenometools0t64 (= ${binary:Version})
Description: development files for GenomeTools
This package contains the GenomeTools static library and necessary
header files.
.
Besides basic bioinformatics data structures, the library contains components
for sequence and annotation handling, sequence compression, index structure
generation and access, efficient matching, annotation visualization and much
more.
Package: genometools-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: documentation for GenomeTools
This package contains API documentation and tool documentation for
GenomeTools. The GenomeTools toolkit contains binaries for sequence and
annotation handling, sequence compression, index structure generation and
access, annotation visualization, and much more.
Package: python3-genometools
Architecture: all
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
libgenometools0t64
Description: Python3 bindings for genometools
Partial Python3 bindings for the GenomeTools library. Besides basic
bioinformatics data structures, the library contains components for sequence
and annotation handling, sequence compression, index structure generation and
access, efficient matching, annotation visualization and much more.
|