weston_1.11.94-1_source.changes ACCEPTED into experimental

2016-09-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Sep 2016 12:49:23 +0200
Source: weston
Binary: weston
Architecture: source
Version: 1.11.94-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 weston - reference implementation of a wayland compositor
Changes:
 weston (1.11.94-1) experimental; urgency=medium
 .
   * New upstream release.
   * debian/weston.install: use wildcards for libweston{,-desktop}.so.*.
Checksums-Sha1:
 255209d898e845ecea09f940ac90fd1fe9588692 2577 weston_1.11.94-1.dsc
 3f574712ee11f7a7e4e29b25e9f2a4c67140be1a 1609430 weston_1.11.94.orig.tar.gz
 8134fd0192908b3372ea643f8d941082d602eeb3 31930 weston_1.11.94-1.diff.gz
Checksums-Sha256:
 008af92a5c58fc8916f4ec347d45dc53b3325bea8facc60509dd6fdbdb364713 2577 
weston_1.11.94-1.dsc
 7f200a601e05ea59c671fe31244b3dd87db0fd015d744d57274ba3d8f872c8dd 1609430 
weston_1.11.94.orig.tar.gz
 5f813f82bafe1106312f59c6507fbbabc7c99b8577b207a3c4c4aa0636f8 31930 
weston_1.11.94-1.diff.gz
Files:
 433bcc579efc5e5e0664a8f3c558d016 2577 x11 optional weston_1.11.94-1.dsc
 86f904ec2265d927cbe2d8656539efe2 1609430 x11 optional 
weston_1.11.94.orig.tar.gz
 a2a2f1d8e707df7775f96e1148b230d7 31930 x11 optional weston_1.11.94-1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX2StfAAoJEJ1GxIjkNoMCx9YP/RmtIuwHRW2N1tG1bvDbb88k
z0rxDGKUj0s5IRYbNevvBD1RnwQWr3M3+4dOg9Iq1AaAtBXlcoJTymf/Fi0fRLXF
bp9SOr1ny8nDgvTdBvfhCB+MHFPGPP6rV4Peb3XwpGufZvMMUHAK9ZsXWLrDDafP
3SP21ljKu6aAyOkeDMqS6L+9yme+Jw49MZyRfSpXickasg1lmjWGGWbe4rwvJXm2
AnTg8w9GnJe7FALtBIawOATLbi7XgVpSZPUOw9J0BCUWqjV1HpObb5B+RJo82j5Z
EXYkOcgYO3mCuowCn8TPc42FouPWjZHVnMfkswh6+Xm23q1uggr/dVIroAVsJMKI
cKmcnj1l+nASwxvUKCHjdTTuHqeTM7ZQjYAIbeBA7rR85bYSEfDjrLCGPi1NnFS1
J/N845tace9s5qtmN4F4WraqCfyeVP24yHbD9flIpJUnLdp8sIduTfDBV7WxlvEZ
UU3PPosZLO8nY3Ttd50dnGx4ZJWAGkfAA/45BfdMKzH6EBJBc71mlGet8381kiCm
fCPlo5ZqEnsi9WuDmne6zTbVnXsTLyC4eNrXC71Wyp6pUUspKIH9WXG3G6qwF+Vc
gfWZStGb755KhMBTN6+/HML2cyF4CpnKKpHbVfET/LH+KQFQJQQw+2naQqDYetEf
54HTTCKwoh2p4p7tDIRG
=oKPw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of weston_1.11.94-1_source.changes

2016-09-14 Thread Debian FTP Masters
weston_1.11.94-1_source.changes uploaded successfully to localhost
along with the files:
  weston_1.11.94-1.dsc
  weston_1.11.94.orig.tar.gz
  weston_1.11.94-1.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



weston: Changes to 'upstream-experimental'

2016-09-14 Thread Emilio Pozuelo Monfort
 clients/weston-simple-im.c   |6 +-
 configure.ac |6 +-
 desktop-shell/shell.c|   79 +--
 libweston-desktop/xdg-shell-v5.c |   42 +++-
 libweston-desktop/xdg-shell-v6.c |   45 --
 libweston-desktop/xwayland.c |6 --
 libweston/compositor-drm.c   |2 
 libweston/compositor-wayland.c   |2 
 libweston/compositor.h   |7 ---
 releasing.txt|4 -
 shared/config-parser.c   |1 
 11 files changed, 137 insertions(+), 63 deletions(-)

New commits:
commit 870f384d0eb364ba049a73f682cef981704c3385
Author: Bryce Harrington 
Date:   Tue Sep 13 12:18:23 2016 -0700

configure.ac: bump to version 1.11.94 for the RC2 release

diff --git a/configure.ac b/configure.ac
index 076b336..bd59725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 m4_define([weston_major_version],  [1])
 m4_define([weston_minor_version],  [11])
-m4_define([weston_micro_version],  [93])
+m4_define([weston_micro_version],  [94])
 m4_define([weston_version],
   [weston_major_version.weston_minor_version.weston_micro_version])
 m4_define([libweston_major_version], [1])
 m4_define([libweston_minor_version], [11])
