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
|
Source: libshumate
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Geiger <werdahias@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gperf,
gir1.2-freedesktop-dev,
gir1.2-gdk-4.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-gsk-4.0-dev,
gir1.2-gtk-4.0-dev,
gobject-introspection (>= 1.80),
libcairo2-dev (>= 1.4),
libglib2.0-dev (>= 2.74.0),
libgtk-4-dev,
libsoup-3.0-dev,
libsqlite3-dev (>= 1.12.0),
libsysprof-capture-4-dev,
libjson-glib-dev (>= 1.6),
libprotobuf-c-dev,
meson (>= 0.55.0),
valac (>= 0.11.0),
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: gi-docgen <!nodoc>,
Standards-Version: 4.7.3
Section: libs
Homepage: https://gitlab.gnome.org/GNOME/libshumate
Vcs-Browser: https://salsa.debian.org/gnome-team/libshumate
Vcs-Git: https://salsa.debian.org/gnome-team/libshumate.git
Package: libshumate-1.0-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libshumate-common (>= ${source:Version})
Description: GTK4 widgets for embedded maps
It supports numerous free map sources such as OpenStreetMap,
OpenCycleMap, OpenAerialMap and Maps for free.
Package: libshumate-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-shumate-1.0 (= ${binary:Version}),
libcairo2-dev (>= 1.4),
libglib2.0-dev (>= 2.74.0),
libgtk-4-dev,
libshumate-1.0-1 (= ${binary:Version}),
libsoup-3.0-dev,
libsqlite3-dev (>= 1.12.0),
libjson-glib-dev (>= 1.6),
libprotobuf-c-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Breaks: libshumate-1.0-1 (<< 1.0.1-2~)
Replaces: libshumate-1.0-1 (<< 1.0.1-2~)
Description: GTK4 widgets for embedded maps -- development files
It supports numerous free map sources such as OpenStreetMap,
OpenCycleMap, OpenAerialMap and Maps for free.
.
This package contains the base development headers.
Package: gir1.2-shumate-1.0
Architecture: any
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends},
${misc:Depends}
Description: GTK4 widgets for embedded maps - gir bindings
It supports numerous free map sources such as OpenStreetMap,
OpenCycleMap, OpenAerialMap and Maps for free.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: libshumate-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Description: GTK4 widgets for embedded maps - common files
It supports numerous free map sources such as OpenStreetMap,
OpenCycleMap, OpenAerialMap and Maps for free.
.
This package contains common data files and translations.
Package: libshumate-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: GTK4 widgets for embedded maps - documentation
It supports numerous free map sources such as OpenStreetMap,
OpenCycleMap, OpenAerialMap and Maps for free.
.
This package contains the API reference.
|