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
|
Source: libinput
Section: libs
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Héctor Orón Martínez <zumbi@debian.org>
Build-Depends:
debhelper (>= 10.3),
meson,
pkg-config,
libmtdev-dev (>= 1.1.0),
libudev-dev,
libevdev-dev (>= 0.4),
libwacom-dev (>= 0.20),
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libinput.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libinput
Homepage: http://www.freedesktop.org/wiki/Software/libinput/
Package: libinput10
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libinput-bin (>= ${binary:Version}),
Description: input device management and event handling library - shared library
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction to minimize the amount of custom input
code the user of libinput needs to provide the common set of
functionality that users expect.
.
This package includes the shared library.
Package: libinput-bin
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Description: input device management and event handling library - udev quirks
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction to minimize the amount of custom input
code the user of libinput needs to provide the common set of
functionality that users expect.
.
This package includes the udev quirks database and helpers.
Package: libinput10-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: input device management and event handling library - shared library
This is a udeb, or a microdeb, for the debian-installer.
Package: libinput-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libinput10 (= ${binary:Version}),
libmtdev-dev (>= 1.1.0),
libudev-dev,
libevdev-dev (>= 0.4),
libwacom-dev (>= 0.20),
${shlibs:Depends},
${misc:Depends},
Description: input device management and event handling library - development files
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction to minimize the amount of custom input
code the user of libinput needs to provide the common set of
functionality that users expect.
.
This package includes the development headers.
Package: libinput-tools
Section: libdevel
Architecture: any
Multi-Arch: allowed
Depends:
libinput10 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
python3,
python3-evdev,
python3-pyudev,
Description: input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction to minimize the amount of custom input
code the user of libinput needs to provide the common set of
functionality that users expect.
.
This package includes the command line tools.
|