summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..71d6821
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: keyfuzz
+Section: utils
+Priority: optional
+Maintainer: Lennart Poettering <mzqrovna@0pointer.net>
+Build-Depends: debhelper (>= 4.0.0), gengetopt, lynx, xmltoman
+Standards-Version: 3.6.2
+
+Package: keyfuzz
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Manipulate the scancode/keycode translation tables of keyboard drivers
+ You may use keyfuzz to manipulate the scancode/keycode translation
+ tables of keyboard drivers supporting the Linux input layer API (as
+ included in Linux 2.6). This is useful for fixing the translation
+ tables of multimedia keyboards or laptop keyboards with special
+ keys. keyfuzz is not a daemon like Gnome acme which reacts on special
+ hotkeys but a tool to make non-standard keyboards compatible with
+ such daemons. keyfuzz should be run once at boot time, the
+ modifications it makes stay active after the tool quits until
+ reboot. keyfuzz does not interact directly with XFree86. However,
+ newer releases of the latter (4.1 and above) rely on the Linux input
+ API, so they take advantage of the fixed translation tables.