File tree Expand file tree Collapse file tree 5 files changed +38
-3
lines changed Expand file tree Collapse file tree 5 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 11# /bin/bash
22
3- VERSION=" 1.8 "
3+ VERSION=" 1.9 "
44
55rm -rf output
66mkdir -p output/tslib-sources
Original file line number Diff line number Diff line change 1- tslib (1.8-4 ) unstable; urgency=low
1+ tslib (1.9-1 ) unstable; urgency=low
22
3+ * bump to upstream version 1.9
4+ * add iir filter symbols, introduced in 1.9
5+ * add ts_verify's manpage introduced in 1.9
36 * remove dh-autoreconf build dependency
47
5- -- Martin Kepplinger <
[email protected] >
Wed, 12 Apr 2017 08:
01 :31 +0100
8+ -- Martin Kepplinger <
[email protected] >
Fri, 21 Apr 2017 08:
28 :31 +0100
69
710tslib (1.8-3) unstable; urgency=low
811
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ doc/ts_read_raw_mt.3
1616doc/ts_test.1
1717doc/ts_test_mt.1
1818doc/ts_uinput.1
19+ debian/ts_verify.1
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ galax.so libts0 #MINVER#
3939h3600.so libts0 #MINVER#
4040 h3600_mod_init@Base 1.0
4141 mod_init@Base 1.0
42+ iir.so libts0 #MINVER#
43+ iir_mod_init@Base 1.9
44+ mod_init@Base 1.0
4245input.so libts0 #MINVER#
4346 input_mod_init@Base 1.0
4447 mod_init@Base 1.0
Original file line number Diff line number Diff line change 1+ .TH "TS_VERIFY" "1" "" "" "tslib"
2+ .SH "NAME"
3+ ts_verify \- A basic test routine for tslib's API\& .
4+
5+ .SH SYNOPSIS
6+ .B ts_print_mt [OPTION]
7+
8+ .SH "DESCRIPTION"
9+ .PP
10+ ts_verify runs through tslib's API and prints test results.
11+ .sp
12+ .sp
13+ \fB \- i, \-\- idev \fR
14+ .sp
15+ .RS 4
16+ Explicitly choose the original input event device for tslib to use. Default: the environment variable \fB TSLIB_TSDEVICE \fR 's value.
17+ .sp
18+ \fB \- h, \-\- help \fR
19+ .RS 4
20+ Print usage help and exit.
21+ .RE
22+ .sp
23+ .SH "SEE ALSO"
24+ .PP
25+ ts.conf (5),
26+ ts_test (1),
27+ ts_test_mt (1),
28+ ts_calibrate (1)
You can’t perform that action at this time.
0 commit comments