summaryrefslogtreecommitdiff
path: root/debian/control
blob: b162251411a5d4cde10c582e7e181c154fd09102 (plain)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Source: ncbi-tools6
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Arch: csh | c-shell,
                    libglu1-mesa-dev | libglu-dev,
                    libgnutls28-dev | gnutls-dev,
                    libmotif-dev,
                    libpcre3-dev,
                    libpng-dev,
                    libxmu-dev
Build-Depends-Indep: icoutils,
                     imagemagick
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/ncbi-tools6
Vcs-Git: https://salsa.debian.org/med-team/ncbi-tools6.git
Homepage: http://www.ncbi.nlm.nih.gov/IEB/ToolBox/
Rules-Requires-Root: no

Package: libncbi6
Architecture: any
Multi-Arch: same
Section: libs
Depends: ncbi-data (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: NCBI libraries for biology applications
 The NCBI Software Development Toolkit was developed for the production and
 distribution of GenBank, Entrez, BLAST, and related services by NCBI.  It
 allows you to read and write NCBI ASN.1 files, builds Blast or Entrez, etc.

Package: libncbi6-dev
Architecture: any
Multi-Arch: same
Depends: libncbi6 (= ${binary:Version}),
         ${misc:Depends}
Recommends: ncbi-tools-bin
Provides: ncbi-tools-dev
Description: NCBI libraries for biology applications (development files)
 This package supplies development versions of NCBI's non-graphical C
 libraries, along with the corresponding header files.

Package: ncbi-data
Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
Breaks: ncbi-rrna-data (<< 6.1.20160908)
Replaces: ncbi-rrna-data (<< 6.1.20160908)
Description: Platform-independent data for the NCBI toolkit
 This package contains support files needed by the NCBI toolkit on all
 platforms.

Package: ncbi-rrna-data
Architecture: all
Multi-Arch: foreign
Section: science
Depends: ncbi-data,
         ${misc:Depends}
Recommends: ncbi-blast+
Breaks: ncbi-data (<< 6.1.20160908)
Replaces: ncbi-data (<< 6.1.20160908)
Description: large rRNA BLAST databases distributed with the NCBI toolkit
 This package contains some ribosomal RNA BLAST databases distributed
 as part of the NCBI C Toolkit that are too large and specialized to
 include in ncbi-data.  Specifically, it contains the databases
 Combined16SrRNA, LSURef_93.fasta, LSU_nomito_nochloro_noplastid,
 SSURef_93.fasta, and SSU_nomito_nochloro_noplastid, along with alias
 files to facilitate searching some of them in conjunction with
 databases included in ncbi-data.

Package: ncbi-tools-bin
Architecture: any
Multi-Arch: foreign
Section: science
Depends: libncbi6 (<< ${source:Upstream-Version}.1),
         libncbi6 (>= ${source:Upstream-Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libvibrant6b,
          ncbi-blast+,
          ncbi-cn3d,
          ncbi-tools-x11
Breaks: blast2 (<< 1:2.2.26.20160908)
Replaces: blast2 (<< 1:2.2.26.20160908)
Description: NCBI libraries for biology applications (text-based utilities)
 This package includes various utilities distributed with the NCBI C SDK,
 including the development tools asntool and errhdr (formerly of
 libncbi6-dev).  None of the programs in this package require X; you can
 find the X-based utilities in the ncbi-tools-x11 package.  BLAST and
 related tools now come from a separate source base, corresponding to the
 ncbi-blast+ and ncbi-blast+-legacy packages.

Package: ncbi-tools-x11
Architecture: any
Multi-Arch: foreign
Section: science
Depends: libncbi6 (<< ${source:Upstream-Version}.1),
         libncbi6 (>= ${source:Upstream-Version}),
         libvibrant6b (<< ${source:Upstream-Version}.1),
         libvibrant6b (>= ${source:Upstream-Version}),
         ncbi-cn3d,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ncbi-tools-bin
Description: NCBI libraries for biology applications (X-based utilities)
 This package includes some X-based utilities distributed with the
 NCBI C SDK: Network Entrez, Sequin, ddv, and udv.  These programs
 are not part of ncbi-tools-bin because they depend on several
 additional library packages.

Package: ncbi-cn3d
Architecture: any
Multi-Arch: foreign
Section: science
Depends: libncbi6 (<< ${source:Upstream-Version}.1),
         libncbi6 (>= ${source:Upstream-Version}),
         libvibrant6b (<< ${source:Upstream-Version}.1),
         libvibrant6b (>= ${source:Upstream-Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ncbi-tools-bin,
           ncbi-tools-x11
Breaks: ncbi-tools-x11 (<< 6.1.20170106-7~)
Replaces: ncbi-tools-x11 (<< 6.1.20170106-7~)
Description: 3-dimensional viewer for biological molecules
 Cn3D is a helper application for your web browser that allows you to
 view 3-dimensional structures from NCBI's Entrez retrieval service.

Package: libvibrant6b
Architecture: any
Multi-Arch: same
Section: libs
Depends: libncbi6 (<< ${source:Upstream-Version}.1),
         libncbi6 (>= ${source:Upstream-Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: sensible-utils,
Conflicts: libvibrant6,
           libvibrant6a
Replaces: libvibrant6,
          libvibrant6a
Description: NCBI libraries for graphic biology applications
 This is the library for those who just want to run Vibrant applications.
 It also includes a wrapper (vibrate) that allows many NCBI applications to
 provide a GUI for selecting options.

Package: libvibrant6-dev
Architecture: any
Multi-Arch: same
Depends: libglu1-mesa-dev | libglu-dev,
         libmotif-dev,
         libncbi6-dev (= ${binary:Version}),
         libvibrant6b (= ${binary:Version}),
         libxmu-dev,
         ${misc:Depends}
Description: NCBI libraries for graphic biology applications (development files)
 Vibrant allows you to develop portable (Motif, MS-Windows, Mac-OS) graphic
 biological applications.