File: control

package info (click to toggle)
rdp-readseq 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,000 kB
  • sloc: java: 7,550; xml: 1,381; sh: 52; makefile: 18
file content (39 lines) | stat: -rw-r--r-- 1,438 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
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>,
           Olivier Sallou <osallou@debian.org>,
           Pranav Ballaney <ballanepranav@gmail.com>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               libcommons-io-java,
               libcommons-cli-java,
               libcommons-lang-java,
               libjaxb-java,
               libjaxb-api-java,
               junit4,
               ant,
               ant-optional
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/rdp-readseq
Vcs-Git: https://salsa.debian.org/med-team/rdp-readseq.git
Homepage: https://github.com/rdpstaff/ReadSeq
Rules-Requires-Root: no

Package: rdp-readseq
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${java:Depends}
Provides: librdp-readseq-java
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.