Tag 'libinput-0.15.0-2' created by Emilio Pozuelo Monfort <poch...@gmail.com> at 2015-05-26 22:30 +0000
Tagging upload of libinput 0.15.0-2 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJVZPP3AAoJEJ1GxIjkNoMCY2gP/3cb5cJ24SGppvzu7DWgMvR0 5Vf1HZlYkeKR2H3vr6e5GcKv9MZgk7qLRoJrPTDyEGJ7xsllUi+llF1c7O7quMLp uu77hxK3jOGs5EyAmFSsKaJzYTkQ5Dh7eP5v2EJ2tQxzW3vWdxVIQIr/S2HsLVJY IZEv4JVgDrmHAPOH+wnJpGZEr6jq4Zggd+xx4fLt/CvCMuH6EdMY8IqtZPxpAPFE AzCjvuhV8DsspqDwtn69zdBQ4KprAtMLFczOKww9XQOnqga6nEE1wKFan3gkLLPQ p0HLf0xE9MEY6fR9LU5GO0JtGGqZH0D1+vl3RdubPY+EoBA6olfKovHjk+5r8emb ngJ7rCZ3gtQGzi30mHF60dv2Dadn26GV1+EC/lSpve2OjQ8eHim5/rasohQ3bJRp 2G1F09CPf6AB5IWnsy+xZhVprWtDENQsExyrXtMsDgk5AdtB8FAd6XEZ5lFlU2U6 hirq0fjpr0cltTFSOz7dAG85tH/Dg5AmgW9ARYGYFXhmybcEVcz+jcvD4SxIJazH gFlAr/AfbOAYMwCNQ7Plp47gl90OnFIRU0nbWZltajBTbSjlACG+B0V6QoSbfUlJ ljAoQjvVa+xQonPQ9OtBrxqP08TmSqdK9hfzq/i+xkX3MMaRmlaol178NeRR88wI 1rDqn9RI/fye3RAHMQyh =OwgA -----END PGP SIGNATURE----- Changes since libinput-0.10.0-1: Emilio Pozuelo Monfort (1): Upload to unstable Hector Oron (1): Imported Debian patch 0.15.0-1 Héctor Orón Martínez (1): Imported Upstream version 0.15.0 --- Makefile.am | 2 Makefile.in | 47 README.txt | 2 aclocal.m4 | 65 - compile | 2 config.guess | 15 config.sub | 19 configure | 94 + configure.ac | 34 debian/changelog | 14 debian/control | 8 debian/libinput10.install | 1 debian/libinput10.symbols | 333 ++++++ debian/libinput7.install | 1 debian/libinput7.symbols | 203 ---- debian/rules | 8 depcomp | 2 doc/Makefile.am | 5 doc/Makefile.in | 27 doc/clickpad-softbuttons.dox | 7 doc/device-configuration-via-udev.dox | 81 + doc/middle-button-emulation.svg | 1315 ++++++++++++++++++++++++++ doc/palm-detection.dox | 9 doc/scrolling.dox | 34 doc/svg/palm-detection.svg | 213 +++- doc/touchpad-tap-state-machine.svg | 1592 +++++++++++++++++++------------- include/linux/input.h | 31 install-sh | 366 +++---- missing | 2 src/Makefile.am | 12 src/Makefile.in | 88 + src/evdev-middle-button.c | 716 ++++++++++++++ src/evdev-mt-touchpad-buttons.c | 150 +-- src/evdev-mt-touchpad-edge-scroll.c | 104 +- src/evdev-mt-touchpad-gestures.c | 248 ++++ src/evdev-mt-touchpad-tap.c | 154 ++- src/evdev-mt-touchpad.c | 503 +++------- src/evdev-mt-touchpad.h | 115 +- src/evdev.c | 917 +++++++++++++----- src/evdev.h | 104 +- src/filter-private.h | 8 src/filter.c | 121 +- src/filter.h | 22 src/libinput-private.h | 153 ++- src/libinput-util.c | 31 src/libinput-util.h | 58 - src/libinput.c | 615 +++++++++--- src/libinput.h | 548 ++++++++--- src/libinput.sym | 48 src/timer.c | 6 src/udev-seat.c | 2 test-driver | 15 test/Makefile.am | 9 test/Makefile.in | 74 + test/build-pedantic.c | 3 test/device.c | 342 ++++++ test/keyboard.c | 41 test/litest-alps-semi-mt.c | 1 test/litest-keyboard-razer-blackwidow.c | 350 +++++++ test/litest-logitech-trackball.c | 64 + test/litest-mouse-roccat.c | 205 ++++ test/litest-ms-surface-cover.c | 11 test/litest-protocol-a-touch-screen.c | 97 + test/litest-wacom-intuos-finger.c | 103 ++ test/litest-wheel-only.c | 68 + test/litest.c | 109 ++ test/litest.h | 22 test/log.c | 3 test/misc.c | 40 test/path.c | 1 test/pointer.c | 486 +++++++++ test/symbols-leak-test.in | 17 test/touch.c | 131 ++ test/touchpad.c | 1101 ++++++++++++++++++++-- test/trackpoint.c | 4 test/valgrind.suppressions | 6 tools/Makefile.am | 23 tools/Makefile.in | 306 +++++- tools/event-debug.c | 26 tools/event-gui.c | 27 tools/libinput-debug-events.man | 31 tools/libinput-list-devices.c | 300 ++++++ tools/libinput-list-devices.man | 37 tools/ptraccel-debug.c | 300 ++++++ tools/shared.c | 85 + tools/shared.h | 4 udev/80-libinput-device-groups.rules | 8 udev/90-libinput-model-quirks.hwdb | 66 + udev/90-libinput-model-quirks.rules | 25 udev/Makefile.am | 15 udev/Makefile.in | 765 +++++++++++++++ udev/libinput-device-group.c | 77 + 92 files changed, 12050 insertions(+), 2603 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1yxnn6-0005ea...@moszumanska.debian.org