weston: Changes to 'debian-experimental'

2016-12-07 Thread Emilio Pozuelo Monfort
 configure.ac |   10 -
 debian/changelog |   11 +
 debian/compat|2 
 debian/control   |   44 +-
 debian/libweston-1-0.install |9 +
 debian/libweston-1-0.symbols |  275 +++
 debian/libweston-1-dev.install   |5 
 debian/rules |7 
 debian/weston.install|   14 -
 libweston-desktop/wl-shell.c |4 
 libweston-desktop/xdg-shell-v5.c |8 -
 libweston-desktop/xdg-shell-v6.c |8 -
 12 files changed, 361 insertions(+), 36 deletions(-)

New commits:
commit d40b415af03171b32af316c3311eb48ff08d816e
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 19:17:50 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 9ce2f03..4cbf530 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-weston (1.12.0-1) UNRELEASED; urgency=medium
+weston (1.12.0-1) unstable; urgency=medium
 
   * New upstream release. Closes: #841735.
   * Ship the shared libraries in libweston-1-0 and libweston-1-dev.
@@ -7,7 +7,7 @@ weston (1.12.0-1) UNRELEASED; urgency=medium
   * No need to pass --destdir=debian/tmp to dh_auto_install now that we
 have multiple binary packages.
 
- -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:38:19 +0100
+ -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 19:17:42 +0100
 
 weston (1.11.94-1) experimental; urgency=medium
 

commit 1b04d39217d671b2888149c6c21898e3064ed452
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 19:17:34 2016 +0100

Drop dh_auto_install override

diff --git a/debian/changelog b/debian/changelog
index 4fe8c15..9ce2f03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ weston (1.12.0-1) UNRELEASED; urgency=medium
   * Ship the shared libraries in libweston-1-0 and libweston-1-dev.
   * Bump debhelper compat to 10.
 + debhelper now calls dh-autoreconf automatically.
+  * No need to pass --destdir=debian/tmp to dh_auto_install now that we
+have multiple binary packages.
 
  -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:38:19 +0100
 
diff --git a/debian/rules b/debian/rules
index bacee11..bc4869b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,6 @@ override_dh_auto_test:
# the test suite does not 100% pass in headless mode
dh_auto_test || true
 
-override_dh_auto_install:
-   dh_auto_install --destdir=debian/tmp
-
 override_dh_install:
dh_install --fail-missing -X.la
 

commit 224e0107fb7fa528d788e473187c46472f7cd891
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 19:16:42 2016 +0100

debhelper calls dh-autoreconf by default

diff --git a/debian/changelog b/debian/changelog
index bc92acd..4fe8c15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ weston (1.12.0-1) UNRELEASED; urgency=medium
   * New upstream release. Closes: #841735.
   * Ship the shared libraries in libweston-1-0 and libweston-1-dev.
   * Bump debhelper compat to 10.
++ debhelper now calls dh-autoreconf automatically.
 
  -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:38:19 +0100
 
diff --git a/debian/control b/debian/control
index a4637b0..60cade0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
 Build-Depends:
  debhelper (>= 10),
  quilt,
- dh-autoreconf,
  pkg-config,
  libpixman-1-dev (>= 0.25.2),
  libpng-dev,
diff --git a/debian/rules b/debian/rules
index f8726bf..bacee11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_fixperms:
dh_fixperms -Xusr/bin/weston-launch
 
 %:
-   dh $@ --with quilt,autoreconf
+   dh $@ --with quilt
 
 # For maintainer use only, generate a tarball:
 gentarball: SOURCE=$(shell dpkg-parsechangelog|awk '/^Source:/ {print $$2}')

commit 789cbb73bae8f256e01019cc809daca26b6a31f2
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 19:15:57 2016 +0100

Bump debhelper compat to 10

diff --git a/debian/changelog b/debian/changelog
index 6c8c989..bc92acd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ weston (1.12.0-1) UNRELEASED; urgency=medium
 
   * New upstream release. Closes: #841735.
   * Ship the shared libraries in libweston-1-0 and libweston-1-dev.
+  * Bump debhelper compat to 10.
 
  -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:38:19 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d75d281..a4637b0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Héctor Orón Martínez ,
  Emilio Pozuelo Monfort ,
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  quilt,
  dh-autoreconf,
  pkg-config,

commit 

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,
+  

weston: Changes to 'debian-experimental'

2016-08-18 Thread Hector Oron
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 721e016f374ced0e1a23b3a9ddbe716486cb2a61
Author: Héctor Orón Martínez 
Date:   Thu Aug 18 18:19:47 2016 +0200

Release experimental Debian version weston-1.11.91-1

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index 9a6372f..c7ac90e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weston (1.11.91-1) experimental; urgency=medium
+
+  * New upstream pre-release.
+
+ -- Héctor Orón Martínez   Thu, 18 Aug 2016 16:36:44 +0200
+
 weston (1.11.0-1) unstable; urgency=medium
 
   * New upstream release



weston: Changes to 'debian-experimental'

