File: control

package info (click to toggle)
rdp-readseq 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,964 kB
  • ctags: 993
  • sloc: java: 7,550; xml: 1,381; makefile: 16; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,296 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
Source: rdp-readseq
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
           Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 9),
               default-jdk,
               javahelper,
               libcommons-io-java,
               libcommons-cli-java,
               libcommons-lang-java,
               junit4,
               ant,
               ant-optional
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/rdp-readseq/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rdp-readseq/trunk/
Homepage: https://github.com/rdpstaff/ReadSeq

Package: rdp-readseq
Provides: librdp-readseq-java
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${java:Depends}
Description: Ribosomal Database Project (RDP) sequence reading and writing
 Rdp-readseq is a simple user interface to the sequence reading library
 developed by the Ribosomal Database Project.  It can handle genbank, embl,
 fasta, fastq, sff and sto files.  It can read from files or streams, and
 can handle indexing files.
 .
 The package also contains the ReadSeq Java library which is used by other
 RDP tools.