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 65
|
Source: mtdev
Section: libs
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://bitmath.se/org/code/mtdev/
Vcs-Git: https://salsa.debian.org/debian/mtdev.git
Vcs-Browser: https://salsa.debian.org/debian/mtdev
Package: libmtdev1t64
Provides: ${t64:Provides}
Replaces: libmtdev1
Breaks: libmtdev1 (<< ${source:Version})
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
Multi-Arch: same
Depends: libmtdev1t64 (= ${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: libmtdev1t64 (= ${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
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.
|