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
|
Source: skyview
Section: java
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 11), dh-exec, javahelper (>= 0.40)
Build-Depends-Indep: default-jdk,
imagej,
libcommons-io-java,
libcommons-math3-java,
libfits-java,
libjsamp-java
Standards-Version: 4.3.0
Homepage: https://skyview.gsfc.nasa.gov/
Vcs-Git: https://salsa.debian.org/debian-astro-team/skyview.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/skyview
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
Section: doc
Architecture: all
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.
|