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
|
Source: tslib
Section: embedded
Priority: optional
Maintainer: Neil Williams <codehelp@debian.org>,
Uploaders: Debian GPE team <pkg-gpe-maintainers@lists.alioth.debian.org>,
Moray Allan <moray@debian.org>,
Phil Blundell <pb@debian.org>,
Philippe De Swert <philippedeswert@scarlet.be>
Build-Depends: libc6-dev
Build-Depends-Tools: debhelper (>= 5), automake | automaken, autoconf, libtool, dpatch
Standards-Version: 3.7.3
Homepage: http://tslib.berlios.de/
Package: libts-0.0-0
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tslib
Provides: libts0, tslib
Replaces: tslib
Description: touch screen library
Tslib is an abstraction layer for touchscreen panel events, as well as a
filter stack for the manipulation of those events. Examples of implemented
filters include jitter smoothing and the calibration transform.
Package: libts-dev
Architecture: any
Section: libdevel
Depends: libts-0.0-0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: touch screen library, development files
Tslib is an abstraction layer for touchscreen panel events, as well as a
filter stack for the manipulation of those events.
.
This package contains the static library and header files used in
development.
Package: libts-bin
Architecture: any
Section: embedded
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: touch screen library utilities
Tslib is an abstraction layer for touchscreen panel events, as well as a
filter stack for the manipulation of those events.
.
This package contains a few test programs like ts_calibrate that can
be useful when developing or testing application using touch screens.
Package: libts-0.0-0-dbg
Architecture: any
Section: libs
Priority: extra
Depends: libts-0.0-0 (= ${binary:Version}), libts-bin (= ${binary:Version})
Description: touch screen library debug symbols
Tslib is an abstraction layer for touchscreen panel events, as well as a
filter stack for the manipulation of those events.
.
This package contains the debug symbols.
|