2016-08-18 Thread Hector Oron
 .gitignore|1 
 Makefile.am   |  504 +-
 README|  146 
 clients/clickdot.c|1 
 clients/cliptest.c|3 
 clients/confine.c |  531 +++
 clients/desktop-shell.c   |   70 
 clients/dnd.c |1 
 clients/editor.c  |4 
 clients/eventdemo.c   |   50 
 clients/flower.c  |2 
 clients/fullscreen.c  |7 
 clients/ivi-shell-user-interface.c|   43 
 clients/keyboard.c|   44 
 clients/multi-resource.c  |   26 
 clients/nested-client.c   |1 
 clients/nested.c  |   14 
 clients/presentation-shm.c|   75 
 clients/resizor.c |  159 
 clients/scaler.c  |   46 
 clients/screenshot.c  |   16 
 clients/simple-damage.c   |  130 
 clients/simple-dmabuf-intel.c |  123 
 clients/simple-dmabuf-v4l.c   |  126 
 clients/simple-egl.c  |  124 
 clients/simple-shm.c  |  108 
 clients/simple-touch.c|3 
 clients/smoke.c   |2 
 clients/stacking.c|1 
 clients/subsurfaces.c |4 
 clients/terminal.c|   75 
 clients/weston-info.c |   55 
 clients/weston-simple-im.c|9 
 clients/window.c  |  688 +++-
 clients/window.h  |   78 
 compositor/cms-colord.c   |  567 +++
 compositor/cms-helper.c   |  136 
 compositor/cms-helper.h   |   75 
 compositor/cms-static.c   |  119 
 compositor/main.c | 1791 ++
 compositor/screen-share.c | 1129 ++
 compositor/systemd-notify.c   |  165 
 compositor/text-backend.c | 1085 ++
 compositor/weston-screenshooter.c |  192 +
 compositor/weston.desktop |5 
 compositor/weston.h   |   73 
 compositor/weston.pc.in   |   12 
 compositor/xwayland.c |  209 +
 configure.ac  |  212 -
 data/COPYING  |   18 
 data/icon_editor.png  |binary
 data/icon_flower.png  |binary
 data/icon_terminal.png|binary
 data/icons.svg| 1012 +
 debian/changelog  |   12 
 debian/control|   12 
 debian/weston.install |   23 
 desktop-shell/exposay.c   |   14 
 desktop-shell/input-panel.c   |   19 
 desktop-shell/shell.c | 3206 --
 desktop-shell/shell.h |   16 
 fullscreen-shell/fullscreen-shell.c   |  117 
 ivi-shell/hmi-controller.c|  221 -
 ivi-shell/input-panel-ivi.c   |   27 
 ivi-shell/ivi-layout-export.h |  368 --
 ivi-shell/ivi-layout-private.h|   72 
 ivi-shell/ivi-layout-shell.h  |   60 
 ivi-shell/ivi-layout-transition.c |   45 
 ivi-shell/ivi-layout.c| 1324 +--
 ivi-shell/ivi-shell.c |  109 
 ivi-shell/ivi-shell.h |   15 
 libweston-desktop/client.c|  212 +
 libweston-desktop/internal.h  |  236 +
 libweston-desktop/libweston-desktop.c |  244 +
 libweston-desktop/libweston-desktop.h |  166 
 libweston-desktop/libweston-desktop.pc.in |   11 
 libweston-desktop/seat.c  |  368 ++
 libweston-desktop/surface.c   |  810 
 libweston-desktop/wl-shell.c  |  466 ++
 libweston-desktop/xdg-shell-v5.c  |  798 
 libweston-desktop/xdg-shell-v6.c  | 1237 +++
 libweston-desktop/xwayland.c  |  377 ++
 libweston/animation.c |  502 ++
 libweston/bindings.c  |  580 +++
 libweston/clipboard.c |  307 +
 libweston/compositor-drm.c| 3285 +++
 libweston/compositor-drm.h|  138 
 libweston/compositor-fbdev.c  |  784 
 libweston/compositor-fbdev.h  |   63 
 libweston/compositor-headless.c   |  274 +
 libweston/compositor-headless.h   |   56 
 libweston/compositor-rdp.c| 1346 +++
 libweston/compositor-rdp.h|   54 
 libweston/compositor-wayland.c| 2361 +
 libweston/compositor-wayland.h|   63 
 

weston: Changes to 'debian-experimental'

2016-02-08 Thread Hector Oron
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9d30b98327f72f66cf6c62ddf150de6c1487b2a4
Author: Héctor Orón Martínez 
Date:   Mon Feb 8 16:25:27 2016 +0100

Release Debian version weston-1.9.92-1

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index 64bcb14..1458028 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-weston (1.9.92-1) UNRELEASED; urgency=medium
+weston (1.9.92-1) experimental; urgency=medium
 
   * New upstream release
   * d/control: build depend on wayland-protocols



weston: Changes to 'debian-experimental'

2016-02-08 Thread Hector Oron
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 7314d2e4df77816d9ca71b0299f638aad49d2ad2
Author: Héctor Orón Martínez 
Date:   Tue Feb 9 00:01:59 2016 +0100

Release Debian version weston-1.9.92-2

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index 5bc9dcf..8035fd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-weston (1.9.92-2) UNRELEASED; urgency=medium
+weston (1.9.92-2) experimental; urgency=medium
 
   * d/control: tighten build depend libwayland-dev versioning.
 
- -- Héctor Orón Martínez   Mon, 08 Feb 2016 23:57:24 +0100
+ -- Héctor Orón Martínez   Tue, 09 Feb 2016 00:00:10 +0100
 
 weston (1.9.92-1) experimental; urgency=medium
 

commit 666fe910aefc8815f4f1470e49cac9e250c07588
Author: Héctor Orón Martínez 
Date:   Mon Feb 8 23:58:36 2016 +0100

