File: control

package info (click to toggle)
biojava-live 1%3A1.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 55,080 kB
  • sloc: java: 180,821; xml: 6,906; sql: 510; makefile: 66
file content (82 lines) | stat: -rw-r--r-- 3,487 bytes parent folder | download
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
Source: biojava-live
Section: java
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
 Andreas Tille <tille@debian.org>,
 Olivier Sallou <osallou@debian.org>
Build-Depends-Indep: libcommons-dbcp-java (>= 1.1), libhsqldb-java,
 libcommons-collections3-java (>= 2.1), libcommons-pool-java (>= 1.1),
 libbytecode-java (>= 0.92.cvs.20070925),
 default-jdk, junit4,
 ant-optional
Build-Depends: debhelper (>= 9), cdbs, ant
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/biojava/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/biojava/trunk/
Homepage: http://www.biojava.org

Package: libbiojava1.7-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
 libcommons-pool-java (>= 1.1),
 libcommons-collections3-java,
 libcommons-dbcp-java (>= 1.1),
 libhsqldb-java,
 libbytecode-java
Suggests: java-virtual-machine, libjgrapht-java, libbiojava-java, libbiojava-java-doc
Conflicts: libbiojava1.6-java
Replaces: libbiojava1.6-java
Description: Java API to biological data and applications (version 1.7)
 This package presents the Open Source Java API to biological databases
 and a series of mostly sequence-based algorithms. The APIs are not
 compatible between versions. In analogy to the dealing with shared
 libraries of the C language, the jar file of this package has the
 API version in its name. It is symbolically linked to the expected
 biojava.jar filename in the package libbiojava-java. This will help
 keeping multiple versions of the biojava API in parallel.

Package: libbiojava-java
Architecture: all
Depends: libbiojava1.7-java, ${misc:Depends}
Conflicts: libbiojava1.6-java
Replaces: libbiojava1.6-java
Description: Java API to biological data and applications (default version)
 BioJava is an open-source project dedicated to providing a Java framework
 for processing biological data. It includes objects for manipulating
 sequences, file parsers, DAS client and server support, access to BioSQL
 and Ensembl databases, and powerful analysis and statistical routines
 including a dynamic programming toolkit.
 .
 BioJava is provided by a vibrant community which meets annually at
 the Bioinformatics Open Source Conference (BOSC) that traditionally
 accompanies the Intelligent Systems in Molecular Biology (ISMB)
 meeting. Much like BioPerl, the employment of this library is valuable
 for everybody active in the field because of the many tricks of the
 trade one learns just by communicating on the mailing list.
 .
 This is a wrapper package which should enable smooth upgrades to new
 versions.

Package: libbiojava-java-demos
Architecture: all
Depends: ${misc:Depends}
Recommends: libbiojava-java
Description: Example programs for BioJava
 The package comes with a wealth of use cases for BioJava. It is generated
 together with the API documentation but because of its size of ~3.7MB it
 was decided to distribute it separately.


Package: libbiojava-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: konqueror|html-browser
Suggests: libbiojava-java-demos, libbiojava-java
Description: [Biology] Documentation for BioJava
 BioJava is an open-source project dedicated to providing a Java framework
 for processing biological data.
 .
 This package contains the HTML documentation describing the API of BioJava
 which was generated automatically by JavaDoc.