| 12
 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
 
 | Source: xserver-xorg-input-libinput
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libinput-dev,
 libudev-dev,
 pkgconf,
 quilt,
 x11proto-dev (>= 2021.5),
 xserver-xorg-dev,
 xutils-dev,
Standards-Version: 4.6.0
Homepage: https://www.x.org
Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-libinput.git
Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-libinput
Package: xserver-xorg-input-libinput
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${xinpdriver:Depends},
Provides:
 ${xinpdriver:Provides}
Description: X.Org X server -- libinput input driver
 This package provides the driver for input devices using libinput library.
 It can handle keyboards, mice and touchpads, and essentially replaces the
 separate -evdev and -synaptics drivers.
 .
 This package is built from the X.org xf86-input-libinput driver module.
Package: xserver-xorg-input-libinput-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: X.Org X server -- libinput input driver (development headers)
 This package provides the development headers for the libinput input driver
 found in xserver-xorg-input-libinput. Non-developers likely have little use
 for this package.
 .
 This package is built from the X.org xf86-input-libinput driver module.
Package: xserver-xorg-input-libinput-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: linux-any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${xinpdriver:Depends},
 udev-udeb,
Provides:
 ${xinpdriver:Provides}
Description: X.Org X server -- libinput input driver
 This is a udeb, or a microdeb, for the debian-installer.
 |