d/control: tighten build depend libwayland-dev versioning.

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index 1458028..5bc9dcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weston (1.9.92-2) UNRELEASED; urgency=medium
+
+  * d/control: tighten build depend libwayland-dev versioning.
+
+ -- Héctor Orón Martínez   Mon, 08 Feb 2016 23:57:24 +0100
+
 weston (1.9.92-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index d16a95b..dee861d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
  libegl1-mesa-dev (>= 9.0~),
  libegl1-mesa-drivers (>= 9.0~),
  libgles2-mesa-dev (>= 9.0~),
- libwayland-dev (>= 1.9.0),
+ libwayland-dev (>= 1.9.91),
  libxcb1-dev,
  libxcb-composite0-dev,
  libxcb-xfixes0-dev,



weston: Changes to 'debian-experimental'

2016-02-07 Thread Hector Oron
 .gitignore  |   15 
 COPYING |   44 
 Makefile.am |  682 +--
 README  |  149 +
 clients/calibrator.c|   38 
 clients/clickdot.c  |   34 
 clients/cliptest.c  |   33 
 clients/desktop-shell.c |  164 -
 clients/dnd.c   |  209 +-
 clients/editor.c|  326 ++-
 clients/eventdemo.c |   99 -
 clients/flower.c|   39 
 clients/fullscreen.c|   97 -
 clients/gears.c |   37 
 clients/glmatrix.c  | 1062 
 clients/image.c |   39 
 clients/ivi-shell-user-interface.c  |   89 -
 clients/keyboard.c  |  221 +-
 clients/matrix3.xpm |  692 ---
 clients/multi-resource.c|   35 
 clients/nested-client.c |   46 
 clients/nested.c|   38 
 clients/presentation-shm.c  |   96 -
 clients/resizor.c   |   33 
 clients/scaler.c|   33 
 clients/screenshot.c|   56 
 clients/simple-damage.c |  178 +-
 clients/simple-dmabuf-intel.c   |  588 ++
 clients/simple-dmabuf-v4l.c |  944 ++
 clients/simple-egl.c|   50 
 clients/simple-shm.c|   57 
 clients/simple-touch.c  |   38 
 clients/smoke.c |   35 
 clients/stacking.c  |   38 
 clients/subsurfaces.c   |   51 
 clients/terminal.c  |  163 +
 clients/transformed.c   |   37 
 clients/weston-info.c   |   74 
 clients/weston-simple-im.c  |  163 -
 clients/window.c|  556 --
 clients/window.h|   89 -
 clients/wscreensaver-glue.c |  148 -
 clients/wscreensaver-glue.h |  120 -
 clients/wscreensaver.c  |  348 ---
 clients/wscreensaver.h  |   63 
 configure.ac|  172 +
 data/wayland.svg|   36 
 debian/changelog|   54 
 debian/control  |9 
 debian/watch|2 
 desktop-shell/exposay.c |  109 -
 desktop-shell/input-panel.c |   58 
 desktop-shell/shell.c   | 1506 -
 desktop-shell/shell.h   |   54 
 doc/doxygen/devtools.dox|   51 
 doc/doxygen/tooldev.doxygen.in  |   12 
 doc/doxygen/tools.dox   |   31 
 doc/doxygen/tools.doxygen.in|   11 
 doc/doxygen/tools_arch_new.gv   |   85 
 doc/doxygen/tools_arch_old.gv   |   53 
 fullscreen-shell/fullscreen-shell.c |  141 -
 ivi-shell/README|2 
 ivi-shell/hmi-controller.c  |  746 +---
 ivi-shell/input-panel-ivi.c |   57 
 ivi-shell/ivi-layout-export.h   |   72 
 ivi-shell/ivi-layout-private.h  |   52 
 ivi-shell/ivi-layout-transition.c   |   87 
 ivi-shell/ivi-layout.c  | 1386 +++
 ivi-shell/ivi-shell.c   |  234 +-
 ivi-shell/ivi-shell.h   |   37 
 ivi-shell/weston.ini.in |   43 
 man/weston.ini.man  |   50 
 man/weston.man  |   52 
 notes.txt   |   10 
 protocol/desktop-shell.xml  |  138 -
 protocol/fullscreen-shell.xml   |  206 --
 protocol/input-method.xml   |  273 ---
 protocol/ivi-application.xml|   35 
 protocol/ivi-hmi-controller.xml |   33 
 protocol/presentation_timing.xml|   38 
 protocol/scaler.xml |   38 
 protocol/screenshooter.xml  |   12 
 protocol/text.xml   |  346 ---
 protocol/wayland-test.xml   |   62 
 protocol/weston-desktop-shell.xml   |  135 +
 

weston: Changes to 'debian-experimental'

2016-02-07 Thread Hector Oron
 debian/changelog |4 
 debian/control   |1 +
 2 files changed, 5 insertions(+)

New commits:
commit 3c381dc8993f1cf00932497c663e3eb4c866f61d
Author: Héctor Orón Martínez 
Date:   Mon Feb 8 00:47:09 2016 +0100

add missing changelog entries

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index dfb939e..64bcb14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ weston (1.9.92-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * d/control: build depend on wayland-protocols
+  * d/watch: update https url
+  * d/p/0001-Add-suport-for-new-libsystemd.patch: drop
+- merged upstream.
 
  -- Héctor Orón Martínez   Sun, 07 Feb 2016 21:22:32 +0100
 

commit c774f988b9fd963bf4f3b2590ae7d6e34a0cd68e
Author: Héctor Orón Martínez 
Date:   Mon Feb 8 00:44:45 2016 +0100

d/control: build depend on wayland-protocols

Signed-off-by: Héctor Orón Martínez 

diff --git a/debian/changelog b/debian/changelog
index e2234cb..dfb939e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 weston (1.9.92-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * d/control: build depend on wayland-protocols
 
  -- Héctor Orón Martínez   Sun, 07 Feb 2016 21:22:32 +0100
 
diff --git a/debian/control b/debian/control
index f48be92..d16a95b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,7 @@ Build-Depends:
  libvpx-dev,
  libsystemd-dev,
  libinput-dev (>= 0.8.0),
+ wayland-protocols,
 Standards-Version: 3.9.6
 Homepage: http://wayland.freedesktop.org/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/weston



weston: Changes to 'debian-experimental'

2015-02-19 Thread Timo Aaltonen
 Makefile.am   |3 +--
 configure.ac  |   10 +-
 debian/changelog  |3 ++-
 debian/weston.install |4 
 releasing.txt |   19 +--
 src/input.c   |9 +++--
 src/weston-egl-ext.h  |   28 +++-
 tests/weston-test.c   |1 +
 8 files changed, 56 insertions(+), 21 deletions(-)

New commits:
commit 6127cfdc80ede303cb6e3ca7e15aeede47d0d07a
Author: Timo Aaltonen tjaal...@debian.org
Date:   Thu Feb 19 10:14:44 2015 +0200

install: Add new files.

diff --git a/debian/changelog b/debian/changelog
index 82b13c0..d79baa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-weston (1.6.93-1) UNRELEASED; urgency=medium
+weston (1.7.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * control: Bump libinput and libwayland-dev build-deps.
+  * install: Add new files.
 
  -- Timo Aaltonen tjaal...@debian.org  Tue, 10 Feb 2015 19:47:34 +0200
 
diff --git a/debian/weston.install b/debian/weston.install
index 2d2ba53..5be404e 100644
--- a/debian/weston.install
+++ b/debian/weston.install
@@ -6,6 +6,7 @@ usr/bin/weston-terminal
 usr/include/weston
 usr/lib/weston/weston-desktop-shell
 usr/lib/weston/weston-keyboard
+usr/lib/weston/weston-ivi-shell-user-interface
 usr/lib/weston/weston-screenshooter
 usr/lib/weston/weston-simple-im
 usr/lib/*/pkgconfig/weston.pc
@@ -17,12 +18,15 @@ usr/lib/*/weston/fbdev-backend.so
 usr/lib/*/weston/fullscreen-shell.so
 usr/lib/*/weston/gl-renderer.so
 usr/lib/*/weston/headless-backend.so
+usr/lib/*/weston/hmi-controller.so
+usr/lib/*/weston/ivi-shell.so
 usr/lib/*/weston/wayland-backend.so
 usr/lib/*/weston/x11-backend.so
 usr/lib/*/weston/xwayland.so
 usr/share/man/man1/weston.1
 usr/share/man/man5/weston.ini.5
 usr/share/man/man7/weston-drm.7
+usr/share/wayland-sessions/weston.desktop
 usr/share/weston
 
 # Clients

commit dbd8606a2a9425605102db9e722289934ab7b8b4
Author: Bryce Harrington br...@osg.samsung.com
Date:   Fri Feb 13 20:47:09 2015 -0800

configure.ac: bump to version 1.7.0 for release

diff --git a/configure.ac b/configure.ac
index e5f395f..b722441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([weston_major_version], [1])
-m4_define([weston_minor_version], [6])
-m4_define([weston_micro_version], [93])
+m4_define([weston_minor_version], [7])
+m4_define([weston_micro_version], [0])
 m4_define([weston_version],
   [weston_major_version.weston_minor_version.weston_micro_version])
 
@@ -59,7 +59,7 @@ AC_CHECK_HEADERS([execinfo.h])
 
 AC_CHECK_FUNCS([mkostemp strchrnul initgroups posix_fallocate])
 
-COMPOSITOR_MODULES=wayland-server = 1.6.93 pixman-1 = 0.25.2
+COMPOSITOR_MODULES=wayland-server = 1.7.0 pixman-1 = 0.25.2
 
 AC_ARG_ENABLE(egl, [  --disable-egl],,
   enable_egl=yes)
@@ -292,7 +292,7 @@ AC_SUBST(JPEG_LIBS)
 
 PKG_CHECK_MODULES(CAIRO, [cairo])
 
-PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client = 1.6.93])
+PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client = 1.7.0])
 
 AC_ARG_ENABLE(simple-clients,
   AS_HELP_STRING([--disable-simple-clients],

commit 8a88cec7d4f01ea0698f3a4f19ae266d1526a13a
Author: Bryce Harrington br...@osg.samsung.com
Date:   Fri Feb 13 20:46:41 2015 -0800

releasing: Note that Xwayland installation required only for Weston releases

diff --git a/releasing.txt b/releasing.txt
index 4ea210b..8188ddf 100644
--- a/releasing.txt
+++ b/releasing.txt
@@ -15,10 +15,10 @@ To make a release of Weston and/or Wayland, follow these 
steps.
   $ git commit configure.ac -m configure.ac: bump to version x.y.z for 
the xxx release
   $ git push
 
-  2.  Install Xwayland, either from your distro or manually (see
-  http://wayland.freedesktop.org/building.html).  If you install it
-  to a location other than /usr/bin/Xwayland, specify this in the
-  following env var:
+  2.  For Weston releases, install Xwayland, either from your distro or
+  manually (see http://wayland.freedesktop.org/building.html).  If
+  you install it to a location other than /usr/bin/Xwayland, specify
+  this in the following env var:
 
   export 
DISTCHECK_CONFIGURE_FLAGS=--with-xserver-path=your-Xwayland-path
 

commit ad1218ffe6968faa94bc261c9cc71f030e2ba205
Author: Daniel Stone dani...@collabora.com
Date:   Wed Feb 11 18:15:18 2015 +

weston-egl-ext: Define EGL tokens harder for old Mesa

Older versions of Mesa provided header definitions for the
EGL_WL_bind_wayland_display extension, but an earlier version of the
extension which only provided the (un)bind entrypoints, and not
QueryWaylandBuffer. Detect this half-provision and make sure we export
the QueryWaylandBuffer definitions as well.

Fixes build failure with EGL on Ubuntu 12.04.

Signed-off-by: Daniel Stone dani...@collabora.com
Reviewed-by: Bryce Harrington br...@osg.samsung.com
Reviewed-by: Pekka Paalanen ppaala...@gmail.com

diff --git 

weston: Changes to 'debian-experimental'

2015-02-10 Thread Timo Aaltonen
 .gitignore  |   14 
 Makefile.am |  158 +
 clients/editor.c|   12 
 clients/ivi-shell-user-interface.c  | 1310 +++
 clients/presentation-shm.c  |  870 ++
 clients/simple-egl.c|   95 +
 clients/simple-shm.c|   82 
 clients/subsurfaces.c   |3 
 clients/weston-info.c   |   81 
 clients/window.c|  109 +
 configure.ac|   34 
 data/COPYING|   28 
 data/background.png |binary
 data/fullscreen.png |binary
 data/home.png   |binary
 data/icon_ivi_clickdot.png  |binary
 data/icon_ivi_flower.png|binary
 data/icon_ivi_simple-egl.png|binary
 data/icon_ivi_simple-shm.png|binary
 data/icon_ivi_smoke.png |binary
 data/panel.png  |binary
 data/random.png |binary
 data/sidebyside.png |binary
 data/tiling.png |binary
 debian/changelog|7 
 debian/control  |4 
 desktop-shell/input-panel.c |8 
 desktop-shell/shell.c   |  285 ++-
 fullscreen-shell/fullscreen-shell.c |   13 
 ivi-shell/.gitignore|1 
 ivi-shell/README|   79 
 ivi-shell/hmi-controller.c  | 1737 +
 ivi-shell/input-panel-ivi.c |  391 
 ivi-shell/ivi-layout-export.h   |  777 +
 ivi-shell/ivi-layout-private.h  |  226 ++
 ivi-shell/ivi-layout-transition.c   |  859 ++
 ivi-shell/ivi-layout.c  | 2970 
 ivi-shell/ivi-shell.c   |  429 +
 ivi-shell/ivi-shell.h   |   62 
 ivi-shell/weston.ini.in |   96 +
 man/weston.ini.man  |   27 
 protocol/ivi-application.xml|   99 +
 protocol/ivi-hmi-controller.xml |   97 +
 protocol/presentation_timing.xml|  276 +++
 protocol/xdg-shell.xml  |9 
 releasing.txt   |   57 
 shared/cairo-util.c |   12 
 shared/cairo-util.h |   11 
 shared/frame.c  |   49 
 src/bindings.c  |   47 
 src/clipboard.c |5 
 src/cms-colord.c|   22 
 src/cms-helper.c|2 
 src/compositor-drm.c|  162 +
 src/compositor-fbdev.c  |   36 
 src/compositor-headless.c   |   91 -
 src/compositor-rdp.c|   19 
 src/compositor-rpi.c|  110 -
 src/compositor-wayland.c|   37 
 src/compositor-x11.c|   84 -
 src/compositor.c|  703 +++-
 src/compositor.h|   95 -
 src/data-device.c   |   48 
 src/evdev-touchpad.c|  800 -
 src/evdev.c |  755 -
 src/evdev.h |  137 -
 src/filter.c|  337 
 src/filter.h|   66 
 src/gl-renderer.c   |   96 -
 src/input.c |   48 
 src/launcher-util.c |   22 
 src/launcher-util.h |2 
 src/libinput-device.c   |   85 -
 src/logind-util.c   |   94 -
 src/logind-util.h   |4 
 src/pixman-renderer.c   |   11 
 src/rpi-renderer.c  |   20 
 src/screenshooter.c |   35 
 src/text-backend.c  |   38 
 src/timeline-object.h   |   52 
 src/timeline.c  |  294 +++
 src/timeline.h  |   62 
 src/udev-input.h|   34 
 src/udev-seat.c |  417 -
 src/udev-seat.h |   57 
 src/vaapi-recorder.c|4 
 src/weston-launch.c |   11 
 src/weston.desktop  |5 
 tests/bad-buffer-test.c |3 
 tests/buffer-count-test.c   |   10 
 tests/button-test.c |1 
 tests/event-test.c  |2 
 tests/keyboard-test.c   |2 
 tests/presentation-test.c   |  238 ++
 tests/roles-test.c  |  139 +
 tests/setbacklight.c|2 
 tests/subsurface-test.c |2 
 tests/surface-test.c|3 
 tests/text-test.c   |2 
 tests/vertex-clip-test.c|3 
 tests/weston-test-client-helper.c   |   17 
 tests/weston-test-client-helper.h   |   13 
 tests/weston-test-runner.c  |   11 
 tests/weston-test-runner.h  |4 
 tests/weston-test.c |2 
 tests/weston-tests-env  |1 
 tests/xwayland-test.c   |  173 --
 

weston: Changes to 'debian-experimental'

2012-08-23 Thread Timo Aaltonen
 debian/changelog  |4 
 debian/control|6 +++---
 debian/rules  |4 
 debian/weston.install |4 
 4 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit d6178f90927d893f75422e6901bbd407575e9a4c
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Aug 23 18:02:41 2012 +0300

control: Bump build-depends on mesa derived components to 9.0~.

diff --git a/debian/changelog b/debian/changelog
index f6bafae..fca49d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * rules: Make the test run failure non-fatal, since it doesn't work
 properly in headless-mode.
   * weston.install: Add new files.
+  * control: Bump build-depends on mesa derived components to 9.0~.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/control b/debian/control
index 5e3aa8c..88d596d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Build-Depends:
  libpng-dev,
  libjpeg-dev,
  mesa-common-dev,
- libegl1-mesa-dev (= 8.0-2),
- libegl1-mesa-drivers (= 8.0-2),
- libgles2-mesa-dev (= 8.0-2),
+ libegl1-mesa-dev (= 9.0~),
+ libegl1-mesa-drivers (= 9.0~),
+ libgles2-mesa-dev (= 9.0~),
  libwayland-dev (= 0.85),
  libxcb1-dev,
  libxcb-xfixes0-dev,

commit 697bae158985190d99847a459b5653bd6459da06
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Aug 23 17:50:59 2012 +0300

weston.install: Add new files.

diff --git a/debian/changelog b/debian/changelog
index 3536132..f6bafae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * control: Bump the build-depends on libxkbcommon-dev to (= 0.1.0~2).
   * rules: Make the test run failure non-fatal, since it doesn't work
 properly in headless-mode.
+  * weston.install: Add new files.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/weston.install b/debian/weston.install
index fd01e4b..5f4951b 100644
--- a/debian/weston.install
+++ b/debian/weston.install
@@ -1,13 +1,17 @@
+usr/bin/wcap-decode
 usr/bin/weston
+usr/bin/weston-launch
 usr/bin/weston-terminal
 
 usr/lib/weston/weston-tablet-shell
 usr/lib/weston/weston-desktop-shell
+usr/lib/weston/weston-screenshooter
 
 usr/lib/weston/desktop-shell.so
 usr/lib/weston/drm-backend.so
 usr/lib/weston/tablet-shell.so
 usr/lib/weston/wayland-backend.so
 usr/lib/weston/x11-backend.so
+usr/lib/weston/xwayland.so
 
 usr/share/weston

commit 507139ec1b3e6133d4229b63ade9e7d97bd68994
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Aug 23 17:45:42 2012 +0300

rules: Make the test run failure non-fatal, since it doesn't work properly 
in headless-mode.

diff --git a/debian/changelog b/debian/changelog
index 7484881..3536132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ weston (0.95.0-1) UNRELEASED; urgency=low
 libpam0g-dev, libvpx-dev.
   * Switch to source format 3.0 (quilt) due to xz tarballs.
   * control: Bump the build-depends on libxkbcommon-dev to (= 0.1.0~2).
+  * rules: Make the test run failure non-fatal, since it doesn't work
+properly in headless-mode.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/rules b/debian/rules
index 42a3fef..81af3c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 override_dh_auto_configure:
dh_auto_configure -- --disable-setuid-install
 
+override_dh_auto_test:
+   # the test suite does not 100% pass in headless mode
+   dh_auto_test || true
+
 override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4dyt-0005bh...@vasks.debian.org



weston: Changes to 'debian-experimental'

2012-08-16 Thread Timo Aaltonen
 .gitignore|3 
 COPYING   |   48 
 Makefile.am   |9 
 README|   19 
 clients/.gitignore|   17 
 clients/Makefile.am   |   80 
 clients/cairo-util.c  |  546 -
 clients/cairo-util.h  |   46 
 clients/clickdot.c|  314 +++
 clients/desktop-shell.c   |  370 +++-
 clients/dnd.c |  189 +-
 clients/editor.c  |  310 +++
 clients/eventdemo.c   |   96 -
 clients/flower.c  |   44 
 clients/gears.c   |   82 
 clients/glmatrix.c|2 
 clients/image.c   |  158 -
 clients/keyboard.c|  213 ++
 clients/resizor.c |  151 +
 clients/screenshot.c  |  174 +
 clients/simple-egl.c  |  184 +-
 clients/simple-shm.c  |  125 +
 clients/simple-touch.c|  150 -
 clients/smoke.c   |   13 
 clients/tablet-shell.c|  362 ++-
 clients/terminal.c|  623 --
 clients/view.c|   46 
 clients/window.c  | 2547 +--
 clients/window.h  |  112 -
 clients/wscreensaver.c|   25 
 clients/wscreensaver.h|4 
 configure.ac  |  142 +
 data/Makefile.am  |   25 
 data/border.png   |binary
 data/icon_window.png  |binary
 data/sign_close.png   |binary
 data/sign_maximize.png|binary
 data/sign_minimize.png|binary
 debian/changelog  |9 
 debian/control|4 
 debian/watch  |3 
 dev/null  |binary
 protocol/Makefile.am  |3 
 protocol/desktop-shell.xml|  100 -
 protocol/screenshooter.xml|2 
 protocol/text-cursor-position.xml |   11 
 protocol/text.xml |   52 
 shared/Makefile.am|   17 
 shared/cairo-util.c   |  474 +
 shared/cairo-util.h   |   87 
 shared/config-parser.c|2 
 shared/config-parser.h|   23 
 shared/image-loader.c |  404 
 shared/option-parser.c|   82 
 shared/os-compatibility.c |  180 +
 shared/os-compatibility.h |   54 
 src/.gitignore|8 
 src/Makefile.am   |  137 +
 src/android-framebuffer.cpp   |   93 +
 src/android-framebuffer.h |   54 
 src/clipboard.c   |  277 +++
 src/compositor-android.c  |  462 +
 src/compositor-drm.c  | 1687 ++
 src/compositor-openwfd.c  |  134 -
 src/compositor-wayland.c  |  684 +--
 src/compositor-x11.c  |  643 ---
 src/compositor.c  | 3460 ++
 src/compositor.h  |  639 +--
 src/evdev-private.h   |  115 +
 src/evdev-touchpad.c  |  538 +
 src/evdev.c   |  634 --
 src/evdev.h   |   15 
 src/filter.c  |  336 +++
 src/filter.h  |   65 
 src/hash.c|  307 ---
 src/hash.h|   49 
 src/image-loader.c|  177 -
 src/launcher-util.c   |  160 +
 src/launcher-util.h   |   35 
 src/libbacklight.c|  307 +++
 src/libbacklight.h|   49 
 src/log.c |  114 +
 src/log.h |   35 
 src/matrix.c  |  250 ++
 src/matrix.h  |   64 
 src/screenshooter.c   |  384 
 src/shell.c   | 3159 +++---
 src/switcher.c|  131 -
 src/tablet-shell.c|  231 +-
 src/text-backend.c|  279 +++
 src/tty.c |  140 +
 src/util.c|  489 +++--
 src/weston-egl-ext.h  |   56 
 src/weston-launch.c   |  644 +++
 src/weston-launch.h   |   46 
 src/xserver-launcher.c| 1762 ---
 src/xwayland/Makefile.am  |   30 
 src/xwayland/hash.c   |  307 +++
 src/xwayland/hash.h   |   49 
 src/xwayland/launcher.c   |  379 
 src/xwayland/selection.c  |  702 +++
 src/xwayland/window-manager.c | 1648 ++
 src/xwayland/xwayland.h   |  154 +
 src/zoom.c|  330 +++
 tests/.gitignore  |4 
 tests/Makefile.am |   40 
 tests/client-test.c   |   71 
 tests/event-test.c|   80 
 tests/matrix-test.c   |  420 
 

weston: Changes to 'debian-experimental'

2012-08-16 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/source/format |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 9033510d6f33a46b44a7f062f4443dd65e4a718a
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Aug 16 21:49:42 2012 +0300

Switch to source format 3.0 (quilt) due to xz tarballs.

diff --git a/debian/changelog b/debian/changelog
index 1f48aa4..33175c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * Add a watch file.
   * control: Add missing build-depends: libmtdev-dev, libxcursor-dev,
 libpam0g-dev, libvpx-dev.
+  * Switch to source format 3.0 (quilt) due to xz tarballs.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t259r-0001vs...@vasks.debian.org



weston: Changes to 'debian-experimental'

2012-08-16 Thread Timo Aaltonen
 autogen.sh|9 -
 debian/changelog  |1 +
 debian/control|2 +-
 protocol/text-cursor-position.xml |   11 ---
 weston.ini|   34 --
 5 files changed, 2 insertions(+), 55 deletions(-)

New commits:
commit 02371f8cc0bfc72ed83df4b8925a9a0de7cc7542
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Fri Aug 17 01:15:59 2012 +0300

remove files not on the tarball

diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 916169a..000
--- a/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-test -n $srcdir || srcdir=`dirname $0`
-test -n $srcdir || srcdir=.
-(
-  cd $srcdir 
-  autoreconf --force -v --install
-) || exit
-test -n $NOCONFIGURE || $srcdir/configure $@
diff --git a/protocol/text-cursor-position.xml 
b/protocol/text-cursor-position.xml
deleted file mode 100644
index 0fbc54e..000
--- a/protocol/text-cursor-position.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-protocol name=text_cursor_position
-
-  interface name=text_cursor_position version=1
-request name=notify
-  arg name=surface type=object interface=wl_surface/
-  arg name=x type=fixed/
-  arg name=y type=fixed/
-/request
-  /interface
-
-/protocol
diff --git a/weston.ini b/weston.ini
deleted file mode 100644
index 3c98e48..000
--- a/weston.ini
+++ /dev/null
@@ -1,34 +0,0 @@
-[shell]
-type=desktop-shell.so
-background-image=/usr/share/backgrounds/gnome/Aqua.jpg
-background-color=0xff002244
-panel-color=0x90ff
-locking=true
-animation=zoom
-#binding-modifier=ctrl
-
-#type=tablet-shell.so
-#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
-#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
-#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
-#animation=fade
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
-path=/usr/bin/gnome-terminal
-
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
-path=/usr/bin/weston-terminal
-
-[launcher]
-icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
-path=/usr/bin/google-chrome
-
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/arts.png
-path=./clients/flower
-
-[screensaver]
-# Uncomment path to disable screensaver
-path=/usr/libexec/weston-screensaver
-duration=600

commit a84fe38c321366c636fe85aba23af38c73f3c119
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Fri Aug 17 01:01:23 2012 +0300

control: Bump the build-depends on libxkbcommon-dev to (= 0.1.0~2).

diff --git a/debian/changelog b/debian/changelog
index 33175c9..7484881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * control: Add missing build-depends: libmtdev-dev, libxcursor-dev,
 libpam0g-dev, libvpx-dev.
   * Switch to source format 3.0 (quilt) due to xz tarballs.
+  * control: Bump the build-depends on libxkbcommon-dev to (= 0.1.0~2).
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/control b/debian/control
index 0626b78..5e3aa8c 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  libx11-dev,
  libudev-dev,
  libgbm-dev,
- libxkbcommon-dev,
+ libxkbcommon-dev (= 0.1.0~2),
  libcairo2-dev,
  libgdk-pixbuf2.0-dev,
  libxcursor-dev,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t28io-qd...@vasks.debian.org



weston: Changes to 'debian-experimental'

2012-02-21 Thread Cyril Brulebois
New branch 'debian-experimental' available with the following commits:
commit 5877c75e8c4ee566386c013717b51b5b06ee70f1
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 23:58:23 2012 +0100

Upload to experimental.

commit d70b88a1bf1e691d77fe44f1c194cf70034ae8c9
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 23:58:16 2012 +0100

Bump run-time dependencies.

commit 28bd6581062a91080798ac27820ba6a724cd55e2
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 23:26:22 2012 +0100

Restrict to linux-any since wayland isn't as portable as X.

commit 3a9f36e57375b99ef63db4a06aa57c7b6f73b96c
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 23:25:46 2012 +0100

Tiny/toy clients will be shipped in a later upload.

commit 97bf688ffd6c7af8a6fc8185c0db8b065e8cdb72
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 23:25:03 2012 +0100

Fix Build-Depends.

commit 82dc189677018d15b9b2cead39903d2b954585d1
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 22:41:10 2012 +0100

Set Build-Depends.

commit 8c2db4c226ab632e64bbe1d81e1cdbfdefdcac2d
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 21:08:24 2012 +0100

Automatically clean generated PNG files.

commit 0cb0268b6870a73f25a5094e19cc2ec9fbf3e3ca
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 21:06:12 2012 +0100

Add gentarball target.

commit 08ec8c7f35361fb5d9126be43ce7fab9567ca097
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 19:36:11 2012 +0100

Give up on the setuid bit for now.

commit 349a7bca635e0ec97cc56ff23635d9d28caad73a
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 19:25:57 2012 +0100

Be explicit in install file.

commit 08702ca6e55b848ed915ab9a1f5172ed84c0827b
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 19:20:46 2012 +0100

Add README.Debian about the setuid bit for KMS.

commit 6e64ce7142b6b57f7f707c508831fe995fc56506
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 18:52:07 2012 +0100

Add basic packaging.

commit 5f5fb3181e78f3990f872e9cff91dcb0b30e0d46
Author: Cyril Brulebois k...@debian.org
Date:   Tue Feb 21 17:47:47 2012 +0100

Add copyright information.

commit cc3c79553a200c45df07a183e57903a0b1b02ab7
Author: Eric Anholt e...@anholt.net
Date:   Thu Feb 9 08:36:03 2012 -0800

configure: Fix build on debian by avoiding bashisms in the test command.

commit 66b71a9f1bfd694096d7b6cc1856b335628aec93
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Thu Feb 9 11:01:06 2012 -0500

configure: Set release version 0.85.0

commit 1a2dd7cc4f658ad802b506576023b2fd6f92c842
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Thu Feb 9 11:18:16 2012 -0500

Use dist-xz for tarballs

commit 29589e9880279dbb1e9d28fa261ad6802d4f996d
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Thu Feb 9 09:20:44 2012 -0500

Disable setuid install for distcheck

commit d0e6c6715c7f4a9d48f8776c378c5b4065adde14
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Wed Feb 8 16:35:12 2012 -0500

configure: Change project to weston, set version to 0.85

commit 1f6e3164113e3e48122cbc238bd2d993a37840b6
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Wed Feb 8 14:47:53 2012 -0500

smoke: Use normal window resize mechanism

commit 7ff7838a55092bf4c7adc8b77ce8bf6abd52032e
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Wed Feb 8 14:45:02 2012 -0500

window: Don't set the window size in widget_set_size()

We propagate the toplevel widget size to the window size in the
window.c resize code.

commit fd143aa2f6f26513249d0628d0e953b9ef26fa8c
Author: Juan Zhao juan.j.z...@linux.intel.com
Date:   Thu Feb 2 16:02:06 2012 -0800

smoke: fix the segment fault error

Add widget_set_size in the initiate time to allow smoke get the
correct surface later. Or it will report segment fault error because
of the null surface.

Also add resize_handler to not allow resizing just like flower.

Signed-off-by: Juan Zhao juan.j.z...@linux.intel.com

commit 9e3aa72835353381078aec703efd562766189539
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Wed Feb 8 10:11:42 2012 -0500

cairo-util: Only look at first two bytes for jpegs

The next two bytes aren't fixed.

commit d724526db23d1b49d8dc5b1aacb74a54a5ca7a9a
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Fri Feb 3 20:58:19 2012 +1000

terminal: run $SHELL if set

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

commit 097b13ec159641090747866c51a841bc9c997e48
Author: Jesse Barnes jbar...@virtuousgeek.org
Date:   Tue Feb 7 12:42:28 2012 -0800

configure.ac: fix cairo-glesv2 help text

Finally figured out why --enable-cairo-gles2 wasn't working like
configure --help said it should.

commit 8b0f045b04a28e1918dba140d714a2869eb68d92
Author: Pekka Paalanen ppaala...@gmail.com
Date:   Wed Feb 1 11:31:31 2012 +0200

configure: add libpng to client