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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: gmt
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10~),
chrpath,
cmake,
ffmpeg,
gdal-bin,
ghostscript,
gmt-dcw,
gmt-gshhg,
graphicsmagick,
libblas-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfftw3-dev,
libgdal-dev,
liblapack-dev,
libnetcdf-dev,
libpcre2-dev,
libxaw7-dev,
libxmu-headers,
texlive,
texlive-latex-extra,
zlib1g-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/gmt
Vcs-Git: https://salsa.debian.org/debian-gis-team/gmt.git
Homepage: http://gmt.soest.hawaii.edu/
Package: gmt
Architecture: any
Depends: gmt-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Recommends: gmt-gshhg-data | gmt-gshhg-low,
gmt-dcw
Breaks: libgenome-perl (<< 0.06-3~),
libgmt-dev (<< 5.3.2+dfsg-1~exp2)
Replaces: libgenome-perl (<< 0.06-3~),
libgmt-dev (<< 5.3.2+dfsg-1~exp2)
Description: Generic Mapping Tools
GMT is a collection of tools that allow users to manipulate
(x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding,
projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations
ranging from simple x-y plots through contour maps to artificially illuminated
surfaces and 3-D perspective views in black and white, gray tone, hachure
patterns, and 24-bit color.
.
GMT supports many common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, and political
boundaries.
Package: gmt-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: gmt (<< 5.1.2),
gmt-manpages (<< 5.1.2),
gmt-doc (<< 6.0.0~rc5)
Replaces: gmt (<< 5.1.2),
gmt-manpages (<< 5.1.2),
gmt-doc (<< 6.0.0~rc5)
Description: Generic Mapping Tools - Architecture-independent files
GMT is a collection of tools that allow users to manipulate
(x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding,
projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations
ranging from simple x-y plots through contour maps to artificially illuminated
surfaces and 3-D perspective views in black and white, gray tone, hachure
patterns, and 24-bit color.
.
GMT supports many common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, and political
boundaries.
.
This package contains the architecture-independent files for GMT.
Package: libgmt6
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: gmt
Description: Generic Mapping Tools Library
GMT libraries allow manipulating geographic and Cartesian data sets
(including filtering, trend fitting, gridding, projecting, etc.) and
producing Encapsulated PostScript File (EPS) illustrations ranging from
simple x-y plots via contour maps to artificially illuminated surfaces
and 3-D perspective views.
.
This package contains the GMT library.
Package: libgmt-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
libgmt6 (= ${binary:Version}),
libnetcdf-dev,
${misc:Depends}
Suggests: gmt
Description: Generic Mapping Tools Library - Development files
These set of libraries allow manipulating geographic and Cartesian data sets
(including filtering, trend fitting, gridding, projecting, etc.) and
producing Encapsulated PostScript File (EPS) illustrations ranging from
simple x-y plots via contour maps to artificially illuminated surfaces
and 3-D perspective views.
.
This package contains the files used for development of programs that
use the GMT libraries (headers).
|