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
|
Source: gnuastro
Section: science
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Build-Depends: debhelper (>= 11),
ghostscript (>= 9.10),
libcfitsio-dev,
libtool-bin,
libgsl0-dev,
libjpeg-dev,
libtiff-dev,
libgit2-dev,
wcslib-dev,
Standards-Version: 4.3.0.1
Homepage: https://www.gnu.org/software/gnuastro
Vcs-Git: https://salsa.debian.org/debian-astro-team/gnuastro.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/gnuastro
Package: libgnuastro6
Architecture: any
Section: libs
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNU Astronomy Utilities shared libraries
GNU Astronomy Utilities (Gnuastro) is a collection of programs (the
`gnuastro' package) and librarires (this package along with
`libgnuastro-dev') for astronomical data analysis and manipulation.
The programs can be run on the command-line for efficient and easy
usage and the libraries can be used within C and C++ programs.
.
This package contains Gnuastro's shared librarires.
Package: libgnuastro-dev
Architecture: any
Section: libdevel
Depends: libgnuastro6 (= ${binary:Version}), ${misc:Depends}
Description: GNU Astronomy Utilities development files
GNU Astronomy Utilities (Gnuastro) is a collection of programs (the
`gnuastro' package) and librarires (this package along with `libgnuastro6')
for astronomical data analysis and manipulation. The programs can be run
on the command-line for efficient and easy usage and the libraries can be
used within C and C++ programs.
.
This package contains Gnuastro's headers and static libraries.
Package: gnuastro
Architecture: any
Depends: libgnuastro6 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: GNU Astronomy Utilities programs
GNU Astronomy Utilities (Gnuastro) is a collection of programs (this
package) and librarires (`libgnuastro6', `libgnuastro-dev') for
astronomical data analysis and manipulation. The programs can be run
on the command-line for efficient and easy usage and the libraries
can be used within C and C++ programs.
.
This package contains Gnuastro's programs.
|