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
|
Source: evtest
Section: utils
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends:
asciidoc,
debhelper (>= 11~),
pkg-config,
xmlto,
xsltproc
Standards-Version: 4.1.4
Homepage: https://cgit.freedesktop.org/evtest/
Vcs-Git: https://salsa.debian.org/debian/evtest.git
Vcs-Browser: https://salsa.debian.org/debian/evtest
Package: evtest
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: evemu-tools
Description: utility to monitor Linux input device events
evtest monitors a Linux input device, displaying all the events it
generates.
.
It can be used to determine mice button bindings, keymaps for exotic
keyboards... It is commonly used to debug issues with input devices
in X.Org.
.
evtest is now in maintenance mode and doesn't support all the
features of the latest kernels; evemu-record from the evemu-tools
package should be used instead.
|