Codebase list eag-healpix / debian/2017.09.06-1 debian / control
debian/2017.09.06-1

Tree @debian/2017.09.06-1 (Download .tar.gz)

control @debian/2017.09.06-1raw · history · blame

Source: eag-healpix
Section: java
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: ant, debhelper (>= 9), dh-exec, javahelper (>= 0.40)
Build-Depends-Indep: ant-optional,
                     default-jdk,
                     default-jdk-doc,
                     junit,
                     libvecmath-java
Standards-Version: 4.1.1
Homepage: http://home.fnal.gov/~kuropat/HEALPIX/PixTools.html
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/eag-healpix.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/eag-healpix.git

Package: eag-healpix-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: Handling of HEALPix sky pixellization
 The package creates sky pixelization to a specified resolution.
 .
 These tools permit creation of HEALPix maps as well as use of
 existing maps. There are tools to translate sky coordinates (Ra, Dec)
 to a pixel number, and to generate a list of neighboring pixels
 within some specified radius. More complicated queries are also
 supported.

Package: eag-healpix-java-doc
Section: doc
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Handling of HEALPix sky pixellization (API docs)
 The package creates sky pixelization to a specified resolution.
 .
 These tools permit creation of HEALPix maps as well as use of
 existing maps. There are tools to translate sky coordinates (Ra, Dec)
 to a pixel number, and to generate a list of neighboring pixels
 within some specified radius. More complicated queries are also
 supported.
 .
 This package contains the JavaDoc documentation of the package.