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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: mtdev
Section: libs
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93~),
pkg-config,
quilt,
dpkg-dev (>= 1.14.17),
dh-autoreconf (>= 7)
Standards-Version: 3.9.5
Homepage: http://bitmath.org/code/mtdev/
Vcs-Git: git://anonscm.debian.org/collab-maint/mtdev.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mtdev.git
Package: libmtdev1
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Multitouch Protocol Translation Library - shared library
libmtdev is a library for translating evdev multitouch events using the legacy
protocol to the new multitouch slots protocol. This is necessary for kernel
drivers that have not been updated to use the newer protocol.
Package: libmtdev-dev
Section: libdevel
Architecture: linux-any
Depends: libmtdev1 (= ${binary:Version}),
${misc:Depends}
Description: Multitouch Protocol Translation Library - dev files
libmtdev is a library for translating evdev multitouch events using the legacy
protocol to the new multitouch slots protocol. This is necessary for kernel
drivers that have not been updated to use the newer protocol.
.
This package contains files that are needed to build applications.
Package: mtdev-tools
Section: libdevel
Architecture: linux-any
Depends: libmtdev1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Multitouch Protocol Translation Library - test tools
libmtdev is a library for translating evdev multitouch events using the legacy
protocol to the new multitouch slots protocol. This is necessary for kernel
drivers that have not been updated to use the newer protocol.
.
This package provides some test tools for the libmtdev library.
+ mtdev-test: prints the information coming from the kernel
Package: libmtdev1-udeb
Section: debian-installer
Architecture: linux-any
XC-Package-Type: udeb
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Multitouch Protocol Translation Library - shared library
libmtdev is a library for translating evdev multitouch events using the legacy
protocol to the new multitouch slots protocol. This is necessary for kernel
drivers that have not been updated to use the newer protocol.
.
This is a udeb, or a microdeb, for the debian-installer.
|