File tree 5 files changed +38
-3
lines changed
5 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1
1
# /bin/bash
2
2
3
- VERSION=" 1.8 "
3
+ VERSION=" 1.9 "
4
4
5
5
rm -rf output
6
6
mkdir -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
2
2
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
3
6
* remove dh-autoreconf build dependency
4
7
5
- -- Martin Kepplinger <martink@posteo.de> Wed, 12 Apr 2017 08:01 :31 +0100
8
+ -- Martin Kepplinger <martink@posteo.de> Fri, 21 Apr 2017 08:28 :31 +0100
6
9
7
10
tslib (1.8-3) unstable; urgency=low
8
11
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ doc/ts_read_raw_mt.3
16
16
doc/ts_test.1
17
17
doc/ts_test_mt.1
18
18
doc/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#
39
39
h3600.so libts0 #MINVER#
40
40
h3600_mod_init@Base 1.0
41
41
mod_init@Base 1.0
42
+ iir.so libts0 #MINVER#
43
+ iir_mod_init@Base 1.9
44
+ mod_init@Base 1.0
42
45
input.so libts0 #MINVER#
43
46
input_mod_init@Base 1.0
44
47
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