File: control

package info (click to toggle)
starjava-fits 0.1%2B2022.07.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,272 kB
  • sloc: java: 13,554; xml: 632; makefile: 21
file content (53 lines) | stat: -rw-r--r-- 2,007 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
Source: starjava-fits
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,
                     libfits-java,
                     starlink-array-java,
                     starlink-table-java (>= 4.1.3~),
                     starlink-util-java (>= 1.0+2022.09.23~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-fits
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-fits.git
Homepage: https://github.com/Starlink/starjava/tree/master/fits
Rules-Requires-Root: no

Package: starlink-fits-java
Architecture: all
Depends: starlink-table-java (>= 4.1.3~),
         starlink-util-java (>= 1.0+2022.09.23~),
         ${java:Depends},
         ${misc:Depends}
Breaks: starlink-votable-java (<< 2.0+2022.04.04~)
Description: Classes for general FITS handling
 Classes for general FITS handling, including NDX, NDArray and
 StarTable implementations.
 .
 Some of these classes use the nom.tam.fits package (libfits-java) for
 low-level FITS access, though several of them do most of the handling
 in customised ways themselves for efficiency reasons.

Package: starlink-fits-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Classes for general FITS handling (javadoc)
 Classes for general FITS handling, including NDX, NDArray and
 StarTable implementations.
 .
 Some of these classes use the nom.tam.fits package (libfits-java) for
 low-level FITS access, though several of them do most of the handling
 in customised ways themselves for efficiency reasons.
 .
 This package contains the JavaDoc documentation of the package.