-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
47 lines (44 loc) · 1.67 KB
/
control
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
Source: tslib
Section: embedded
Priority: optional
Maintainer: Martin Kepplinger <[email protected]>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10), automake | automaken, autoconf, libtool, pkgconf
Standards-Version: 4.6.2
Homepage: http://tslib.org
Vcs-Git: https://github.com/merge/tslib-debian
Vcs-Browser: https://github.com/merge/tslib-debian
Package: libts0t64
Provides: ${t64:Provides}
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libts0 (<< ${source:Version}), tsconf
Replaces: libts0, tsconf
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 debounce, median, iir, dejitter and the calibration
transform.
Package: libts-dev
Architecture: any
Section: libdevel
Depends: libts0t64 (=${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: any
Depends: libts0t64 (=${binary:Version}), ${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 programs like ts_calibrate or ts_uinput that can
be useful when developing, testing or deploying applications using tslib.