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
|
Source: osm-gps-map
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Andreas Tille <tille@debian.org>,
Ross Gammon <rossgammon@mail.dk>
Section: science
Priority: optional
Build-Depends: autoconf-archive,
debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-gobject-2.0-dev <!nogir>,
gir1.2-gtk-3.0-dev <!nogir>,
gobject-introspection,
gtk-doc-tools,
libcairo2-dev,
libgirepository1.0-dev,
libglib2.0-dev,
libgtk-3-dev,
libsoup-3.0-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/osm-gps-map
Vcs-Git: https://salsa.debian.org/debian-gis-team/osm-gps-map.git
Homepage: https://github.com/nzjrs/osm-gps-map
Rules-Requires-Root: no
Package: libosmgpsmap-1.0-dev
Architecture: any
Section: libdevel
Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
gir1.2-osmgpsmap-1.0 (= ${binary:Version}),
libcairo2-dev,
libglib2.0-dev,
libgtk-3-dev,
libsoup-3.0-dev,
${gir:Depends},
${misc:Depends}
Provides: gir1.2-osmgpsmap-1.0-dev (= ${binary:Version}),
${gir:Provides}
Description: GTK+ library to embed OpenStreetMap maps - development files
libosmgpsmap is a library to embed maps in applications that when given GPS
co-ordinates, draws a GPS track, and points of interest on a moving map
display. Downloads map data from a number of websites, including
openstreetmap.org, openaerialmap.org and others.
.
These are the development files for libosmgpsmap0, needed only if you're
writing or compiling an application which will use it.
Package: libosmgpsmap-1.0-1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: GTK+ library to embed OpenStreetMap maps
libosmgpsmap is a library to embed maps in applications that when given GPS
co-ordinates, draws a GPS track, and points of interest on a moving map
display. Downloads map data from a number of websites, including
openstreetmap.org, openaerialmap.org and others.
Package: gir1.2-osmgpsmap-1.0
Architecture: any
Section: introspection
Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Multi-Arch: same
Description: GTK+ library to embed OpenStreetMap maps - Python bindings
libosmgpsmap is a library to embed maps in applications that when given GPS
co-ordinates, draws a GPS track, and points of interest on a moving map
display. Downloads map data from a number of websites, including
openstreetmap.org, openaerialmap.org and others.
.
This package provides the Python bindings for the library.
|