Skip to content

Commit 10f916f

Browse files
committed
upgrade to version 1.9
One manpage is missing in the distribution tarball -> added manually. Apart from that, normal upgrades according to upstream changes.
1 parent d44b9a4 commit 10f916f

File tree

5 files changed

+38
-3
lines changed

5 files changed

+38
-3
lines changed

autobuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/bash
22

3-
VERSION="1.8"
3+
VERSION="1.9"
44

55
rm -rf output
66
mkdir -p output/tslib-sources

debian/changelog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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 <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
69

710
tslib (1.8-3) unstable; urgency=low
811

debian/libts0.manpages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ doc/ts_read_raw_mt.3
1616
doc/ts_test.1
1717
doc/ts_test_mt.1
1818
doc/ts_uinput.1
19+
debian/ts_verify.1

debian/libts0.symbols

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ galax.so libts0 #MINVER#
3939
h3600.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
4245
input.so libts0 #MINVER#
4346
input_mod_init@Base 1.0
4447
mod_init@Base 1.0

debian/ts_verify.1

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 \fBTSLIB_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)

0 commit comments

Comments
 (0)