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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: olpc-kbdshim
Section: admin
Priority: optional
Maintainer: Andres Salomon <dilinger@debian.org>
Build-Depends: debhelper (>> 7), libglib2.0-dev, libdbus-glib-1-dev, libhal-dev
Standards-Version: 3.8.4
Package: olpc-kbdshim-common
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OLPC XO keyboard support daemon (common files)
The olpc-kbdshim daemon is used to handle keyboard events on the somewhat
unique OLPC XO hardware. It does this by monitoring the keyboard and
touchpad, enabling the XO "grab" keys and touchpad rotation (to match
screen rotation), and reporting user (in)activity. It can also bind the XO
screen rotate, brightness, and volume keys to appropriate commands (which are
provided).
.
This package provides the common files shared between hal and non-hal
version.
Package: olpc-kbdshim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, olpc-kbdshim-common
Conflicts: olpc-kbdshim-hal
Description: OLPC XO keyboard support daemon
The olpc-kbdshim daemon is used to handle keyboard events on the somewhat
unique OLPC XO hardware. It does this by monitoring the keyboard and
touchpad, enabling the XO "grab" keys and touchpad rotation (to match
screen rotation), and reporting user (in)activity. It can also bind the XO
screen rotate, brightness, and volume keys to appropriate commands (which are
provided).
.
This package provides the non-hal version, which runs as a standalone daemon.
Package: olpc-kbdshim-hal
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, olpc-kbdshim-common, hal
Conflicts: olpc-kbdshim
Description: OLPC XO keyboard support daemon (hal version)
The olpc-kbdshim daemon is used to handle keyboard events on the somewhat
unique OLPC XO hardware. It does this by monitoring the keyboard and
touchpad, enabling the XO "grab" keys and touchpad rotation (to match
screen rotation), and reporting user (in)activity. It can also bind the XO
screen rotate, brightness, and volume keys to appropriate commands (which are
provided).
.
This package provides the hal version, which integrates with hal and contains
additional support for monitoring USB input devices.
|