File: control

package info (click to toggle)
starjava-util 1.0%2B2021.01.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,456 kB
  • sloc: java: 12,567; xml: 478; makefile: 18; sh: 2
file content (48 lines) | stat: -rw-r--r-- 1,851 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
Source: starjava-util
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
               debhelper-compat (= 13),
               dh-exec,
               javahelper
Build-Depends-Indep: ant-optional,
                     default-jdk,
                     default-jdk-doc,
                     junit,
                     libcommons-compress-java
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-util
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-util.git
Homepage: https://github.com/Starlink/starjava/tree/master/util
Rules-Requires-Root: no

Package: starlink-util-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Breaks: starlink-topcat-java (<< 4.8~),
        starlink-ttools-java (<< 3.4~),
        starlink-vo-java (<< 0.2+2019.09.18~),
Description: Miscellaneous utilities for the Starjava classes
 This package is a helper function for the other Starjava packages. It
 contains a number of helper and utility classes that don't fit elsewhere.
 .
 Classes include some basic functionality like lists for Java
 primitives, input/output classes, gui classes, DTD and xsd etc.

Package: starlink-util-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Miscellaneous utilities for the Starjava classes (documentation)
 This package is a helper function for the other Starjava packages. It
 contains a number of helper and utility classes that don't fit elsewhere.
 .
 Classes include some basic functionality like lists for Java
 primitives, input/output classes, gui classes, DTD and xsd etc.
 .
 This package contains the JavaDoc documentation of the package.