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
|
Source: starjava-vo
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: adql-java,
ant-optional,
default-jdk,
default-jdk-doc,
junit,
libandroid-json-org-java,
libcommons-io-java,
starlink-pal-java,
starlink-registry-java,
starlink-table-java (>= 4.1.3~),
starlink-util-java (>= 1.0+2022.09.23~),
starlink-votable-java
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-vo
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-vo.git
Homepage: https://github.com/Starlink/starjava/tree/master/vo
Rules-Requires-Root: no
Package: starlink-vo-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
starlink-table-java (>= 4.1.3~),
starlink-util-java (>= 1.0+2022.09.23~)
Description: Virtual Observatory access classes
The Virtual Observatory (VO) is the vision that astronomical datasets
and other resources should work as a seamless whole. This package
provides Java classes to access VO services within the Starlink context.
Package: starlink-vo-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Virtual Observatory access classes (javadoc)
The Virtual Observatory (VO) is the vision that astronomical datasets
and other resources should work as a seamless whole. This package
provides Java classes to access VO services within the Starlink context.
.
This package contains the JavaDoc documentation of the package.
|