debian/changelog | 6 ++++++ debian/local/10-evtouch.conf | 6 ++++++ debian/rules | 2 ++ 3 files changed, 14 insertions(+)
New commits: commit 7ad3e04b8e8fa563e2c36ccc82ad3a7804cac6b5 Author: Timo Aaltonen <tjaal...@cc.hut.fi> Date: Tue Mar 30 17:38:52 2010 +0300 Add 10-evtouch.conf. diff --git a/debian/changelog b/debian/changelog index 38cb962..7565419 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xf86-input-evtouch (0.8.8-3) UNRELEASED; urgency=low + + * Add 10-evtouch.conf. + + -- Timo Aaltonen <tjaal...@ubuntu.com> Tue, 30 Mar 2010 17:38:09 +0300 + xf86-input-evtouch (0.8.8-2) unstable; urgency=low [ Mattia Dongili ] diff --git a/debian/local/10-evtouch.conf b/debian/local/10-evtouch.conf new file mode 100644 index 0000000..0e8150f --- /dev/null +++ b/debian/local/10-evtouch.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "touchscreen catchall" + MatchIsTouchscreen "on" + Driver "evtouch" +EndSection + diff --git a/debian/rules b/debian/rules index 49301cf..cc4890b 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,8 @@ binary-arch: install serverabi dh_testdir dh_testroot dh_install --sourcedir=debian/tmp --list-missing --exclude=.la --exclude=.a + install -d debian/xserver-xorg-input-evtouch/usr/lib/X11/xorg.conf.d + install -m 644 debian/local/10-evtouch.conf debian/xserver-xorg-input-evtouch/usr/lib/X11/xorg.conf.d dh_installchangelogs ChangeLog dh_installdocs dh_installexamples -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1nwcau-0001c5...@alioth.debian.org