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 66 67 68 69 70 71 72 73 74 75
|
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>,
Hector Oron <zumbi@debian.org>
Build-Depends: debhelper (>= 9), automake | automaken, autoconf, libtool
Standards-Version: 3.9.3
Homepage: http://tslib.berlios.de/
Vcs-SVN: svn://svn.debian.org/pkg-gpe/trunk/tslib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gpe/trunk/tslib/trunk/
Package: libts-0.0-0
Architecture: linux-any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, tsconf
Conflicts: tslib, libts0
Provides: tslib, libts0
Replaces: tslib, libts0
Multi-Arch: same
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: linux-any
Section: libdevel
Replaces: libts0
Depends: libts-0.0-0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
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: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
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: linux-any
Section: debug
Priority: extra
Depends: libts-0.0-0 (= ${binary:Version}), libts-bin (= ${binary:Version}), ${misc:Depends}
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.
Package: tsconf
Architecture: all
Replaces: libts-0.0-0 (<= 1.0-6)
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: touch screen library common 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 common files for the shared
library.
|