Tag 'libinput-1.5.2-1' created by Timo Aaltonen <tjaal...@debian.org> at 2016-12-02 08:17 +0000
Tagging upload of libinput 1.5.2-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJYQS4wAAoJEMtwMWWoiYTcEPUP/36FIMTJhajCAhMnq+VtVj/S id+NkSc9v49K0Jvpdt6+Kn/xHOjDpj2FbhZw1QLkwM/l9WPgwdR7uYEOoai4BV++ im+h/PxoXZXuqnC6YCgKrFkUzc3hwvS4DlR4YviPVmSXom11qO4JIzr9jJHxTiym w8Sh1ydOoFYBCEyXyfgIkzLJbGwbfEKVkaUoRmYZLGGGJil61eHbCdJH56XtQ2mb 58VK4al6sX8acHw5YxcySceeiX55e5K0eI64zhjFW+iTNtmeEMlFo8LSD3VvTqss YWf9PUPf2/sQii7Xi8KtjRvOIDcyNs1Klt2AsWpJd7xN6zrDpvxWadAc+w5DT6uq R8YKYfgYgyleUziQh4awFnNLnF7WQhio4WTu6rYOkMREg6GqxFN6oy/Vh7VBNI5t 4neDcC4Pjl1bSWlwA55ouG/hMVVJrsvhv0C7nSeYoqccD9uFw/yYyefEJkzlDqJ+ U+K51M0pqRUFvJuWdIieMolEDS/BmwneIuhV5Ln9DCovGafinH6LTq8ZvKEJSnOj JM4XRChCYW1K3n2N6lhOL/TO+o2DuwgqKGzszfsPZIBTaJb80LW7x1oeDhp3wnUf LussfUhV8v/9tQUlqr5QmOH3y5lXl8ZjYEjGyhaP9IZEtqyBh0Cj+3T3y4EfvbB1 DS33VONrJDAm0zGdKFEJ =0Cpz -----END PGP SIGNATURE----- Changes since libinput-1.5.1-1: Peter Hutterer (16): configure.ac: move all AM_CONDITIONALs into one place configure.ac: add some comment markers to see the configure.ac sections easier configure.ac: move the udev test path up into the test section Disable test runs on 'distcheck' Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGS evdev: add a quirk for the HP Zbook Studio G3 test: mark the various abort functions as noreturn test: fix maybe-uninitialized compiler warnings udev: move TEST_EXTENSIONS out of the conditional test: start with the first offset when moving touches test: fix edge-scroll no-motion test test: allow the first event to be a short one during scroll tests evdev: simplify hysteresis code and document it doc: remove unnecessary linebreak in doxygen file touchpad: only use the last two coordinates for delta calculation libinput 1.5.2 Timo Aaltonen (4): control: Add libudev-dev to libinput-dev depends. (Closes: #846506) Merge branch 'upstream-unstable' into debian-unstable update changelog release to sid --- Makefile.am | 2 + configure.ac | 44 +++++++++++++++++++++++++++---------- debian/changelog | 7 +++++ debian/control | 1 doc/libinput.doxygen.in | 3 -- src/evdev-mt-touchpad.c | 20 ++++------------ src/evdev.c | 6 +++++ src/evdev.h | 39 ++++++++++++++++++++++++++++++-- test/Makefile.am | 3 ++ test/litest.c | 28 +++++++++++++++++------ test/touchpad-tap.c | 10 ++++---- test/touchpad.c | 4 +-- udev/90-libinput-model-quirks.hwdb | 4 +++ udev/Makefile.am | 3 +- 14 files changed, 128 insertions(+), 46 deletions(-) ---