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 54 55 56 57 58 59
|
Source: skyview
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
javahelper
Build-Depends-Indep: default-jdk,
imagej,
libcommons-io-java,
libcommons-math3-java,
libfits-java,
libjsamp-java
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/skyview
Vcs-Git: https://salsa.debian.org/debian-astro-team/skyview.git
Homepage: https://skyview.gsfc.nasa.gov/
Rules-Requires-Root: no
Package: skyview
Architecture: all
Depends: default-jre-headless,
jarwrapper,
skyview-java,
${misc:Depends}
Description: Image generation from a range of remote databases
SkyView is a "virtual" observatory dynamically generating images of
the sky in different wavelength regimes from a static image
database. SkyView is intended as a quick look facility to see the
heavens.
.
This package includes the executable.
Package: skyview-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Description: Image generation from a range of remote databases (Java package)
SkyView is a "virtual" observatory dynamically generating images of
the sky in different wavelength regimes from a static image
database. SkyView is intended as a quick look facility to see the
heavens.
.
This package includes the Java library.
Package: skyview-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Description: Image generation from a range of remote databases (API doc)
SkyView is a "virtual" observatory dynamically generating images of
the sky in different wavelength regimes from a static image
database. SkyView is intended as a quick look facility to see the
heavens.
.
This package contains the JavaDoc documentation of the package.
|