summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-14 03:05:03 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-14 03:05:03 +0000
commit18406207d374025e4ffb87053858b074b45da2b6 (patch)
tree61f799bba5a5d63f1f98eb94ff8ba309379150de /debian/control
parent3ef1555bc5055cf5b01b40c21826600fbd50190a (diff)
debianization
git-svn-id: file:///home/lennart/svn/public/keyfuzz/trunk@11 e03e4fad-c0d1-0310-aabf-8987f8117c4c
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.