-m4_define([libweston_patch_version], [93])
+m4_define([libweston_patch_version], [94])
 
 AC_PREREQ([2.64])
 AC_INIT([weston],

commit 0abf8903cbdc95d1ddc464476efe0db4fd710f06
Author: Quentin Glidic 
Date:   Sun Sep 11 11:34:47 2016 +0200

libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests

These requests need a mapped surface, which can only happen after the
initial configure event.

Signed-off-by: Quentin Glidic 
Reviewed-by: Jonas Ådahl 

diff --git a/libweston-desktop/xdg-shell-v6.c b/libweston-desktop/xdg-shell-v6.c
index fbf3e69..d4d0112 100644
--- a/libweston-desktop/xdg-shell-v6.c
+++ b/libweston-desktop/xdg-shell-v6.c
@@ -349,6 +349,13 @@ 
weston_desktop_xdg_toplevel_protocol_show_window_menu(struct wl_client *wl_clien
struct weston_desktop_xdg_toplevel *toplevel =
weston_desktop_surface_get_implementation_data(dsurface);
 
+   if (!toplevel->base.configured) {
+   wl_resource_post_error(toplevel->resource,
+  ZXDG_SURFACE_V6_ERROR_NOT_CONSTRUCTED,
+  "Surface has not been configured yet");
+   return;
+   }
+
weston_desktop_api_show_window_menu(toplevel->base.desktop,
dsurface, seat, x, y);
 }
@@ -366,6 +373,13 @@ weston_desktop_xdg_toplevel_protocol_move(struct wl_client 
*wl_client,
struct weston_desktop_xdg_toplevel *toplevel =
weston_desktop_surface_get_implementation_data(dsurface);
 
+   if (!toplevel->base.configured) {
+   wl_resource_post_error(toplevel->resource,
+  ZXDG_SURFACE_V6_ERROR_NOT_CONSTRUCTED,
+  "Surface has not been configured yet");
+   return;
+   }
+
weston_desktop_api_move(toplevel->base.desktop, dsurface, seat, serial);
 }
 
@@ -383,6 +397,13 @@ weston_desktop_xdg_toplevel_protocol_resize(struct 
wl_client *wl_client,
struct weston_desktop_xdg_toplevel *toplevel =
weston_desktop_surface_get_implementation_data(dsurface);
 
+   if (!toplevel->base.configured) {
+   wl_resource_post_error(toplevel->resource,
+  ZXDG_SURFACE_V6_ERROR_NOT_CONSTRUCTED,
+  "Surface has not been configured yet");
+   return;
+   }
+
weston_desktop_api_resize(toplevel->base.desktop,
  dsurface, seat, serial, edges);
 }

commit 3d7e60798a23026d9397d5cff56127917998e78a
Author: Quentin Glidic 
Date:   Sun Sep 11 11:29:23 2016 +0200

libweston-desktop/xdg_shell_v6: Add surface as needed

Signed-off-by: Quentin Glidic 
Reviewed-by: Jonas Ådahl 

diff --git a/libweston-desktop/xdg-shell-v6.c b/libweston-desktop/xdg-shell-v6.c
index 70e9132..fbf3e69 100644
--- a/libweston-desktop/xdg-shell-v6.c
+++ b/libweston-desktop/xdg-shell-v6.c
@@ -284,6 +284,18 @@ static void
 weston_desktop_xdg_surface_schedule_configure(struct 
weston_desktop_xdg_surface *surface);
 
 static void
+weston_desktop_xdg_toplevel_ensure_added(struct weston_desktop_xdg_toplevel 
*toplevel)
+{
+   if (toplevel->added)
+   return;
+
+   weston_desktop_api_surface_added(toplevel->base.desktop,
+toplevel->base.desktop_surface);
+   weston_desktop_xdg_surface_schedule_configure(&toplevel->base);
+   toplevel->added = true;
+}
+
+static void
 weston_desktop_xdg_toplevel_protocol_set_parent(struct wl_client *wl_client,
stru

weston: Changes to 'refs/tags/weston-1.11.94-1'

2016-09-14 Thread Emilio Pozuelo Monfort
Tag 'weston-1.11.94-1' created by Emilio Pozuelo Monfort  at 
2016-09-14 10:49 +

Tagging upload of weston 1.11.94-1 to experimental.
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJX2StKAAoJEJ1GxIjkNoMCRdEQALmqAttU0IejZsr0tyDpRbf7
y/vdOH4HHzsy52274qUrsQAidrhpGy5bzhhqbOM1AXMUp4VVWjnTbHk7aUmU5jLR
3Si0Y2oLGDeMxHA6I+LFrvTeXjdT51hoI1ye560sBSQTMjeSTH4RBLBC8n9fi2qL
UaOaworZkLNLsDWSFxNsigSIvU05NxNia7IsY0ASnD8mj7dNdmXc6Nn/1rFfxoaO
l8tXhAQLSdIxdDihRfzntn0x3W2gQuCpMjcsTAfMPJ0kh6k6J9ZwB6NpKdmkvh9/
SR/XCF0X+eKrVjZceZtoeJMHej2h1hif2YVGXAeKfxb+GcFvQ8gq3n1dG9d75RuI
ZbD7sRaGDaof6J1W1TCDBV9UnjtcpVSge4KWbUXvgl82oulOMdpe/oOiAB5FPz6E
1pATCCuzcHED1Ja/VaHkqyp7rgZKy78GcuuRz34Vs6edPPt09SqkaNFQ8FY6q+LF
5dQvBzccJP27OySlKkBj8C9QZBSJD1cXwYkEAhv/guF5/btJbJBrPFmtfHCsCCqB
bCUgDetRsV+ZYsZxML0kOMtDc423uwFUSWUy8ainlzC4HvXyALwsG4yqJ7QqyHT5
vTAxQM/qBqVwwGf6vPiDIJKtnAD8BR+43AvBvizO0+VclNZO/LCFbht2ariXmPuy
vezEaUlTn3KN7qkblhKk
=h4n+
-END PGP SIGNATURE-

Changes since weston-1.11.91-1:
Bryce Harrington (22):
  config-parser: Drop debug text
  desktop-shell: Enable per-output fade animations
  compositor: Add internal support to track idle inhibition requests
  compositor: Add public interface support for client-requested idle 
inhibition
  libweston: Add a signal to fire when the idle inhibitor is dropped
  libweston-desktop: Add listener and API to drop the idle inhibitor
  shell: Inhibit idle fade-out behavior
  clients: Add screensaver inhibitor client demo
  releasing: Fix incorrect direction about how many lines need tweaked
  configure.ac: bump to version 1.11.92 for the beta release
  Revert "clients: Add screensaver inhibitor client demo"
  Revert "shell: Inhibit idle fade-out behavior"
  Revert "libweston-desktop: Add listener and API to drop the idle 
inhibitor"
  Revert "libweston: Add a signal to fire when the idle inhibitor is 
dropped"
  Revert "compositor: Add public interface support for client-requested 
idle inhibition"
  Revert "compositor: Add internal support to track idle inhibition 
requests"
  Revert "desktop-shell: Enable per-output fade animations"
  configure.ac: (Re-)bump to version 1.11.92 for the beta release
  clients: Use ARRAY_LENGTH macro in weston-simple-im
  terminal: Fix crash due to race condition in init
  configure.ac: bump to version 1.11.93 for the RC1 release
  configure.ac: bump to version 1.11.94 for the RC2 release

Emilio Pozuelo Monfort (4):
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  Use wildcards in weston.install
  Release to experimental

Emmanuel Gil Peyrot (1):
  compositor-wayland: Only destroy the egl_window when using GLES.

Quentin Glidic (9):
  desktop-shell: Fix output destroying
  libweston: Drop shell_interface
  libweston-desktop/xwayland: Do not over-destroy the view
  desktop-shell: Unset fullscreen/maximized state on commit
  desktop-shell: Add back the saved position and rotation for 
fullscreen/maximized
  libweston-desktop/xdg_shell_v5: Add surface as needed
  Revert "terminal: Fix crash due to race condition in init"
  libweston-desktop/xdg_shell_v6: Add surface as needed
  libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests

Yong Bakos (1):
  compositor-drm: Zero drmModeAddFB2 data

---
 clients/weston-simple-im.c   |6 +-
 configure.ac |6 +-
 debian/changelog |7 +++
 debian/weston.install|6 --
 desktop-shell/shell.c|   79 +--
 libweston-desktop/xdg-shell-v5.c |   42 +++-
 libweston-desktop/xdg-shell-v6.c |   45 --
 libweston-desktop/xwayland.c |6 --
 libweston/compositor-drm.c   |2 
 libweston/compositor-wayland.c   |2 
 libweston/compositor.h   |7 ---
 releasing.txt|4 -
 shared/config-parser.c   |1 
 13 files changed, 146 insertions(+), 67 deletions(-)
---



weston: Changes to 'debian-experimental'

2016-09-14 Thread Emilio Pozuelo Monfort
 clients/weston-simple-im.c   |6 +-
 configure.ac |6 +-
 debian/changelog |7 +++
 debian/weston.install|6 --
 desktop-shell/shell.c|   79 +--
 libweston-desktop/xdg-shell-v5.c |   42 +++-
 libweston-desktop/xdg-shell-v6.c |   45 --
 libweston-desktop/xwayland.c |6 --
 libweston/compositor-drm.c   |2 
 libweston/compositor-wayland.c   |2 
 libweston/compositor.h   |7 ---
 releasing.txt|4 -
 shared/config-parser.c   |1 
 13 files changed, 146 insertions(+), 67 deletions(-)

New commits:
commit ccffd465b7a20bfa0888c27b3637cdb491a68422
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:49:30 2016 +0200

Release to experimental

diff --git a/debian/changelog b/debian/changelog
index a64ecea..964c499 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-weston (1.11.94-1) UNRELEASED; urgency=medium
+weston (1.11.94-1) experimental; urgency=medium
 
   * New upstream release.
   * debian/weston.install: use wildcards for libweston{,-desktop}.so.*.
 
- -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:14:59 +0200
+ -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:49:23 +0200
 
 weston (1.11.91-1) experimental; urgency=medium
 

commit 5c76e030e12f6940b79da39a22376e37206e651e
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:28:03 2016 +0200

Use wildcards in weston.install

diff --git a/debian/changelog b/debian/changelog
index b84e13b..a64ecea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 weston (1.11.94-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/weston.install: use wildcards for libweston{,-desktop}.so.*.
 
  -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:14:59 +0200
 
diff --git a/debian/weston.install b/debian/weston.install
index c25b105..d5d23da 100644
--- a/debian/weston.install
+++ b/debian/weston.install
@@ -11,11 +11,9 @@ usr/lib/weston/weston-ivi-shell-user-interface
 usr/lib/weston/weston-screenshooter
 usr/lib/weston/weston-simple-im
 usr/lib/*/libweston-1.so
-usr/lib/*/libweston-1.so.0.11.91
-usr/lib/*/libweston-1.so.0
-usr/lib/*/libweston-desktop-1.so.0
+usr/lib/*/libweston-1.so.*
+usr/lib/*/libweston-desktop-1.so.*
 usr/lib/*/libweston-desktop-1.so
-usr/lib/*/libweston-desktop-1.so.0.11.91
 usr/lib/*/libweston-1/x11-backend.so
 usr/lib/*/libweston-1/xwayland.so
 usr/lib/*/libweston-1/headless-backend.so

commit 0e04442808bfade75accabd24c4df39f1395ace4
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:15:11 2016 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index c7ac90e..b84e13b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weston (1.11.94-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:14:59 +0200
+
 weston (1.11.91-1) experimental; urgency=medium
 
   * New upstream pre-release.

commit 870f384d0eb364ba049a73f682cef981704c3385
Author: Bryce Harrington 
Date:   Tue Sep 13 12:18:23 2016 -0700

configure.ac: bump to version 1.11.94 for the RC2 release

diff --git a/configure.ac b/configure.ac
index 076b336..bd59725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 m4_define([weston_major_version],  [1])
 m4_define([weston_minor_version],  [11])
-m4_define([weston_micro_version],  [93])
+m4_define([weston_micro_version],  [94])
 m4_define([weston_version],
   [weston_major_version.weston_minor_version.weston_micro_version])
 m4_define([libweston_major_version], [1])
 m4_define([libweston_minor_version], [11])
-m4_define([libweston_patch_version], [93])
+m4_define([libweston_patch_version], [94])
 
 AC_PREREQ([2.64])
 AC_INIT([weston],

commit 0abf8903cbdc95d1ddc464476efe0db4fd710f06
Author: Quentin Glidic 
Date:   Sun Sep 11 11:34:47 2016 +0200

libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests

These requests need a mapped surface, which can only happen after the
initial configure event.

Signed-off-by: Quentin Glidic 
Reviewed-by: Jonas Ådahl 

diff --git a/libweston-desktop/xdg-shell-v6.c b/libweston-desktop/xdg-shell-v6.c
index fbf3e69..d4d0112 100644
--- a/libweston-desktop/xdg-shell-v6.c
+++ b/libweston-desktop/xdg-shell-v6.c
@@ -349,6 +349,13 @@ 
weston_desktop_xdg_toplevel_protocol_show_window_menu(struct wl_client *wl_clien
struct weston_desktop_xdg_toplevel *toplevel =
weston_desktop_surface_get_implementation_data(dsurface);
 
+   if (!toplevel->base.configured) {
+   wl_resource_post_error(toplevel->resource,
+  ZXDG_SURFACE_V6_ERROR_NOT_CONSTRUCTED,
+  "Surface has not been configured yet");
+   return;
+   }
+
weston_desktop_api_show_window_menu(toplevel->b

wayland_1.11.94-1_source.changes ACCEPTED into experimental

2016-09-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Sep 2016 12:10:19 +0200
Source: wayland
Binary: libwayland-client0 libwayland-server0 libwayland-cursor0 libwayland-dev 
libwayland-doc libwayland-bin
Architecture: source
Version: 1.11.94-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libwayland-bin - wayland compositor infrastructure - binary utilities
 libwayland-client0 - wayland compositor infrastructure - client library
 libwayland-cursor0 - wayland compositor infrastructure - cursor library
 libwayland-dev - wayland compositor infrastructure - development files
 libwayland-doc - wayland compositor infrastructure - documentation files
 libwayland-server0 - wayland compositor infrastructure - server library
Changes:
 wayland (1.11.94-1) experimental; urgency=medium
 .
   * New upstream pre-release.
   * Standards-Version is 3.9.8, no changes needed.
Checksums-Sha1:
 0c3bf3eab1d8a09b76d928248e25d82f4a7fd953 2373 wayland_1.11.94-1.dsc
 7322a782f2639a19d154718c549e457f7f311d27 575286 wayland_1.11.94.orig.tar.gz
 abf6cb22f2265ee2335a5776c79d9e38bd758156 8510 wayland_1.11.94-1.diff.gz
Checksums-Sha256:
 5cb06856c82403fe5342d92420726dc913c6685349001d186c05c5fb5a2af5e3 2373 
wayland_1.11.94-1.dsc
 3cdfffc5d7c9fc125031ef9c732c0077ac35cbd0cbdfaa4097a20d8e5a1ab782 575286 
wayland_1.11.94.orig.tar.gz
 752fb708079a1f3329bdf48837599bc8d0a316eae479f70bf133244b4b4c001b 8510 
wayland_1.11.94-1.diff.gz
Files:
 636c6e2ed5ab1c5e8aa3f24834abf5ac 2373 x11 optional wayland_1.11.94-1.dsc
 e2fd11396392a938192da32ed903e276 575286 x11 optional 
wayland_1.11.94.orig.tar.gz
 89060a4cbe7f66f3994e1d4ee84d3527 8510 x11 optional wayland_1.11.94-1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX2SJYAAoJEJ1GxIjkNoMCCd8P/it43ARj0qvnNIpKUiEhCQCW
JPFGnvl1nlsLaKX1ztQR07ciHu0UyC9LYJa09OC3LZNzOhcMFQmBj6Ri5Z246ZN3
ZDAy2EnX2s1d0RoE+hxG94Tmt14C3kF2kGWZIS5iRWOGmhSeo0NmP4YQnd2jvDdE
/KiviOtR3ZeXrYA64bNoP2u8JCkzGvPdauDNk0TbLFjnvqi1Er3B7XWq1WD/Zoxx
JFjqOn8K1ZNQsVhGC87/jQSuZooPiwqM4r4HQizCzJP8OqrQa+CY/7FkcI0XL7wG
HxOcCSoeuwKqOrfzDgokl6Hp/5T98+BNajHnkEecfKnLFV3kPute9TjMr9IqCzPr
mPSJBszFpK1vBMJrRelUhgPmFN1B9JOjAO7hvS3L0gzWf3eAEAZkEfu1fFxxd9CE
LvzopfQQVMVh+qu1nJDYcjFB7i3B8zo5bmbbw10oI2ZV0fLq/kSaleANvnszYIc7
/ZPAIgDR+l05WK1YBH/Uaaebl4vvFWuDHTlR1mI8Uhg+gzgkveKtiRjYnmz6Bw2a
2G0Ed3lvZ7PQr6IOotVOyJQRTrXG7XyYgYAmGVv8OhNfqU7A+ix/CP/DOzMjlhW9
l+OC75gCqe+3GwPI1XYyPMKrGSt1dmR9087ismba7Kndqh1viw0nJMPQeEedXQHr
afLzR2n8Pu0wHYc2VSPE
=Lnki
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



libinput_1.5.0-1_source.changes ACCEPTED into unstable

2016-09-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Sep 2016 11:45:02 +0200
Source: libinput
Binary: libinput10 libinput-bin libinput10-udeb libinput-dev libinput-tools
Architecture: source
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description:
 libinput-bin - input device management and event handling library - udev quirks
 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-udeb - input device management and event handling library - shared 
libra (udeb)
Changes:
 libinput (1.5.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/libinput10.symbols: add new symbols.
Checksums-Sha1:
 425f29148ab0ce2394e56d30a08252a9899fd49c 2301 libinput_1.5.0-1.dsc
 054e4eeefb05eba2794c8a95af651868bffe0611 641824 libinput_1.5.0.orig.tar.xz
 614cf21576b1c4fb2bb38a37a005b0e27e8c6124 6096 libinput_1.5.0-1.debian.tar.xz
Checksums-Sha256:
 ece62fd43da9a31ed01d47f5e61f7a2f154e00f0485947654b91818cea38bb3f 2301 
libinput_1.5.0-1.dsc
 402ba0ff70833b0f247e47dafe3ed21ff4aaadaad4df092bcfc946aebfc3727a 641824 
libinput_1.5.0.orig.tar.xz
 e62baa28a9edf81a306a19b8c9f18e7bdc399d35138d2ea3d48ee27f1f69e8da 6096 
libinput_1.5.0-1.debian.tar.xz
Files:
 bcecad74c2adafec5d365b3fe8f81e6a 2301 libs optional libinput_1.5.0-1.dsc
 dec0e0c2d63dbae759ccbcf3b3855589 641824 libs optional 
libinput_1.5.0.orig.tar.xz
 76efa463ff93eb469be8885abf6cf749 6096 libs optional 
libinput_1.5.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX2RxeAAoJEJ1GxIjkNoMC9bEQAMM71bxCTPW3ZVsJoIrCSNxB
slFoDtDLHwwQuiGi0ewUCiKYCnEabqaJQzE33FGANNbGHQYZNTVcw7DKWv8DaRr6
LP8e01fJFWevwGcif4MKN1GuLI98ZN4SPif1HSJNAb7Kh6QmbhkDdy0SfjHo0aaz
bbxJfvit935coHH0WW+SIWLe0dvkqqlda4Z0PY7zIZphHLdK82pkP5NqrjbhSnkZ
q1ItlbiAaCkwtpHMyKr6sV8WgkyjniOF2eoASSa5SjxQNgYeNll0kcbjHrXGpIsC
7oR/nPVKNh7CbM4JtijuRlydr9qVZ0voNgi8HWuW3/2jWC3EzRsWezU+4EZxhSYl
gYMOuO86Y7xDTbnM4pf1AxuB+FR5moXIbl3uAipmlm6gBufi82nZW1cYEs15O5Uh
fZ/TeuyBZHyb4edQkREmbNrKSOe94mJSJZAFxTYW5mAm+MW909FC5jgZTDSe6MCt
FlfpG0vbQJc79fRC4SVfUdqESrpR5lzxBGCM9AHiNTVQsFiBS7UVk3etc7N1nMkQ
mUvoFXQf6V6Dt3iYHypTlVgswIHs+uspR1mRCwwCB6NznGdWWuLmSveMxf6jt3wO
9RhY3WUUcePpUlxYswT9ZMZsF7kCWj5GCjw/0zwpC+n/NrKPaMaN5O6cN39NQVWE
jJ2rXNR2exGhHgYpauW7
=o26u
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



wayland: Changes to 'debian-experimental'

2016-09-14 Thread Emilio Pozuelo Monfort
 configure.ac   |2 +-
 debian/changelog   |7 +++
 debian/control |2 +-
 doc/publican/sources/Book_Info.xml |2 +-
 protocol/wayland.xml   |2 +-
 src/wayland-server.c   |1 +
 tests/list-test.c  |   13 +
 7 files changed, 25 insertions(+), 4 deletions(-)

New commits:
commit 759927e9a0b81ffa7491bb91543e0762a4110760
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:10:24 2016 +0200

Release to experimental

diff --git a/debian/changelog b/debian/changelog
index dfa817c..317cba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-wayland (1.11.94-1) UNRELEASED; urgency=medium
+wayland (1.11.94-1) experimental; urgency=medium
 
   * New upstream pre-release.
   * Standards-Version is 3.9.8, no changes needed.
 
- -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:01:31 +0200
+ -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:10:19 +0200
 
 wayland (1.11.91-1) experimental; urgency=medium
 

commit 117e1ecf6ca95d269f3e4d4829a323923bff80c7
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:09:36 2016 +0200

Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index 2e21149..dfa817c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wayland (1.11.94-1) UNRELEASED; urgency=medium
 
   * New upstream pre-release.
+  * Standards-Version is 3.9.8, no changes needed.
 
  -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:01:31 +0200
 
diff --git a/debian/control b/debian/control
index 4209fe7..89cc1e3 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends-Indep:
  xmlto,
  xsltproc,
  docbook-xsl,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/wayland
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-xorg/wayland/wayland.git
 Homepage: http://wayland.freedesktop.org/

commit 0d0fde885f46c46d4aedaac50822aff28e82f6fb
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 12:01:48 2016 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 56e5158..2e21149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.11.94-1) UNRELEASED; urgency=medium
+
+  * New upstream pre-release.
+
+ -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 12:01:31 +0200
+
 wayland (1.11.91-1) experimental; urgency=medium
 
   * New upstream pre-release

commit a4aba37ba178f8400cfdc2b595005bb76d6af2c0
Author: Bryce Harrington 
Date:   Tue Sep 13 12:13:57 2016 -0700

configure.ac: bump to version 1.11.94 for the RC2 release

diff --git a/configure.ac b/configure.ac
index 429a590..11e42c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_micro_version], [94])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 9afa4bfb7b1e8abfb798e25fc28545e60673ed50
Author: Yong Bakos 
Date:   Wed Aug 17 16:08:17 2016 -0700

server: Document display parameter

Signed-off-by: Yong Bakos 
Reviewed-by: Bryce Harrington 
Reviewed-by: Pekka Paalanen 

diff --git a/src/wayland-server.c b/src/wayland-server.c
index 9ecfd97..9d7d9c1 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -1528,6 +1528,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
  *
  * \a errno is set on error.
  *
+ * \param display The display object
  * \param func The function to call to log a new protocol message
  * \param user_data The user data pointer to pass to \a func
  *

commit 2c8fc3eae27c9c0b02694c60d46886ebf47cc83c
Author: Yong Bakos 
Date:   Wed Aug 17 16:03:31 2016 -0700

protocol: Replace '#defines' with 'macros'

The use of # within a description causes the documentation generator
to mistake C syntax with a documentation link.

Remove the # from the documentation, suppressing the warning.

Signed-off-by: Yong Bakos 
Reviewed-by: Bryce Harrington 
Reviewed-by: Pekka Paalanen 

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3f2d967..6c6d078 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -287,7 +287,7 @@
formats are optional and may not be supported by the particular
renderer in use.
 
-   The drm format codes match the #defines in drm_fourcc.h.
+   The drm format codes match the macros defined in drm_fourcc.h.
The formats actually supported by the compositor will be
reported by the format event.
   

commit da58173cfe047864d073ba078e0b8db982a31b12
Author: Bryce Harrington 
Date:   Tue Sep 6 14:22:03 2016 -0700

configure.ac: bump to version 1.11.93 for the RC1 release

diff --git a/configure.ac b/configure.ac
index 5f416a1..429a590 100644
--- a/configure.ac
+++ b

wayland: Changes to 'upstream-experimental'

2016-09-14 Thread Emilio Pozuelo Monfort
 configure.ac   |2 +-
 doc/publican/sources/Book_Info.xml |2 +-
 protocol/wayland.xml   |2 +-
 src/wayland-server.c   |1 +
 tests/list-test.c  |   13 +
 5 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit a4aba37ba178f8400cfdc2b595005bb76d6af2c0
Author: Bryce Harrington 
Date:   Tue Sep 13 12:13:57 2016 -0700

configure.ac: bump to version 1.11.94 for the RC2 release

diff --git a/configure.ac b/configure.ac
index 429a590..11e42c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_micro_version], [94])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 9afa4bfb7b1e8abfb798e25fc28545e60673ed50
Author: Yong Bakos 
Date:   Wed Aug 17 16:08:17 2016 -0700

server: Document display parameter

Signed-off-by: Yong Bakos 
Reviewed-by: Bryce Harrington 
Reviewed-by: Pekka Paalanen 

diff --git a/src/wayland-server.c b/src/wayland-server.c
index 9ecfd97..9d7d9c1 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -1528,6 +1528,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
  *
  * \a errno is set on error.
  *
+ * \param display The display object
  * \param func The function to call to log a new protocol message
  * \param user_data The user data pointer to pass to \a func
  *

commit 2c8fc3eae27c9c0b02694c60d46886ebf47cc83c
Author: Yong Bakos 
Date:   Wed Aug 17 16:03:31 2016 -0700

protocol: Replace '#defines' with 'macros'

The use of # within a description causes the documentation generator
to mistake C syntax with a documentation link.

Remove the # from the documentation, suppressing the warning.

Signed-off-by: Yong Bakos 
Reviewed-by: Bryce Harrington 
Reviewed-by: Pekka Paalanen 

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3f2d967..6c6d078 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -287,7 +287,7 @@
formats are optional and may not be supported by the particular
renderer in use.
 
-   The drm format codes match the #defines in drm_fourcc.h.
+   The drm format codes match the macros defined in drm_fourcc.h.
The formats actually supported by the compositor will be
reported by the format event.
   

commit da58173cfe047864d073ba078e0b8db982a31b12
Author: Bryce Harrington 
Date:   Tue Sep 6 14:22:03 2016 -0700

configure.ac: bump to version 1.11.93 for the RC1 release

diff --git a/configure.ac b/configure.ac
index 5f416a1..429a590 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [11])
-m4_define([wayland_micro_version], [92])
+m4_define([wayland_micro_version], [93])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 2bdbb741e2ac0ec9ecc564463a59b3ef8f499f6a
Author: Yong Bakos 
Date:   Sun Sep 4 13:23:05 2016 -0700

tests: Add test for wl_list_length

list-test.c did not cover wl_list_length, so add one test that specifically
tests this method.

Signed-off-by: Yong Bakos 
Reviewed-by: Eric Engestrom 
Reviewed-by: Pekka Paalanen 

diff --git a/tests/list-test.c b/tests/list-test.c
index 21ca4ec..0752618 100644
--- a/tests/list-test.c
+++ b/tests/list-test.c
@@ -57,6 +57,19 @@ TEST(list_insert)
assert(e.link.prev == &list);
 }
 
+TEST(list_length)
+{
+   struct wl_list list;
+   struct element e;
+
+   wl_list_init(&list);
+   assert(wl_list_length(&list) == 0);
+   wl_list_insert(&list, &e.link);
+   assert(wl_list_length(&list) == 1);
+   wl_list_remove(&e.link);
+   assert(wl_list_length(&list) == 0);
+}
+
 TEST(list_iterator)
 {
struct wl_list list;

commit d9ef882139e6178edf68c3fce147afdb3b57b894
Author: Yong Bakos 
Date:   Sun Sep 4 10:15:49 2016 -0700

doc: Correct docbook title

The docbook title was "The Wayland display server," which is inaccurate.

Change the title to "The Wayland Protocol".

Signed-off-by: Yong Bakos 
Reviewed-by: Pekka Paalanen 

diff --git a/doc/publican/sources/Book_Info.xml 
b/doc/publican/sources/Book_Info.xml
index e9e5ff0..0b7bf07 100644
--- a/doc/publican/sources/Book_Info.xml
+++ b/doc/publican/sources/Book_Info.xml
@@ -5,7 +5,7 @@
 ]>
 
   Wayland
-  The Wayland display server
+  The Wayland Protocol
   Documentation
   0.1
   1

commit 2d7b34e2ee7627e125496c8816f656f485fcfc81
Author: Bryce Harrington 
Date:   Tue Aug 30 11:40:23 2016 -0700

configure.ac: bump to version 1.11.92 for the beta release

diff --git a/configure.ac b/configure.ac
index 109b758..5f416a1 100644
--

wayland: Changes to 'refs/tags/wayland-1.11.94-1'

2016-09-14 Thread Emilio Pozuelo Monfort
Tag 'wayland-1.11.94-1' created by Emilio Pozuelo Monfort  at 
2016-09-14 10:10 +

Tagging upload of wayland 1.11.94-1 to experimental.
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJX2SIvAAoJEJ1GxIjkNoMCXlEP/3FlARi7GaTmCA03gP5kegob
0uaJG4dcrANJBiv3R74V9DzG51Ob8bc5HmgrI3vK26guFWjxQr+VaxIJj2ystSXS
uliYUnVRNSfq4W5TsNiMZ2Vwy3AEeBEgoQh92fyFFqkd+lVWxt3MnUF2uCYSkiaq
EfMQT+hH5QzmFaqbzX8YUCESKC1SwE+zS4KdIDgWTbUg047rzsb36UDgN7FNW9UT
/goMmeHvL3k3k+MdI4jMIao38LsYssPQSQdOM1Fh9uHyx1BRWShty+n8tFz1l1d4
hrbAjzRGNdMDVrnsPQ8ydMIXyoAfB0HjdDs4r+6PwLbNXf1wvSm1t33mxyK9Afhk
tPLGto9WjoPH1YLw3xwtfNkhSlIXXGFGOORTawjJbLzNrtdEjrAkNTAOkuSYqmJ2
kLij+KvbgllPQUHNtE0YldL1JDxJ3ba7rfmC+TR1rbOHPQ385JpY5qsPW+TLwv9z
e9R0ewLJ8vDbuLk9/OS6EuiiDJPcd4n8bm7nTBPcz7Q9++hXKKTluBQculdTKyaK
fOCD8jofF64PuZP/NB3EiPhI8cozzQ3eaWiKSHe2iwiM27hgnnebqqL13xGuScQn
5dw2JpIe4OGLhsrfZAJtWEZFFwjdRoCvst+OFnPkMnV5+7P7iApU3udLfZxR3dzw
BMntT8dg7yX1fBsQucEc
=17kj
-END PGP SIGNATURE-

Changes since wayland-1.11.91-1:
Bryce Harrington (3):
  configure.ac: bump to version 1.11.92 for the beta release
  configure.ac: bump to version 1.11.93 for the RC1 release
  configure.ac: bump to version 1.11.94 for the RC2 release

Emilio Pozuelo Monfort (4):
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  Bump Standards-Version
  Release to experimental

Yong Bakos (4):
  doc: Correct docbook title
  tests: Add test for wl_list_length
  protocol: Replace '#defines' with 'macros'
  server: Document display parameter

---
 configure.ac   |2 +-
 debian/changelog   |7 +++
 debian/control |2 +-
 doc/publican/sources/Book_Info.xml |2 +-
 protocol/wayland.xml   |2 +-
 src/wayland-server.c   |1 +
 tests/list-test.c  |   13 +
 7 files changed, 25 insertions(+), 4 deletions(-)
---



Processing of wayland_1.11.94-1_source.changes

2016-09-14 Thread Debian FTP Masters
wayland_1.11.94-1_source.changes uploaded successfully to localhost
along with the files:
  wayland_1.11.94-1.dsc
  wayland_1.11.94.orig.tar.gz
  wayland_1.11.94-1.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



libinput: Changes to 'refs/tags/libinput-1.5.0-1'

2016-09-14 Thread Emilio Pozuelo Monfort
Tag 'libinput-1.5.0-1' created by Emilio Pozuelo Monfort  at 
2016-09-14 09:45 +

Tagging upload of libinput 1.5.0-1 to unstable.
-BEGIN PGP SIGNATURE-

iQIcBAABCAAGBQJX2Rw+AAoJEJ1GxIjkNoMCn/AQALfNZjjq05l3sdERkscZt+Yj
R2H+HBcrdlxFhGJZU4IAd46+dogyI039pXZbFqdA5BwhhZgdTpdCDSTfs9SnLBQZ
a3yJ3mcdhM8SmDLR2s5Zj6SCW+Iq4m8FMLFTYqhHcGsaP78+Od/8nFgbUi8pI7gN
CbjmExTpSxi5MBdLzlZ8uPEv8LrQLgSIPx5q5uhAIAOQuGvMdsw4FjKr8Bbm8CgW
kHDMgRLDmnzP+1t7PUxFCjlq5WeXRIaKoij8Qz878TmWCPjb/PQZuaQjcSIwgX8B
tr7culdapOMadX80FJnA0SHs+Ub7qiSJidPPRKqwYiZ3g9d9ccAT+wR0yyf5V9O8
1QRuonDE8/kgk1Udn0+I+8k7CJkdB4VSRY7AI39ZNeYdOD5xd+k2duEShr2ZqU0i
mHOTkk0Kust3UNwjgGZdNz76WSLd58HyOrG/MOTtSnAGDWv0Cw04mA7yVEKowD4C
1dW1daTS+7dERHnh+EBf8gft0+LuP3Gnth2LX/NR3d8BLcNEOklABOZLdS4/24UC
37fOcogk72OsuCawbepijRKtfrUFQvFtQxoTFkPfySvFHc8kiGL5g1lvDlSxN0Xb
LPgFMiq/cpv7f7Bsv011sRMGO2kginv1F6hiJwrB+MEDdJELvt+rd7akyGMo9oOz
5Q62X2pZ5Fj6DVI5Ub5k
=bqXf
-END PGP SIGNATURE-

Changes since libinput-1.4.1-1:
Emilio Pozuelo Monfort (5):
  Merge commit '1.5.0' into upstream-unstable
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release
  Update for new symbols
  Release to unstable

Peter Hutterer (95):
  touchpad: whitespace fix
  evdev_device_suspend() is a void function
  Change a few functions that only ever returned 0 to voids
  Switch a bunch of internal functions from int to bool
  touchpad: change clickfinger check distance function to a bool
  touchpad: change palm detection trigger functions to bools
  touchpad: change the sanity check function to a bool
  evdev: prefix "tablet unknown to libwacom" error with the device name
  evdev: add helper functions to convert between units and mm
  touchpad: change manual calculations of dimensions to helper functions
  udev: don't overwrite a previously set device group
  test: fix prefix for the gestures time test
  test: namespace the bitfield helper tests
  test: make the interfaces static
  doc: add links to the two debugging tools as examples
  touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if available
  test: make the valgrind test an actual dependency of the test run
  test: store created udev rules in a list for easier deletion
  test: merge all tests into a single binary
  test: only init the device rules once
  test: make sure we remove all udev rules when we SIGINT the test
  test: restore the hwdb/udev rules on SIGINT
  Revert "test: create a lock file to avoid parallel udev reloads during 
device add"
  test: drop the sysname comparison in the device add/remove test
  test: add a make-like job control to run tests in parallel
  test: remove NOTPARALLEL
  test: split the tap tests into more tap groups
  test: if a filter is specified, don't parallelize jobs by default
  test: if we're in a debugger, use single-fork mode only
  evdev: fix typo "device device"
  test: just use litest_add_device if we don't have overrides
  Include config.h from libinput-util.h
  udev: check wacom devices for a paired product id
  test: add dwt modifier/fkey test cases
  touchpad: ignore modifier key combos for dwt
  gestures: reduce the 2fg scroll timeout to 150ms
  doc: add some info about configuring devices in wayland/xorg
  doc: add build instructions
  Merge branch 'wip/litest-serial-parallel-v3'
  evdev: move the fallback dispatch creation to evdev_configure_device
  evdev: return the dispatch method from evdev_configure_device
  evdev: split out slot init
  evdev: move axis dimension handling into a single helper function
  evdev: move the mt struct into the evdev dispatch struct
  evdev: move the relative deltas for normal devices to the fallback 
dispatch
  evdev: move pending_event to the evdev_dispatch struct
  evdev: move the keyboard mask into the fallback dispatch
  evdev: split evdev_dispatch and fallback_dispatch into separate entities
  evdev: reshuffle the evdev_device struct fields
  evdev: switch three ints to booleans
  evdev: move the abs point into the fallback dispatch
  evdev: pass the dispatch interface around
  evdev: rename all fallback-specific functions to a fallback_ prefix
  doc: split middle button emulation into a separate page
  Add configurable button map to tappings
  touchpad: implement configurable button mapping for tapping
  test: implement tests for configurable tap button mappings
  doc: fix wrong argument to udevadm hwdb
  touchpad: on a non-clickpad, reset the motion history on nfingers change
  Read the horizontal wheel click angle property if available
  touchpad: reset the edge scroll state on touch up if edge scroll is 
disabled
  tablet: fix minor coding style issue
  test: add a helper function to compare the event type
  test: only abort when we fail to add 

libinput: Changes to 'upstream-unstable'

2016-09-14 Thread Emilio Pozuelo Monfort
 README.txt |   14 
 configure.ac   |   29 
 doc/Makefile.am|2 
 doc/building.dox   |  100 ++
 doc/faqs.dox   |2 
 doc/libinput.doxygen.in|1 
 doc/middle-button-emulation.dox|   34 
 doc/page-hierarchy.dox |2 
 doc/tablet-support.dox |   13 
 doc/test-suite.dox |   21 
 src/evdev-mt-touchpad-buttons.c|  113 +-
 src/evdev-mt-touchpad-edge-scroll.c|   24 
 src/evdev-mt-touchpad-gestures.c   |5 
 src/evdev-mt-touchpad-tap.c|   82 +
 src/evdev-mt-touchpad.c|  260 +++--
 src/evdev-mt-touchpad.h|   28 
 src/evdev-tablet-pad.c |1 
 src/evdev-tablet.c |  119 ++
 src/evdev-tablet.h |5 
 src/evdev.c| 1208 +++--
 src/evdev.h|  157 ++-
 src/libinput-private.h |   18 
 src/libinput-uninstalled.pc.in |   10 
 src/libinput-util.c|2 
 src/libinput-util.h|   16 
 src/libinput.c |   36 
 src/libinput.h |  105 +-
 src/libinput.sym   |6 
 test/Makefile.am   |  111 --
 test/device.c  |   95 +
 test/gestures.c|4 
 test/keyboard.c|2 
 test/litest-device-mouse-wheel-click-angle.c   |1 
 test/litest-device-synaptics.c |4 
 test/litest-device-wacom-cintiq-13hdt-finger.c |   10 
 test/litest-device-wacom-cintiq-13hdt-pad.c|3 
 test/litest-device-wacom-cintiq-13hdt-pen.c|   10 
 test/litest-device-wacom-hid4800-pen.c |  119 ++
 test/litest-device-wacom-intuos-finger.c   |   10 
 test/litest-device-wacom-intuos-tablet.c   |   10 
 test/litest-device-wacom-intuos5-pad.c |1 
 test/litest.c  |  592 +++-
 test/litest.h  |   46 
 test/log.c |4 
 test/misc.c|6 
 test/pad.c |2 
 test/path.c|   14 
 test/pointer.c |   13 
 test/tablet.c  |  455 +
 test/touch.c   |2 
 test/touchpad-buttons.c|2 
 test/touchpad-tap.c|  302 --
 test/touchpad.c|  494 ++
 test/trackball.c   |2 
 test/trackpoint.c  |  100 ++
 test/udev.c|   14 
 tools/event-debug.c|   12 
 tools/shared.c |   21 
 tools/shared.h |1 
 udev/90-libinput-model-quirks.hwdb |   15 
 udev/Makefile.am   |9 
 udev/libinput-device-group.c   |   64 +
 62 files changed, 3748 insertions(+), 1215 deletions(-)

New commits:
commit 47b59ca85084d87db6a3d312ddf500e5dbaa937e
Author: Peter Hutterer 
Date:   Wed Sep 14 14:49:55 2016 +1000

configure.ac: libinput 1.5.0

Signed-off-by: Peter Hutterer 

diff --git a/configure.ac b/configure.ac
index 38b465d..47e1594 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], [4])
-m4_define([libinput_micro_version], [901])
+m4_define([libinput_minor_version], [5])
+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=20:0:10
+LIBINPUT_LT_VERSION=20:1:10
 AC_SUBST(LIBINPUT_LT_VERSION)
 
 AM_SILENT_RULES([yes])

commit f43a072d2c7ea87a2430c373765190f785e57fa0
Author: Peter Hutterer 
Date:   Wed Sep 14 11:21:55 2016 +1000

udev: fix hwdb match for the HP Stream 11

prefix must be libinput, not evdev

Signed-off-by: Peter Hutterer 

diff --git a/udev/90-libinput-model-quirks.hwdb 
b/udev/90-libinput-model-quirks

libinput: Changes to 'debian-unstable'

2016-09-14 Thread Emilio Pozuelo Monfort
 README.txt |   14 
 configure.ac   |   29 
 debian/changelog   |7 
 debian/libinput10.symbols  |4 
 doc/Makefile.am|2 
 doc/building.dox   |  100 ++
 doc/faqs.dox   |2 
 doc/libinput.doxygen.in|1 
 doc/middle-button-emulation.dox|   34 
 doc/page-hierarchy.dox |2 
 doc/tablet-support.dox |   13 
 doc/test-suite.dox |   21 
 src/evdev-mt-touchpad-buttons.c|  113 +-
 src/evdev-mt-touchpad-edge-scroll.c|   24 
 src/evdev-mt-touchpad-gestures.c   |5 
 src/evdev-mt-touchpad-tap.c|   82 +
 src/evdev-mt-touchpad.c|  260 +++--
 src/evdev-mt-touchpad.h|   28 
 src/evdev-tablet-pad.c |1 
 src/evdev-tablet.c |  119 ++
 src/evdev-tablet.h |5 
 src/evdev.c| 1208 +++--
 src/evdev.h|  157 ++-
 src/libinput-private.h |   18 
 src/libinput-uninstalled.pc.in |   10 
 src/libinput-util.c|2 
 src/libinput-util.h|   16 
 src/libinput.c |   36 
 src/libinput.h |  105 +-
 src/libinput.sym   |6 
 test/Makefile.am   |  111 --
 test/device.c  |   95 +
 test/gestures.c|4 
 test/keyboard.c|2 
 test/litest-device-mouse-wheel-click-angle.c   |1 
 test/litest-device-synaptics.c |4 
 test/litest-device-wacom-cintiq-13hdt-finger.c |   10 
 test/litest-device-wacom-cintiq-13hdt-pad.c|3 
 test/litest-device-wacom-cintiq-13hdt-pen.c|   10 
 test/litest-device-wacom-hid4800-pen.c |  119 ++
 test/litest-device-wacom-intuos-finger.c   |   10 
 test/litest-device-wacom-intuos-tablet.c   |   10 
 test/litest-device-wacom-intuos5-pad.c |1 
 test/litest.c  |  592 +++-
 test/litest.h  |   46 
 test/log.c |4 
 test/misc.c|6 
 test/pad.c |2 
 test/path.c|   14 
 test/pointer.c |   13 
 test/tablet.c  |  455 +
 test/touch.c   |2 
 test/touchpad-buttons.c|2 
 test/touchpad-tap.c|  302 --
 test/touchpad.c|  494 ++
 test/trackball.c   |2 
 test/trackpoint.c  |  100 ++
 test/udev.c|   14 
 tools/event-debug.c|   12 
 tools/shared.c |   21 
 tools/shared.h |1 
 udev/90-libinput-model-quirks.hwdb |   15 
 udev/Makefile.am   |9 
 udev/libinput-device-group.c   |   64 +
 64 files changed, 3759 insertions(+), 1215 deletions(-)

New commits:
commit 4aea012804dcca2ca929fe978e50e94bff128b7a
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 11:45:05 2016 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index c5684b2..2377954 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libinput (1.5.0-1) UNRELEASED; urgency=medium
+libinput (1.5.0-1) unstable; urgency=medium
 
   * New upstream release.
   * debian/libinput10.symbols: add new symbols.
 
- -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 11:31:33 +0200
+ -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 11:45:02 +0200
 
 libinput (1.4.1-1) unstable; urgency=medium
 

commit 5d0aee3e12177f0495720f50581cfec0c30f9fd3
Author: Emilio Pozuelo Monfort 
Date:   Wed Sep 14 11:38:48 2016 +0200

Update for new symbols

diff --git a/debian/changelog b/debian/changelog
index 61dcbae..c5684b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libinput (1.5.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/libinput10.symbols: add new symbols.
 
  -- Emilio Pozuelo Monfort   Wed, 14 Sep 2016 11:31:33 +0200
 
diff --git a/debian/libinput10.symbols b/debian/libinput10.symbols
index ad94e70..f98607e 100644
--- a/debian/libinput10.symbols
+++ b/debian/lib

Processing of libinput_1.5.0-1_source.changes

2016-09-14 Thread Debian FTP Masters
libinput_1.5.0-1_source.changes uploaded successfully to localhost
along with the files:
  libinput_1.5.0-1.dsc
  libinput_1.5.0.orig.tar.xz
  libinput_1.5.0-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)