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
|
Source: starjava-auth
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 <!nodoc>,
junit <!nocheck>,
starlink-util-java <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/starjava-auth
Vcs-Git: https://salsa.debian.org/debian-astro-team/starjava-auth.git
Homepage: https://github.com/Starlink/starjava/tree/master/auth
Rules-Requires-Root: no
Package: starlink-auth-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Description: IVOA standard conform resource authentication
This package manages authentication for HTTP(S) resources in
accordance with standards of the International Virtual Observatory
Association (IVOA), a workgroup to define standards for
Interoperability of astronomic databases.
.
The IVOA standards relevant for this package that are still under
discussion.
Package: starlink-auth-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: IVOA standard conform resource authentication (API docs)
This package manages authentication for HTTP(S) resources in
accordance with standards of the IVOA.
.
This package contains the JavaDoc documentation of the package.
|