File: control

package info (click to toggle)
evtest 1%3A1.33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 428 kB
  • ctags: 99
  • sloc: sh: 1,230; ansic: 1,067; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
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
Source: evtest
Section: utils
Priority: extra
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends:
 asciidoc,
 debhelper (>= 9),
 dh-autoreconf,
 pkg-config,
 xmlto,
 xsltproc
Standards-Version: 3.9.6
Homepage: http://cgit.freedesktop.org/evtest/
Vcs-Git: git://anonscm.debian.org/collab-maint/evtest.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/evtest.git;a=summary

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.