Processing of libinput_1.3.0-1_source.changes
libinput_1.3.0-1_source.changes uploaded successfully to localhost along with the files: libinput_1.3.0-1.dsc libinput_1.3.0.orig.tar.xz libinput_1.3.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org)
libinput: Changes to 'refs/tags/libinput-1.3.0-1'
Tag 'libinput-1.3.0-1' created by Timo Aaltonen at 2016-05-10 08:33 + Tagging upload of libinput 1.3.0-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJXMZzaAAoJEMtwMWWoiYTc0dkP/1TtZOpAjQ19qf936O7aHscB iHSDRr1NMJOR7nX0Hqf0I3h1ecTFnKhUMlwbFV9yLZcs0hMVXrmHCs2gpG9loKKy OTXIUhUDdi9zBf1qnN/xf3q5mOuT3JVD4K/7U8GEEJGUauwgQ8hLoE7tlokImWQP Klw38fP/MSCLxsPG+/u3WBEOnn68ihkccrYSuXE6YouiBcOXqXPW1NklfjukOZ0J yM1ZMmJqKxKttT8cJ/WFA5GblrLMzCITQs0pAAWM3Mx8AO1lfjYxvXwVCX8o7zcD CPIR5cJiwQ1XehinBJZJtgUnT1N0FSBYv75PbahIomhP75u+qRDp+9c3T7m37DF7 vK59YRIxyhVsJD7tQ52B9yuU2NY+IVgf6H270SbqeinFxerrQWe2EGYZWdcOiVaY PNl6dM1cagayLKsg+c6GdLMGr61CJI1X7Y4FBj7/joTaunYkiPb0QohJLn7KWOsA oq6r/6Kqbnk+C8sSqftWq4ymEzwvyWIWEe3VJK38U2h+/Pm0H3L3kOlPveO8stRY NTLSc9aisTQzSfh3i9+L9MWAdQdYBAWEhWDgyoatWBnk6af7smzeeJiRFslBP2er 6c09yytlsMfQERnpdzRBbYXChR3wrL6HJGDWSnMP4BpKl2ocKbz2GvGeEhfjfdWz EJiyYBZXh0FBYPg/a0Ha =0xeq -END PGP SIGNATURE- Changes since libinput-1.2.4-1: Eric Engestrom (1): Fix spelling mistakes Jonas Ådahl (3): test: Handle 32 bit msec time overflows libinput: Actually return the default accel profile test-pointer: Test that the default accel profile doesn't change Peter Frühberger (1): touchpad: enlarge top button area by a factor 3 instead of 1.5 Peter Hutterer (59): touchpad: drop unused parameter Fix two doxygen groupings test: apply the new t450 model flag to our X1 3rd test device touchpad: only post motion events if we have motion test: add a test for the T450 dropped motion events touchpad: reset the motion history on significant negative pressure changes touchpad: fix left-handed top software trackpoint buttons Merge branch 'wip/t450-jumping-cursor-fixes' touchpad: reset the motion history on significant negative pressure changes Merge branch 'wip/t450-jumping-cursor-fixes' touchpad: add a middle button software area Merge branch 'wip/touchpad-middle-button' test: reduce the default abs-max range to avoid ENOMEM tools: print the button name for tablet button events test: fix printf for unexpected tablet events doc: minor fixes timer: print the wrong offset when we have a negative timer offset bug tablet: fix the airbrush slider range tools: update the doc publish tool to take a subdir test: set the umask before msktemp to silence coverity tablet: add a fuzz-filter to avoid spamming callers with subpixel updates udev: update the hwdb matches to avoid use of ( and ) test: add test for no scroll events before the scroll button timeout evdev: if we have a quick scroll button release, skip middle button emulation evdev: split scroll button state check out evdev: enable middle-button scrolling on middle-button emulation test: add test to ensure MB emulation doesn't start while the MB is down Merge branch 'wip/trackpoint-mb-emu-scrolling' touchpad: add LIBINPUT_MODEL_WOBBLY_TOUCHPAD for the HP 14-ac157tu test: drop slot events from the singletouch device evdev: move the hysteresis code to a more generic location evdev: rename slot to slot_idx evdev: use a slot variable instead of dereferencing everywhere evdev: always defuzz absolute touchscreens tablet: move the libwacom check for left-handed-ness into a helper function Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interface doc: add a graphic illustrating pad vs tool support pad: implement wacom pad support test: tablet pad tests fixup! Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interface Merge branch 'wip/tablet-pad-support' test: drop the hand-enumerated device values tools: draw some grids for positioning testing in the event-gui configure.ac: libinput 1.3rc1 Fix distcheck configure.ac: libinput 1.3rc2 touchpad: exclude Logitech touchpads from disable-while-typing tablet: fix distance normalization range after 25a9f39 Make a link to the html docs available as a #define test: use a few more events for some of the tests with large pointer movements touchpad: detect and warn about kernel tracking pointer jumps doc: add missing @ingroup tag to the accel profile enum doc: add an overview of the various configuration options Constify two matrix multiplication helpers evdev: log the applied model flags in debug mode test: add a missing empty line configure.ac: libinput 1.3rc3 doc: add an entry about tablets in left-handed mode configure.ac: libinput 1.3.0 Timo Aaltonen (5): Merge tag '1.2.4' into d-u Merge branch 'debian-unstable' into d-u symbols: Updated. Bump policy to 3.9.8, no changes. release to unstable. --- configure.ac | 10 debian/changelog
libinput: Changes to 'upstream-unstable'
Rebased ref, commits from common ancestor: commit dfd9517f5a17001ed4e13c41d16fe935d2b190db Author: Peter Hutterer Date: Tue May 10 13:53:24 2016 +1000 configure.ac: libinput 1.3.0 Signed-off-by: Peter Hutterer diff --git a/configure.ac b/configure.ac index df53289..a44d84c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.64]) m4_define([libinput_major_version], [1]) -m4_define([libinput_minor_version], [2]) -m4_define([libinput_micro_version], [903]) +m4_define([libinput_minor_version], [3]) +m4_define([libinput_micro_version], [0]) m4_define([libinput_version], [libinput_major_version.libinput_minor_version.libinput_micro_version]) @@ -35,7 +35,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) # b) If interfaces have been changed or added, but binary compatibility has #been preserved, change to C+1:0:A+1 # c) If the interface is the same as the previous version, change to C:R+1:A -LIBINPUT_LT_VERSION=18:2:8 +LIBINPUT_LT_VERSION=18:3:8 AC_SUBST(LIBINPUT_LT_VERSION) AM_SILENT_RULES([yes]) commit 87550f8dc97c0339d7339124477e736b13837c68 Author: Peter Hutterer Date: Mon May 9 11:13:55 2016 +1000 doc: add an entry about tablets in left-handed mode Signed-off-by: Peter Hutterer diff --git a/doc/svg/tablet-left-handed.svg b/doc/svg/tablet-left-handed.svg new file mode 100644 index 000..ff73fd9 --- /dev/null +++ b/doc/svg/tablet-left-handed.svg @@ -0,0 +1,469 @@ + + + +http://purl.org/dc/elements/1.1/"; + xmlns:cc="http://creativecommons.org/ns#"; + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; + xmlns:svg="http://www.w3.org/2000/svg"; + xmlns="http://www.w3.org/2000/svg"; + xmlns:xlink="http://www.w3.org/1999/xlink"; + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"; + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"; + width="251.43713mm" + height="65.496956mm" + viewBox="0 0 890.91894 232.07583" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="tablet-left-handed.svg"> + + + + + + + + + + + + + + + + + + + + + + + + + + + +image/svg+xml +http://purl.org/dc/dcmitype/StillImage"; /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +origin +origin + + + zero + + + + zero + + + diff --git a/doc/tablet-support.dox b/doc/tablet-support.dox index 0a44010..c555cea 100644 --- a/doc/tablet-support.dox +++ b/doc/tablet-support.dox @@ -245,4 +245,35 @@ caller and libinput does not provide specific handling. Callers should use external sources like libwacom to identify which buttons have semantic behaviors. +@section tablet-left-handed Tablets in left-handed mode + +Left-handed mode on tablet devices usually means rotating the physical +tablet by 180 degrees to move the tablet pad button area to right side of +the tablet. When left-handed mode is enabled on a tablet device (see +libinput_device_config_left_handed_set()) the tablet tool and tablet pad +behavior changes. In left-handed mode, the tools' axes are adjusted +so that the origin of each axis remains the logical north-east of +the physical tablet. For example, the x and y axes are inverted and the +positive x/y coordinates are down/right of the top-left corner of the tablet +in its current orientation. On a tablet pad, the ring and strip are +similarly adjusted. The origin of the ring and strips remain the top-most +point. + +@image html tablet-left-handed.svg "Tablet axes in right- and left-handed mode" + +Pad buttons are not affected by left-handed mode; the number of each button +remains the same even when the perceived physical location of the button +changes. This is a conscious design decision: +- Tablet pad buttons do not have intrinsic semantic meanings. Re-ordering + the button numbers would not change any functionality. +- Button numbers should not be exposed directly to the user but handled in + the intermediate layers. Re-ordering button numbers thus has no + user-visible effect. +- Re-ordering button numbers may complicate the intermediate layers. + +Left-handed mode is only available on some tablets, some tablets are +symmetric and thus do not support left-handed mode. libinput requires +libwacom to determine if a tablet is capable of being switched to +left-handed mode. + */ commit 3ff302694ee3ee98e370fccb2a4ad1a70a148a7f Author: Peter Hutterer Date: Wed May 4 19:15:39 2016 +1000 configure.ac: libinput 1.3rc3
libinput: Changes to 'debian-unstable'
configure.ac | 10 debian/changelog |8 debian/control |6 debian/libinput10.symbols| 18 doc/Makefile.am |1 doc/clickpad-softbuttons.dox | 14 doc/page-hierarchy.dox |1 doc/svg/software-buttons.svg | 30 - doc/svg/tablet-interfaces.svg| 325 ++ doc/svg/tablet-left-handed.svg | 469 doc/tablet-support.dox | 79 +++ doc/touchpad-jumping-cursors.dox | 54 ++ src/Makefile.am |2 src/evdev-mt-touchpad-buttons.c | 31 + src/evdev-mt-touchpad.c | 67 ++ src/evdev-mt-touchpad.h |3 src/evdev-tablet-pad.c | 620 +++ src/evdev-tablet-pad.h | 69 +++ src/evdev-tablet.c | 53 -- src/evdev.c | 262 --- src/evdev.h | 36 + src/libinput-private.h | 26 + src/libinput-util.h |5 src/libinput.c | 257 +++ src/libinput.h | 342 ++ src/libinput.sym | 18 src/timer.c |3 test/Makefile.am |8 test/gestures.c |8 test/keyboard.c |4 test/litest-device-generic-singletouch.c |1 test/litest-device-synaptics-x1-carbon-3rd.c | 11 test/litest-device-touchscreen-fuzz.c| 96 test/litest-device-wacom-intuos3-pad.c | 117 + test/litest-device-wacom-intuos5-pad.c | 122 + test/litest-int.h| 16 test/litest.c| 270 +++ test/litest.h| 134 +++-- test/misc.c | 51 ++ test/pad.c | 431 ++ test/path.c |2 test/pointer.c | 148 ++ test/tablet.c| 72 +++ test/touch.c | 50 ++ test/touchpad-buttons.c | 30 + test/touchpad.c | 112 test/trackpoint.c|1 tools/event-debug.c | 91 +++ tools/event-gui.c| 46 ++ tools/publish-doc|9 udev/90-libinput-model-quirks.hwdb |8 51 files changed, 4392 insertions(+), 255 deletions(-) New commits: commit 8bea6d9077d889a91d846b4c55a55c34d709783d Author: Timo Aaltonen Date: Tue May 10 11:13:33 2016 +0300 release to unstable. diff --git a/debian/changelog b/debian/changelog index 9114f38..83388ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libinput (1.3.0-1) UNRELEASED; urgency=medium +libinput (1.3.0-1) unstable; urgency=medium * New upstream release. * symbols: Updated. * control: Use https vcs urls. - -- Timo Aaltonen Tue, 10 May 2016 10:55:00 +0300 + -- Timo Aaltonen Tue, 10 May 2016 11:01:43 +0300 libinput (1.2.4-1) unstable; urgency=medium commit b716343525b16f5d24523f757008abb573e4b6d6 Author: Timo Aaltonen Date: Tue May 10 11:01:33 2016 +0300 Bump policy to 3.9.8, no changes. diff --git a/debian/changelog b/debian/changelog index a7b0a3b..9114f38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libinput (1.3.0-1) UNRELEASED; urgency=medium * New upstream release. * symbols: Updated. + * control: Use https vcs urls. -- Timo Aaltonen Tue, 10 May 2016 10:55:00 +0300 diff --git a/debian/control b/debian/control index cee8a83..3639c79 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: libudev-dev, libevdev-dev (>= 0.4), libwacom-dev (>= 0.12), -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/libinput.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-xorg/lib/libinput.git +Standards-Version: 3.9.8 +Vcs-Git: https://anonscm.debian.org/pkg-xorg/lib/libinput.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libinput.git Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Package: libinput10 commit 69335ad5b4ec4a385503fb373cc7f89b9f8b4a36 Author: Timo Aaltonen Date: Tue May 10 11:00:54 2016 +0300 symbols: Updated. diff --git a/debian/changelog b/debian/changelog index a811683..a7b0a3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @
xserver-xorg-input-libinput: Changes to 'debian-unstable'
Makefile.am |2 +- conf/60-libinput.conf | 28 conf/90-libinput.conf | 28 configure.ac |2 +- debian/changelog |7 +-- src/xf86libinput.c|1 + 6 files changed, 36 insertions(+), 32 deletions(-) New commits: commit 334709ce35d9fb19ef64b16fc2769bcee3cd7125 Author: Timo Aaltonen Date: Tue May 10 11:38:07 2016 +0300 release to unstable diff --git a/debian/changelog b/debian/changelog index 404830c..52f98ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-input-libinput (0.19.0-1) UNRELEASED; urgency=medium +xserver-xorg-input-libinput (0.19.0-1) unstable; urgency=medium [ Andreas Boll ] * control: Fix Vcs-Git field. @@ -6,7 +6,7 @@ xserver-xorg-input-libinput (0.19.0-1) UNRELEASED; urgency=medium [ Timo Aaltonen ] * New upstream release. - -- Timo Aaltonen Fri, 11 Mar 2016 20:58:50 +0200 + -- Timo Aaltonen Tue, 10 May 2016 11:37:55 +0300 xserver-xorg-input-libinput (0.18.0-1) unstable; urgency=medium commit 18f711ae5fdd5caff546de2eb5e4f567a1b66b06 Author: Timo Aaltonen Date: Tue May 10 11:22:57 2016 +0300 update changelog diff --git a/debian/changelog b/debian/changelog index 0111e53..404830c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -xserver-xorg-input-libinput (0.18.0-2) UNRELEASED; urgency=medium +xserver-xorg-input-libinput (0.19.0-1) UNRELEASED; urgency=medium [ Andreas Boll ] * control: Fix Vcs-Git field. + [ Timo Aaltonen ] + * New upstream release. + -- Timo Aaltonen Fri, 11 Mar 2016 20:58:50 +0200 xserver-xorg-input-libinput (0.18.0-1) unstable; urgency=medium commit f9b6fa21df735e9a68c5f527afc422f519d6002c Author: Peter Hutterer Date: Thu Apr 28 13:43:49 2016 +1000 xf86-input-libinput 0.19.0 Signed-off-by: Peter Hutterer diff --git a/configure.ac b/configure.ac index 722411b..7dea666 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-libinput], -[0.18.0], +[0.19.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-input-libinput]) AC_CONFIG_SRCDIR([Makefile.am]) commit 3f569ec493e738242da97afe30f7dd2a3b2b834d Author: Peter Hutterer Date: Tue Apr 26 15:45:18 2016 +1000 conf: rename to 60-libinput.conf 60 sorts higher than the other drivers (evdev has 10, synaptics, wacom and others have 50) so we keep the same order. This is part of a two-step solution, the other half is renaming the xf86-input-wacom's config snippet to sort higher than libinput's. Currently libinput picks up devices that are (for now) destined to the wacom driver. Since the wacom driver is more of a leaf package than libinput, the best option here is to make the wacom driver sort higher and let users uninstall it when not needed. To avoid crowding the 90-* space where users usually have custom config snippets, drop libinput down to 60 and bump wacom up. Signed-off-by: Peter Hutterer Acked-by: Jason Gerecke diff --git a/Makefile.am b/Makefile.am index 4001f94..c73c15f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-libinput.pc -dist_xorgconf_DATA = conf/90-libinput.conf +dist_xorgconf_DATA = conf/60-libinput.conf .PHONY: ChangeLog INSTALL diff --git a/conf/60-libinput.conf b/conf/60-libinput.conf new file mode 100644 index 000..97afd07 --- /dev/null +++ b/conf/60-libinput.conf @@ -0,0 +1,28 @@ +# Match on all types of devices but tablet devices and joysticks +Section "InputClass" +Identifier "libinput pointer catchall" +MatchIsPointer "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput keyboard catchall" +MatchIsKeyboard "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput touchpad catchall" +MatchIsTouchpad "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput touchscreen catchall" +MatchIsTouchscreen "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection diff --git a/conf/90-libinput.conf b/conf/90-libinput.conf deleted file mode 100644 index 97afd07..000 --- a/conf/90-libinput.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" -Identifier "libinput pointer catchall" -MatchIsPointer "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput key
Processing of xserver-xorg-input-libinput_0.19.0-1_source.changes
xserver-xorg-input-libinput_0.19.0-1_source.changes uploaded successfully to localhost along with the files: xserver-xorg-input-libinput_0.19.0-1.dsc xserver-xorg-input-libinput_0.19.0.orig.tar.gz xserver-xorg-input-libinput_0.19.0-1.diff.gz Greetings, Your Debian queue daemon (running on host franck.debian.org)
xserver-xorg-input-libinput: Changes to 'upstream-unstable'
Makefile.am |2 +- conf/60-libinput.conf | 28 conf/90-libinput.conf | 28 configure.ac |2 +- src/xf86libinput.c|1 + 5 files changed, 31 insertions(+), 30 deletions(-) New commits: commit f9b6fa21df735e9a68c5f527afc422f519d6002c Author: Peter Hutterer Date: Thu Apr 28 13:43:49 2016 +1000 xf86-input-libinput 0.19.0 Signed-off-by: Peter Hutterer diff --git a/configure.ac b/configure.ac index 722411b..7dea666 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-libinput], -[0.18.0], +[0.19.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-input-libinput]) AC_CONFIG_SRCDIR([Makefile.am]) commit 3f569ec493e738242da97afe30f7dd2a3b2b834d Author: Peter Hutterer Date: Tue Apr 26 15:45:18 2016 +1000 conf: rename to 60-libinput.conf 60 sorts higher than the other drivers (evdev has 10, synaptics, wacom and others have 50) so we keep the same order. This is part of a two-step solution, the other half is renaming the xf86-input-wacom's config snippet to sort higher than libinput's. Currently libinput picks up devices that are (for now) destined to the wacom driver. Since the wacom driver is more of a leaf package than libinput, the best option here is to make the wacom driver sort higher and let users uninstall it when not needed. To avoid crowding the 90-* space where users usually have custom config snippets, drop libinput down to 60 and bump wacom up. Signed-off-by: Peter Hutterer Acked-by: Jason Gerecke diff --git a/Makefile.am b/Makefile.am index 4001f94..c73c15f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-libinput.pc -dist_xorgconf_DATA = conf/90-libinput.conf +dist_xorgconf_DATA = conf/60-libinput.conf .PHONY: ChangeLog INSTALL diff --git a/conf/60-libinput.conf b/conf/60-libinput.conf new file mode 100644 index 000..97afd07 --- /dev/null +++ b/conf/60-libinput.conf @@ -0,0 +1,28 @@ +# Match on all types of devices but tablet devices and joysticks +Section "InputClass" +Identifier "libinput pointer catchall" +MatchIsPointer "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput keyboard catchall" +MatchIsKeyboard "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput touchpad catchall" +MatchIsTouchpad "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection + +Section "InputClass" +Identifier "libinput touchscreen catchall" +MatchIsTouchscreen "on" +MatchDevicePath "/dev/input/event*" +Driver "libinput" +EndSection diff --git a/conf/90-libinput.conf b/conf/90-libinput.conf deleted file mode 100644 index 97afd07..000 --- a/conf/90-libinput.conf +++ /dev/null @@ -1,28 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" -Identifier "libinput pointer catchall" -MatchIsPointer "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput keyboard catchall" -MatchIsKeyboard "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchpad catchall" -MatchIsTouchpad "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection - -Section "InputClass" -Identifier "libinput touchscreen catchall" -MatchIsTouchscreen "on" -MatchDevicePath "/dev/input/event*" -Driver "libinput" -EndSection commit 602bb8eefac929501b2cd5e5bd4a9838d1903774 Author: Stanislav Ochotnicky Date: Wed Oct 14 10:43:34 2015 +1000 Fix implicit declaration of function 'xf86Msg' in xf86libinput.c Addition of xf86.h header fixes compilation issues in some cases. See: https://bugs.gentoo.org/show_bug.cgi?id=560970 Signed-off-by: Stanislav Ochotnicky Signed-off-by: Peter Hutterer diff --git a/src/xf86libinput.c b/src/xf86libinput.c index bc5d685..dd3250c 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include
xserver-xorg-input-libinput: Changes to 'refs/tags/xserver-xorg-input-libinput-0.19.0-1'
Tag 'xserver-xorg-input-libinput-0.19.0-1' created by Timo Aaltonen at 2016-05-10 08:39 + Tagging upload of xserver-xorg-input-libinput 0.19.0-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJXMZ45AAoJEMtwMWWoiYTcdO8P/3pLr66XFT+D0PBk42ot09+1 EuBbLf4yWkQPv0IicLCeglAZAU8UzrkiYfLUoisyS07jRg/EN+092MueSey4SYN7 s65szi+N6SbxeF6NV6A/9V9BWfmkedjw/H6xb1mkdIXfbZhhVinmsJDjbY3Hj250 xKeSowqRiMFK2TZZeLdinryLbmZ9etF6GrCqxojRjkfeD9IzhMLz88KbM6++lvWL QYTTcYBSaaXYTALuHNeFEaYYpn4ezzXkxECcnTlGNiWWEj3uo4RUORjYo+WXF+jF MAugZ7xOvRI+rNXciuexNgL5xpuMk/R8QssdUovEf+KTNXn2LlSUzsGNTrzV806v QW0cRkN5KMAsB9bAU4PBmmgjSfTf1c9q2pxK4y69TiV/YANISW3BJTNGfm5MKQi/ bD7J+HerWat8mCiNNMA2xTfBfGb9BG4w2s/d6X4wdWCgHD+iUcHIlo6FDz4gcEdP 9JZP+j5Ju0OV7pWZjtk1UBuwIae6gMnQe+HFS5YDLSukl+B15C9XRSxbTcACXhV+ Ce/txFx+eJSAvnkfrwyTyS8/oRE0CL8KIrPHaIbMd/8k2l6MjddtIIG27T0zAScJ TV3ZJKGW5ffti5zJrj3m+1iiuuVFi4e4FeJy5UZ+mvQWPekBQF/RmGzQXPCZc3Ti h9N0w/6RDNdX39Y07Qki =uxfa -END PGP SIGNATURE- Changes since xserver-xorg-input-libinput-0.18.0-1: Andreas Boll (1): control: Fix Vcs-Git field. Peter Hutterer (2): conf: rename to 60-libinput.conf xf86-input-libinput 0.19.0 Stanislav Ochotnicky (1): Fix implicit declaration of function 'xf86Msg' in xf86libinput.c Timo Aaltonen (3): Merge branch 'upstream-unstable' into debian-unstable update changelog release to unstable --- Makefile.am |2 +- conf/60-libinput.conf | 28 conf/90-libinput.conf | 28 configure.ac |2 +- debian/changelog | 10 ++ debian/control|2 +- src/xf86libinput.c|1 + 7 files changed, 42 insertions(+), 31 deletions(-) ---
libinput_1.3.0-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 10 May 2016 11:01:43 +0300 Source: libinput Binary: libinput10 libinput10-udeb libinput10-dbg libinput-dev libinput-tools Architecture: source Version: 1.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Description: libinput-dev - input device management and event handling library - development libinput-tools - input device management and event handling library - command line libinput10 - input device management and event handling library - shared libra libinput10-dbg - input device management and event handling library - debugging sy libinput10-udeb - input device management and event handling library - shared libra (udeb) Changes: libinput (1.3.0-1) unstable; urgency=medium . * New upstream release. * symbols: Updated. * control: Use https vcs urls. Checksums-Sha1: 4d520c7c55618c7d603b8117eee0897c9698b532 2303 libinput_1.3.0-1.dsc 0c2cba15da422e110dd1b4f2f5f3a36b3bd3cf61 609784 libinput_1.3.0.orig.tar.xz 083f668b24b7594d4fbdbca001055f55b3e96696 5540 libinput_1.3.0-1.debian.tar.xz Checksums-Sha256: dd4e1e720b6b8a58f461e6648f4def50794b61aa6586a9c68df2a8d2f0c0f526 2303 libinput_1.3.0-1.dsc bc2b52d020e4173c3857d5d0e770943156a571dfed606e23f22546e3618380ea 609784 libinput_1.3.0.orig.tar.xz 55e21e8b6b488b02b3e84888ab7a83ec012bf1d945cb438502bbfa053da71a19 5540 libinput_1.3.0-1.debian.tar.xz Files: e917a70a7fc9f3efa39ffa8406f3f96a 2303 libs optional libinput_1.3.0-1.dsc 9f3887d5e9cd0a7bc038a8d16316ac02 609784 libs optional libinput_1.3.0.orig.tar.xz cfa10499b9433806bf0a3a49a4d22199 5540 libs optional libinput_1.3.0-1.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXMZlRAAoJEMtwMWWoiYTcaREP/R9k85PHCsvXW6MGA71yOYTv o4RaOZiSxrTewJBW7TvQp8calHmu/hIlcxKGlaVPA2OuaeseT/b00Zzgs4Y4CbUK Sdm5KuvjQ/efIpEG/JNmnWpTEZQdu116Ch71WLDzKC8sr/sXFFQrO80gU5jMR0EW e4msqrrxnRn5Oxf/ZTui4ZPejRGE3rQ3jJfw/CdFL/+aVd+OMgrHT2rm4DzNCh2w 8ZpuntOaQhYRrtupjaPFKotM6FgLlixmhr31sjJzaYMmNVmVGmlLKsglq+9rPxC+ whPy4r1nSdhOCKv+GKa17FSnLY6B+9NruwkzJhEnT/QSjaoHYFKyoPw7O+aNqoD1 c1Ur6LZ54Z3LiMLod8h/gpoPMVNjDQMOv+dTYtWLo9FfcDXUaYI0ZcNqGCroIrDo Kzh4S1ZRVAECcUrKlkzI0lCtzmrmjqgj1+wiaFKeLROE9rS67VPJ8AChpP0dcqeC KWy4qnxWkQta4atVkYEh0PEDB4nvqkJMGUkJTlw6JIwhCQWtAYQzoV0bRrXT3JYm vQcGQfzGcCoROWvNZojm7tfB3pCXuaDpUzgFfeIpurVDPuf8nYtv3Y8jZDhfmvZA oAJIoss7ztQVbjhbrH7gda27bZX5pdhJRRTsbcJ0qzVM9dppyM4IvSyUHEmqB+VR WajYrSpLKJd9FI1PrARY =UPPH -END PGP SIGNATURE- Thank you for your contribution to Debian.
xserver-xorg-input-libinput_0.19.0-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 10 May 2016 11:37:55 +0300 Source: xserver-xorg-input-libinput Binary: xserver-xorg-input-libinput xserver-xorg-input-libinput-dev xserver-xorg-input-libinput-udeb xserver-xorg-input-libinput-dbg Architecture: source Version: 0.19.0-1 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Description: xserver-xorg-input-libinput - X.Org X server -- libinput input driver xserver-xorg-input-libinput-dbg - X.Org X server -- libinput input driver (debug symbols) xserver-xorg-input-libinput-dev - X.Org X server -- libinput input driver (development headers) xserver-xorg-input-libinput-udeb - X.Org X server -- libinput input driver (udeb) Changes: xserver-xorg-input-libinput (0.19.0-1) unstable; urgency=medium . [ Andreas Boll ] * control: Fix Vcs-Git field. . [ Timo Aaltonen ] * New upstream release. Checksums-Sha1: a50308a4123e3d3315dd3cecfff3fc297e4e0fe0 2532 xserver-xorg-input-libinput_0.19.0-1.dsc 38202aa41f883aec85a2a168ca22762f77646eec 431495 xserver-xorg-input-libinput_0.19.0.orig.tar.gz 944fe4cdd7bb07d7d3fb717815717c564b1fb7eb 5355 xserver-xorg-input-libinput_0.19.0-1.diff.gz Checksums-Sha256: e965389a1c0a7def30e36375375895b7256fb4353fc19671779e6c8fa59908bf 2532 xserver-xorg-input-libinput_0.19.0-1.dsc 9468ea38f8699d73a9630bf216aa4bcf7eacbd93e8178c130eabc0751dff9152 431495 xserver-xorg-input-libinput_0.19.0.orig.tar.gz c4da55e48462ff8585b91e832c9c4cacf9073e8e069f1d07c054497abf9eaf98 5355 xserver-xorg-input-libinput_0.19.0-1.diff.gz Files: 2c8c2939088d59f4f2544fc94d0c1640 2532 x11 optional xserver-xorg-input-libinput_0.19.0-1.dsc 75aa19d1630b7a8cd07d16eed032e887 431495 x11 optional xserver-xorg-input-libinput_0.19.0.orig.tar.gz 71ec0370da45dbdbd635f3c3e694bd4b 5355 x11 optional xserver-xorg-input-libinput_0.19.0-1.diff.gz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXMZ36AAoJEMtwMWWoiYTcYEwP/j+dBMXruZEnaMGN2x52ji9y m+xsqf0QAGoyTvKvwwmtHUiNvrmOJUBi4pO/H++VN3yMEBxYTGks3S0PySQnQ7QX rM4u4iDWZPtgJAFHvdhBxR1Um4mwUaiUYlafm099tYDD0aHZGkvEVkadvrfT626z 438L5B6j2HTONY1c70wJwmcLGGYIQRkmxvAjosCCXPqzHg1sDd+5MQ7vY1cveC2h KU51Bza9+jRwHYN3VWET0jUfrRvYRPSNPegPPAmiCrjGyQkQbXLShmJbNhHiLHaY LtZeD9BOEVFP9WHCF6UO3j5LwdKv46Gm2eskJDDlGQcORWzNECrQ/96LW+nGmKCn Veg1nFGUGaY92murhAnBOWw8KmDunopS34szoPTlP2Yztm//QFnna5ZQTWfwEqCt 9N/iz7T9GWM/YCBZBw8ckQrr2c6VblQ+RVusoxdoMEg0Y5uAX4cFcTwMyqO0V4Kl H5864F6tonxbRSHTCPsHd7gbuBN9xg9ZUI/TTphGQ0DaJ653PHb5ETUWtkh5K03j /Gs1SDL2e3Ohw0bmmdzNJCQ+izTAr3q7Fe9coouPk19tHLDABfWZ1cAc46+iIVuZ MFmGXeHdBFglNIArTzvm4469WfEscPGTRA8ml32ypramsozu5j/ERJ4gFZAShyBj WN3lkswSxQnTs6xh/kgh =tvVs -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#820322: [xserver-xorg-core] X crashes using modesetting driver
Attached is a logfile from a reset crash [ 11328.049] X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 11328.056] X Protocol Version 11, Revision 0 [ 11328.058] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 11328.060] Current Operating System: Linux apollon 4.6.0-rc7-amd64 #1 SMP Debian 4.6~rc7-1~exp1 (2016-05-09) x86_64 [ 11328.061] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-rc7-amd64 root=UUID=62878f00-afec-4500-affc-1e8ecd1c996e ro resume=/dev/sda10 quiet nohz_full=1,2,3,4,5,6,7 [ 11328.065] Build Date: 05 April 2016 07:00:43AM [ 11328.067] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [ 11328.070] Current version of pixman: 0.33.6 [ 11328.074] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 11328.074] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 11328.083] (==) Log file: "/home/reinhard/.local/share/xorg/Xorg.0.log", Time: Tue May 10 11:51:36 2016 [ 11328.085] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 11328.087] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 11328.087] (==) No Layout section. Using the first Screen section. [ 11328.087] (==) No screen section available. Using defaults. [ 11328.087] (**) |-->Screen "Default Screen Section" (0) [ 11328.087] (**) | |-->Monitor "" [ 11328.088] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 11328.088] (**) | |-->Device "Intel Graphics" [ 11328.088] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 11328.088] (==) Automatically adding devices [ 11328.088] (==) Automatically enabling devices [ 11328.088] (==) Automatically adding GPU devices [ 11328.088] (==) Max clients allowed: 256, resource mask: 0x1f [ 11328.088] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 11328.088] Entry deleted from font path. [ 11328.088] (**) FontPath set to: /usr/local/share/dosemu/Xfonts, /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 11328.088] (==) ModulePath set to "/usr/lib/xorg/modules" [ 11328.088] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 11328.088] (II) Loader magic: 0x55b8c4f52dc0 [ 11328.088] (II) Module ABI versions: [ 11328.088] X.Org ANSI C Emulation: 0.4 [ 11328.088] X.Org Video Driver: 20.0 [ 11328.088] X.Org XInput driver : 22.1 [ 11328.088] X.Org Server Extension : 9.0 [ 11328.089] (++) using VT number 2 [ 11328.092] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32 [ 11328.092] (II) xfree86: Adding drm device (/dev/dri/card1) [ 11328.719] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0 [ 11328.719] (II) xfree86: Adding drm device (/dev/dri/card0) [ 11328.720] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0 [ 11328.722] (--) PCI:*(0:0:2:0) 8086:0166:10cf:16c2 rev 9, Mem @ 0xf640/4194304, 0xd000/268435456, I/O @ 0xf000/64, BIOS @ 0x/131072 [ 11328.722] (--) PCI: (0:1:0:0) 10de:0de8:10cf:1769 rev 161, Mem @ 0xf500/16777216, 0xe000/268435456, 0xf000/33554432, I/O @ 0xe000/128, BIOS @ 0x/524288 [ 11328.722] (II) LoadModule: "glx" [ 11328.723] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 11328.725] (II) Module glx: vendor="X.Org Foundation" [ 11328.725] compiled for 1.18.3, module version = 1.0.0 [ 11328.725] ABI class: X.Org Server Extension, version 9.0 [ 11328.725] (==) AIGLX enabled [ 11328.725] (II) LoadModule: "modesetting" [ 11328.725] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 11328.737] (II) Module modesetting: vendor="X.Org Foundation" [ 11328.737] compiled for 1.18.3, module version = 1.18.3 [ 11328.737] Module class: X.Org Video Driver [ 11328.737] ABI class: X.Org Video Driver, version 20.0 [ 11328.737] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 11328.737] (II) modeset(0): using drv /dev/dri/card0 [ 11328.737] (II) modeset(G0): using drv /dev/dri/card1 [ 11328.737] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 11328.737] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 11328.737] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 11328.737] (==) modeset(0): RGB weight 888 [ 11328.737] (==) modeset(0): Default visual is TrueColor [ 11328.737] (II) Loading sub module "glamoregl" [ 11328.737] (II) LoadModule: "glamoregl" [ 11328.737] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 11328.753] (II) Module glamoregl: ven
libdrm: Changes to 'refs/tags/libdrm-2.4.68-1-bpo8+1'
Tag 'libdrm-2.4.68-1-bpo8+1' created by Andreas Boll at 2016-05-10 12:43 + Tagging upload of libdrm 2.4.68-1~bpo8+1 to jessie-backports. -BEGIN PGP SIGNATURE- iQIcBAABCgAGBQJXMdeCAAoJEB7vU9OKOpxnRkEP/j9oIz9pKeuGwwf6kBtU+lQa AAzksFCo5JlBZ8fYqH1rXdK03RAI4lmhx8+CRDswewNe/qT47A0x9iaW/MhRbLGw drIpuBnRBBy8wVdnLyIvUDErTorTiYq1C8sUzkelJxJKdXicy7p+QNMw3/k6ywzE Sdiyt6L4Bf1bNx6CUw4KLscnTscHtrE2i6NNdAKrdGMRZO4nynkpWhMJFdcqcO1m kDXUZ64cPZf08p8/4XWTO3Cwc9dQ4Yr8t6Q7BHaEsQwxOBJGlSmlfJJZyAt4N0yU NEFf4xTD0LI2eRUDhliRf6UbkXc9juL2NvxyYh+B4gzkuszQxMbVW9RqzBRBifGK vfOXkGUcqd9YhgG2TZ5TUc2YXOXV5iEKqZdUwmstotFyIkycdpf4bLTpsb0iSvgh GV1HZUyFHnq9QZMWE/lqg518qjHa0R6VbRYO+RgAv6+HOyYL2mPHXUGMwFaI+8lv QrRw68+0J22s4vCAA/utJyLfOtNqKETRo2RNs1ejdo/BEeeHdmT7JAQjybTYqeO4 5xoOMcyF0jbZZZSJt5whKRoeCrnh8ZODaR5NFHf+BACP/vfwE+CwescPKBiqdNfg qs4i3y/G9cA4wlTnV2CDdPfMhMaD8lt9fS7ZprDMOcVMyk//zeuFVXIRnobrFEo5 a+JgSNFrF95qgDr1f7t7 =cGAY -END PGP SIGNATURE- Changes since libdrm-2.4.68-1: Andreas Boll (5): Rebuild for jessie-backports Merge branch 'debian-unstable' into debian-jessie-backports Rebuild for jessie-backports. Merge branch 'debian-unstable' into debian-jessie-backports Rebuild for jessie-backports. Vincent Cheng (1): set distribution to jessie-backports --- debian/changelog | 18 ++ 1 file changed, 18 insertions(+) ---
libdrm: Changes to 'debian-jessie-backports'
.gitignore|3 amdgpu/amdgpu.h |4 configure.ac |2 debian/changelog | 12 exynos/exynos_drm.c |2 freedreno/freedreno_bo.c |7 freedreno/freedreno_drmif.h |1 freedreno/kgsl/kgsl_drm.h |2 freedreno/kgsl/kgsl_pipe.c|1 freedreno/kgsl/msm_kgsl.h |4 freedreno/msm/msm_drm.h |1 freedreno/msm/msm_pipe.c |2 include/drm/drm.h | 68 +-- include/drm/drm_fourcc.h | 17 include/drm/drm_mode.h| 170 +--- include/drm/drm_sarea.h |2 include/drm/i915_drm.h| 43 +- include/drm/tegra_drm.h |3 include/drm/vmwgfx_drm.h | 792 ++ intel/intel_bufmgr_fake.c |2 intel/intel_bufmgr_gem.c |2 intel/intel_chipset.h | 30 + intel/intel_decode.c |2 intel/tests/gen5-3d.batch-ref.txt |2 intel/tests/gen6-3d.batch-ref.txt |2 libkms/Android.mk |2 tests/amdgpu/basic_tests.c|6 tests/amdgpu/vce_tests.c | 20 tests/kms/kms-steal-crtc.c|1 tests/modetest/modetest.c |2 tests/proptest/proptest.c |2 tests/util/kms.c |1 xf86drm.c |2 xf86drmMode.c |2 34 files changed, 931 insertions(+), 283 deletions(-) New commits: commit e3556716321c101c656c638f2968f1aaa3dc0153 Author: Andreas Boll Date: Tue May 10 14:18:54 2016 +0200 Rebuild for jessie-backports. diff --git a/debian/changelog b/debian/changelog index 8566c35..ed5996d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdrm (2.4.68-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Andreas Boll Tue, 10 May 2016 14:18:37 +0200 + libdrm (2.4.68-1) unstable; urgency=medium * New upstream release. (LP: #1577735) commit 09e9210bcf5c2c6940f5514fc978731ba2c4710f Author: Timo Aaltonen Date: Tue May 3 14:30:20 2016 +0300 upload to unstable diff --git a/debian/changelog b/debian/changelog index 61fb15f..8fe6653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libdrm (2.4.68-1) UNRELEASED; urgency=medium +libdrm (2.4.68-1) unstable; urgency=medium * New upstream release. (LP: #1577735) - -- Timo Aaltonen Tue, 03 May 2016 14:27:40 +0300 + -- Timo Aaltonen Tue, 03 May 2016 14:30:06 +0300 libdrm (2.4.67-1) unstable; urgency=medium commit d62c51a0b49097330f7d5be516611abcfb59fe64 Author: Timo Aaltonen Date: Tue May 3 14:30:04 2016 +0300 update changelog diff --git a/debian/changelog b/debian/changelog index ded83db..61fb15f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdrm (2.4.68-1) UNRELEASED; urgency=medium + + * New upstream release. (LP: #1577735) + + -- Timo Aaltonen Tue, 03 May 2016 14:27:40 +0300 + libdrm (2.4.67-1) unstable; urgency=medium * New upstream release. commit fc09c5ab84240e9b6bd0bed01685ef004f56c4fa Author: Kenneth Graunke Date: Wed Apr 27 17:52:50 2016 -0700 Bump version for release Signed-off-by: Kenneth Graunke diff --git a/configure.ac b/configure.ac index ed07789..a04ce87 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], -[2.4.67], +[2.4.68], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) commit e3623d34cad0ac3f181b0deee0931df202b8f909 Author: Michał Winiarski Date: Wed Feb 17 11:40:19 2016 +0100 intel/skl: Add missing SKL PCI IDs Used by production devices: Intel(R) HD Graphics 510 Intel(R) HD Graphics 535 Intel(R) Iris(TM) Graphics 550 Intel(R) Iris(TM) Graphics P555 Signed-off-by: Michał Winiarski Tested-by: Lionel Landwerlin Reviewed-by: Kenneth Graunke diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h index 8e42a40..e2554c3 100644 --- a/intel/intel_chipset.h +++ b/intel/intel_chipset.h @@ -168,6 +168,7 @@ #define PCI_CHIP_SKYLAKE_DT_GT10x1902 #define PCI_CHIP_SKYLAKE_ULT_GT1 0x1906 #define PCI_CHIP_SKYLAKE_SRV_GT1 0x190A /* Reserved */ +#define PCI_CHIP_SKYLAKE_H_GT1 0x190B #define PCI_CHIP_SKYLAKE_ULX_GT1 0x190E /* Reserved */ #define PCI_CHIP_SKYLAKE_DT_GT20x1912 #define PCI_CHIP_SKYLAKE_FUSED0_GT20x1913 /* Reserved */ @@ -179,9 +180,12 @@ #define PCI_CHIP_SKYLAKE_WKS_GT2 0x191D #define PCI_CHIP_SKYLAKE_ULX_GT2 0x191E #define PCI_CHIP_SKYLAKE_MOBILE_GT20x1921 /* Reserved */ -#define PCI_CHIP_SKYLAKE_GT3 0x1926 -#define PCI_CHIP_SKYLAKE_HALO_GT3 0x192B /* Reserved */ +#define PCI_CHIP_SKYLAKE_ULT_GT3_0 0x1923 +#define PCI_CHIP
libdrm_2.4.68-1~bpo8+1_source.changes ACCEPTED into jessie-backports
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 10 May 2016 14:18:37 +0200 Source: libdrm Binary: libdrm-dev libdrm2 libdrm2-udeb libdrm2-dbg libdrm-intel1 libdrm-intel1-dbg libdrm-nouveau2 libdrm-nouveau2-dbg libdrm-radeon1 libdrm-radeon1-dbg libdrm-omap1 libdrm-omap1-dbg libdrm-freedreno1 libdrm-freedreno1-dbg libdrm-exynos1 libdrm-exynos1-dbg libdrm-tegra0 libdrm-tegra0-dbg libdrm-amdgpu1 libdrm-amdgpu1-dbg Architecture: source Version: 2.4.68-1~bpo8+1 Distribution: jessie-backports Urgency: medium Maintainer: Debian X Strike Force Changed-By: Andreas Boll Description: libdrm-amdgpu1 - Userspace interface to amdgpu-specific kernel DRM services -- run libdrm-amdgpu1-dbg - Userspace interface to amdgpu-specific kernel DRM services -- deb libdrm-dev - Userspace interface to kernel DRM services -- development files libdrm-exynos1 - Userspace interface to exynos-specific kernel DRM services -- run libdrm-exynos1-dbg - Userspace interface to exynos-specific kernel DRM services -- deb libdrm-freedreno1 - Userspace interface to msm/kgsl kernel DRM services -- runtime libdrm-freedreno1-dbg - Userspace interface to msm/kgsl kernel DRM services -- debugging libdrm-intel1 - Userspace interface to intel-specific kernel DRM services -- runt libdrm-intel1-dbg - Userspace interface to intel-specific kernel DRM services -- debu libdrm-nouveau2 - Userspace interface to nouveau-specific kernel DRM services -- ru libdrm-nouveau2-dbg - Userspace interface to nouveau-specific kernel DRM -- debugging s libdrm-omap1 - Userspace interface to omap-specific kernel DRM services -- runti libdrm-omap1-dbg - Userspace interface to omap-specific kernel DRM services -- debug libdrm-radeon1 - Userspace interface to radeon-specific kernel DRM services -- run libdrm-radeon1-dbg - Userspace interface to radeon-specific kernel DRM services -- deb libdrm-tegra0 - Userspace interface to tegra-specific kernel DRM services -- runt libdrm-tegra0-dbg - Userspace interface to tegra-specific kernel DRM services -- debu libdrm2- Userspace interface to kernel DRM services -- runtime libdrm2-dbg - Userspace interface to kernel DRM services -- debugging symbols libdrm2-udeb - Userspace interface to kernel DRM services -- runtime (udeb) Changes: libdrm (2.4.68-1~bpo8+1) jessie-backports; urgency=medium . * Rebuild for jessie-backports. . libdrm (2.4.68-1) unstable; urgency=medium . * New upstream release. (LP: #1577735) Checksums-Sha1: 142945ff09a3faea92169fd7c5676b1448b5f607 3419 libdrm_2.4.68-1~bpo8+1.dsc 38dc0ce8ed12f98bdf8a25d0f1e849f87abf3985 36234 libdrm_2.4.68-1~bpo8+1.diff.gz Checksums-Sha256: 335fbe2a70a31c20f8bd2dbe9f9076b6ccd3c5536af35b695def8a3f5786e6e0 3419 libdrm_2.4.68-1~bpo8+1.dsc b2ddeb9be5a7149e0aab6f7f63ff6121421b13b5f7064a2eb19ac8ce2679e271 36234 libdrm_2.4.68-1~bpo8+1.diff.gz Files: e33566d35e4ebb28e656a180fe096582 3419 libs optional libdrm_2.4.68-1~bpo8+1.dsc 77a3b1dfea62b529ba310847a70fffc1 36234 libs optional libdrm_2.4.68-1~bpo8+1.diff.gz -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJXMdc9AAoJEB7vU9OKOpxnS00P/2VWSW5Js4eEInIbpthS0XPL evVCO0zkt6hcMex64aVETw7I7+qXAFbTZwV9ZOaLAhbelBbolNfG+5rLih4MvjTs qAB5tvGBJXZP2J1C1WkzEkMWciAYMY3HGga4/oihacEBHbdLO5oi8QDOKdks40EW ON4aKkihJ2jzLbUm0wuv/HskK/o0l5W/QSBw4FozLZwiiORbAuY4ojwJ/PXmkRON x0V1VNtaYb9Ca6YUNRGb1QkDn9ZkbZ13mJgHbfthTRzzAMVne4x2/pr6fkPDIb1f 0IbF0ez5jDwf5NS6xr3vLrMc/Hc+K3m3NYxalZCFCwAlFdJaC9ku8v1DrpaXqaV/ hFSaE/1doKWyxcB6xvGGF+ne9vTWlVXIZPu4p3ScyvH4dKOkoT4Cy4TdqSVK7tAU BQkOnuXuUkNP9vci5WrghQ+r+hH0rlwmrxM/83tfUaMp4wNjIe5q+MlZU6JKcVOR xgh+0/qdd/pQ03eUd8ra4AWQAUlm+YEz8aoe3/toDSP5vzUQvAC20DQbQdiyd1wU 2aRN+eFgsMtc6XZuZG7lYV64ztpuolb805O4sFXj755BlT5QQbh5pca5ZWvIIYA7 bSCwAEy4oQ4w/C9XqsSjOJPga1EA80JQXlh9idP9uOeLJxtKrHJvdM5CMxrlKyiq wX815JZEIvscLohARYhy =mZpK -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of libdrm_2.4.68-1~bpo8+1_source.changes
libdrm_2.4.68-1~bpo8+1_source.changes uploaded successfully to localhost along with the files: libdrm_2.4.68-1~bpo8+1.dsc libdrm_2.4.68-1~bpo8+1.diff.gz Greetings, Your Debian queue daemon (running on host franck.debian.org)
Video: Curious Alligator Attempts to Ring Home’s Bell, Surefire Tactics for Hunting Turkeys
To view this mail in a browser, copy http://links.outdoorhub.mkt5196.com/servlet/MailView?ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&j=OTIxMjI1MjI4S0&mt=1&rt=0 into your browser. OutdoorHub Daily Newswire Yeti Tough Jobs Front Page Video: Opossum Gets Loose On Baseball Diamond, Commentators Have a Field Day By: OutdoorHub Reporters A ball game between LSU and Arkansas was interrupted in the 7th inning by a opossum. The opossum distraction was funny by itself, but the commentary from the announcers will make you laugh out loud. The commentators opossum knowledge is on full display as they discuss the best ways to eat and capture... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=24&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 New Subscription Ammo Service Sends You Rounds Every Month By: OutdoorHub Social By now, you have surely heard of at least one monthly subscription service that sends you fruit, shaving supplies, or collectibles every month. These kind of subscription services are highly popular, and have been for years. That is why two men from Pennsylvania have decided to start their own business... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=14&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 Video: Curious Alligator Attempts to Ring Home’s Bell By: OutdoorHub Reporters This is not something you see every day. Alligators do not exactly have a reputation for curiosity, but these scaly creatures can exhibit bizarre behavior when out of water. According to WPTZ, last Monday an alligator crawled up to a home in Moncks Corner, South Carolina, and attempted to ring the... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=15&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 9 Topnotch Turkey Calls By: OutdoorHub Social During any given day in the turkey woods, you can never tell which call will turn on a longbeard and bring him strutting – or running – into your ambush. For that reason, it makes sense to stack the odds in your favor by carrying a wide selection of turkey calls every time you head afield. Here are... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=12&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 Video: Hunters Use Ax to Save Antler-locked, Drowning Deer By: OutdoorHub Reporters Live, antler-locked deer are an uncommon sight for hunters, but they frequently have the courtesy to be on dry land for outdoorsmen looking to lend a hand. In the video below, hunter Charlie Anderson and his son Adam came across an antler-locked buck struggling with its deceased opponent in what appears... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=7&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 Surefire Tactics for Hunting Turkeys By: OutdoorHub Social It doesn’t matter if you’re a beginning turkey hunter or if you’ve been pursuing longbeards for several decades, one fact remains true: knowledge is power. The more you understand wild turkey behavior, the better chance you have of tying your tag to a gobbler. One great place to start learning... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=2&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 Tactics for Catching Big Spring Bass By: OutdoorHub Social There are many things to love about spring, but for anglers who target bass, one of the best is their favorite fish moves shallow to find warmer water to feed and then spawn. To help you prepare for this upcoming fishing season, check out the bass fishing section on Cabela’s Tackle Shop. Here, you’ll... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=17&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 OutdoorHub Videos Riley Miller Gary recaps past great hunts with J. Martin Basinger and Riley Miller. http://links.outdoorhub.mkt5196.com/ctt?kn=20&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 - Alysheba After stumbling twice, this horse had one of the most memorable Kentucky Derby runs of all time and http://links.outdoorhub.mkt5196.com/ctt?kn=29&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 - High's and Low's Join us on three exciting turkey hunts that are full of high's and low's. Jeff and Brett have five l http://links.outdoorhub.mkt5196.com/ctt?kn=25&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 - The Big 8 Team Outback Outdoors starts on their 2013 whitetail run and Trevon is joined by his dad in the tree http://links.outdoorhub.mkt5196.com/ctt?kn=23&ms=NTEzNDExMjkS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIxMjI1MjI4S0&mt=1&rt=0 - --- OutdoorHub News --- © 2016, Carbon Media Group Manage Subscription: http://outdoorhub.mkt5196.com/outdoorhub/manage_subscription?spMailingID=51341129&spUserID=NDcyMzY2MjExMDMS1&spJobID=O
libdrm: Changes to 'debian-unstable'
debian/changelog|7 +++ debian/control |2 - debian/upstream/signing-key.asc | 76 3 files changed, 84 insertions(+), 1 deletion(-) New commits: commit faef933820d873aea3fcf10a414d5f2b3e3d213f Author: Andreas Boll Date: Tue May 10 14:48:53 2016 +0200 Bump Standards-Version to 3.9.8, no changes needed. diff --git a/debian/changelog b/debian/changelog index 5f90a87..c860567 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libdrm (2.4.68-2) UNRELEASED; urgency=medium * Update debian/upstream/signing-key.asc. + * Bump Standards-Version to 3.9.8, no changes needed. -- Andreas Boll Tue, 10 May 2016 14:45:31 +0200 diff --git a/debian/control b/debian/control index 11b42be..e81dff2 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libpciaccess-dev, valgrind [amd64 armhf i386 mips mipsel powerpc s390x], libbsd-dev [kfreebsd-any], -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Section: libs Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libdrm.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libdrm.git commit 7b3ec3a377400d7fd0631bdc41130a1e29b23b0c Author: Andreas Boll Date: Tue May 10 14:46:21 2016 +0200 Update debian/upstream/signing-key.asc Add Kenneth Graunke's key 1D49CC38. diff --git a/debian/changelog b/debian/changelog index 8fe6653..5f90a87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdrm (2.4.68-2) UNRELEASED; urgency=medium + + * Update debian/upstream/signing-key.asc. + + -- Andreas Boll Tue, 10 May 2016 14:45:31 +0200 + libdrm (2.4.68-1) unstable; urgency=medium * New upstream release. (LP: #1577735) diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc index aaad3be..0feee56 100644 --- a/debian/upstream/signing-key.asc +++ b/debian/upstream/signing-key.asc @@ -267,3 +267,79 @@ PbhMPfeaGCH4dFPDkD6kmpbHtPKm/5JI/4YfurNAL4INW8EYJoZgpddB9QDwMWkv lPS0zfDC+hiRF5twRXRVzP3jYFe6+cyQ0FqMayLcdnov =lkAG -END PGP PUBLIC KEY BLOCK- +-BEGIN PGP PUBLIC KEY BLOCK- + +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
Bug#823925: xserver-xorg-input-synaptics: 44
Package: xserver-xorg-input-synaptics Version: 1.8.3-1+b1 Severity: important Dear X Force, I found it rather annoying that about two weeks ago, the touchpad on my 3rd gen Lenovo X1 Carbon running Debian testing decided to no longer recognize any tapping. $ egrep -i 'synap|alps|etps' /proc/bus/input/devices N: Name="SynPS/2 Synaptics TouchPad" P: Phys=synaptics-pt/serio0/input0 It turned out that the Synaptics driver was not used at all: $ synclient -l Couldn't find synaptics properties. No synaptics driver loaded? $ syndaemon -d -t -k -i 1 No synaptics properties on device 'SynPS/2 Synaptics TouchPad'. This is what I had to do to make it work: $ sudo mkdir /etc/X11/xorg.conf.d $ sudo cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/ By the way, I initially thought that Cinnamon was the culprit and filed bug #823843 which should be closed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823843 This bug seems to be related to bug #822835 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822835 Thanks! Christian Pietsch -- Package-specific info: X server symlink status: lrwxrwxrwx 1 root root 13 Nov 15 20:49 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 274 Apr 5 09:05 /usr/bin/Xorg VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 4 -rw-r--r-- 1 root root 1881 May 9 15:52 50-synaptics.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) Xorg X server log files on system: -- -rw-r--r-- 1 root root 23424 Nov 30 12:42 /var/log/Xorg.1.log -rw-r--r-- 1 root root 24914 May 10 09:18 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [21.687] X.Org X Server 1.18.3 Release Date: 2016-04-04 [21.687] X Protocol Version 11, Revision 0 [21.687] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [21.687] Current Operating System: Linux denovo 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 [21.687] Kernel command line: BOOT_IMAGE=/vmlinuz-4.5.0-1-amd64 root=UUID=08473fb9-1204-4977-bc0c-178a3b96c3a6 ro quiet [21.687] Build Date: 05 April 2016 07:00:43AM [21.687] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [21.687] Current version of pixman: 0.33.6 [21.687]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [21.687] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [21.688] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 10 09:18:38 2016 [21.691] (==) Using config directory: "/etc/X11/xorg.conf.d" [21.691] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [21.693] (==) No Layout section. Using the first Screen section. [21.693] (==) No screen section available. Using defaults. [21.693] (**) |-->Screen "Default Screen Section" (0) [21.693] (**) | |-->Monitor "" [21.694] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [21.694] (==) Automatically adding devices [21.694] (==) Automatically enabling devices [21.694] (==) Automatically adding GPU devices [21.694] (==) Max clients allowed: 256, resource mask: 0x1f [21.696] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [21.696]Entry deleted from font path. [21.703] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [21.703] (==) ModulePath set to "/usr/lib/xorg/modules" [21.703] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [21.703] (II) Loader magic: 0x5633a850fdc0 [21.703] (II) Module ABI versions: [21.703]X.Org ANSI C Emulation: 0.4 [21.703]X.Org Video Driver: 20.0 [21.703]X.Org XInput driver : 22.1 [21.703]X.Org Server Extension : 9.0 [21.704] (++) using VT number 7 [21.704] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integra
Bug#815717: marked as done (libinput10-udeb: uninstallable, depends on non-udeb libwacom2)
Your message dated Tue, 10 May 2016 16:04:29 + with message-id and subject line Bug#815717: fixed in libwacom 0.19-1 has caused the Debian Bug report #815717, regarding libinput10-udeb: uninstallable, depends on non-udeb libwacom2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 815717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815717 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libinput10-udeb Version: 1.2.0-1 Severity: important Justification: uninstallable [ X-D-Cc: debian-b...@lists.debian.org, please keep in copy when replying. ] Hi, Your recent upload introduces a dependency on a non-udeb package (libwacom2), which makes your package uninstallable: | Depends: libc6-udeb (>= 2.21), libevdev2-udeb, libmtdev1-udeb, libudev1-udeb, libwacom2 I'm not filing this bug report as serious since libinput10-udeb and its rdep xserver-xorg-input-libinput-udeb aren't used in d-i (yet), so this isn't a practical issue for the time being. Feel free to raise severity if you feel like it. KiBi. --- End Message --- --- Begin Message --- Source: libwacom Source-Version: 0.19-1 We believe that the bug you reported is fixed in the latest version of libwacom, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 815...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Aaltonen (supplier of updated libwacom package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 10 May 2016 11:33:14 +0300 Source: libwacom Binary: libwacom2 libwacom2-udeb libwacom-bin libwacom-common libwacom-common-udeb libwacom-dev libwacom2-dbg Architecture: source amd64 all Version: 0.19-1 Distribution: unstable Urgency: medium Maintainer: Timo Aaltonen Changed-By: Timo Aaltonen Description: libwacom-bin - Wacom model feature query library -- binaries libwacom-common - Wacom model feature query library (common files) libwacom-common-udeb - Wacom model feature query library (common files) (udeb) libwacom-dev - Wacom model feature query library (development files) libwacom2 - Wacom model feature query library libwacom2-dbg - Wacom model feature query library (debug files) libwacom2-udeb - Wacom model feature query library (udeb) Closes: 815717 Changes: libwacom (0.19-1) unstable; urgency=medium . * New upstream release. * Add udebs for the installer. (Closes: #815717) * copyright: Drop trailing / from Files-Excluded. * control: Use https urls. * control: Bump policy to 3.9.8, no changes. Checksums-Sha1: 8ec199de119bb2c288c22461e639618fe4b513df 2259 libwacom_0.19-1.dsc 324cd50c9b70be535b13fbe0646b81bb56060975 357989 libwacom_0.19.orig.tar.bz2 1f7e8545483f62b032443217a0be042ad3a96a4a 3900 libwacom_0.19-1.debian.tar.xz bdfe53dd50e9930188f4e0bc580ffa5c118c1c9b 5736 libwacom-bin_0.19-1_amd64.deb e93f6be550e375f60d03abe1359f74ac7d837cab 19480 libwacom-common-udeb_0.19-1_all.udeb cce262ca211978c8e0c3918a4942f05dc3bd00b5 27072 libwacom-common_0.19-1_all.deb 992e7c8f115179a6adce33ebd0227d47d66341c3 20006 libwacom-dev_0.19-1_amd64.deb 7717abb31d3d56e3e650b600e0a70eb069a32c57 41150 libwacom2-dbg_0.19-1_amd64.deb 776e9fd60991e88fe8c5ae6f7c1c2eae0e1c 14292 libwacom2-udeb_0.19-1_amd64.udeb b236616c8005538f6a378bbd488a312c65bb9585 17222 libwacom2_0.19-1_amd64.deb Checksums-Sha256: 67f5fd476780ba8b9742e804caddeb2ec3504eb78787828fb37c51b27dad413f 2259 libwacom_0.19-1.dsc 162da2902b61bb1fd929b8f833c678fd78b41796f79f15f0f9a6b05049de9f05 357989 libwacom_0.19.orig.tar.bz2 2f56f90dc6a60a9b2dd93eb50ab795616a5e792ecc47de6bf44605124364267c 3900 libwacom_0.19-1.debian.tar.xz 56dbaeb380c8cbc36756d33d452edcccf8473f56f1d920c0b619be524bd86d78 5736 libwacom-bin_0.19-1_amd64.deb 1232bcb163387362bb9e8ee7edf56f4ec1b3c0386280724a880046b1c890956b 19480 libwacom-common-udeb_0.19-1_all.udeb 2750076e9221b35cd26f7d19afbf984421c17486bc38a37c2b34a91ee126a6bb 27072 libwacom-common_0.19-1_all.deb 9c5f08c395f15f8e472e2ec565fcbf2d6918fbc458cca102376fabcc1dfedf9a 20006 libwacom-dev_0.19-1_amd64.deb 92f6d30f859f4999f8286a4a03d9760450a9b35b3d9b1bd9365bfb8c0b3d6944 41150 libwacom2-dbg_0.19-1_amd64.deb 1669b6c