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
|
Source: libmanette
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>,
Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dpkg-build-api (= 1),
gir1.2-gio-2.0-dev,
gir1.2-gobject-2.0-dev,
gir1.2-gudev-1.0-dev,
gobject-introspection (>= 1.80),
libevdev-dev (>= 1.4.5),
libglib2.0-dev (>= 2.50.0),
libgudev-1.0-dev,
libhidapi-dev,
meson (>= 0.53.0),
pkgconf,
valac
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libmanette
Vcs-Git: https://salsa.debian.org/gnome-team/libmanette.git
Homepage: https://gnome.pages.gitlab.gnome.org/libmanette/
Package: libmanette-0.2-0
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple GObject game controller library
libmanette is a library for using game controllers using an API inspired
by GDK's device and event handling. It supports the W3C Draft Gamepad
specification.
.
This package contains the shared libraries.
Package: libmanette-0.2-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libevdev-dev (>= 1.4.5),
libglib2.0-dev (>= 2.50.0),
libhidapi-dev,
libgudev-1.0-dev,
libmanette-0.2-0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: Simple GObject game controller library - development files
libmanette is a library for using game controllers using an API inspired
by GDK's device and event handling. It supports the W3C Draft Gamepad
specification.
.
This package contains the development files.
Package: gir1.2-manette-0.2
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends}, ${misc:Depends}
Description: GObject introspection data for libmanette
This package contains GObject introspection information.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|