wayland: Changes to 'debian-unstable'

2017-08-10 Thread Timo Aaltonen
 configure.ac|2 +-
 debian/changelog|7 +++
 debian/libwayland-client0.symbols   |9 -
 debian/libwayland-server0.symbols   |9 -
 doc/Contributing|   13 +
 doc/doxygen/dot/wayland-architecture.gv |   13 +
 doc/doxygen/dot/x-architecture.gv   |   17 -
 src/scanner.c   |4 +---
 src/wayland-server.c|2 --
 src/wayland-util.c  |   18 +-
 tests/connection-test.c |   10 +-
 11 files changed, 49 insertions(+), 55 deletions(-)

New commits:
commit 6c919a92a0238379b148fbd406b6ea32cd64fd96
Author: Timo Aaltonen 
Date:   Thu Aug 10 11:10:09 2017 +0300

release to unstable

diff --git a/debian/changelog b/debian/changelog
index b398b85..790491b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-wayland (1.14.0-1) UNRELEASED; urgency=medium
+wayland (1.14.0-1) unstable; urgency=medium
 
   * New upstream release.
   * libwayland-{client,server}0.symbols: Updated.
 
- -- Timo Aaltonen   Thu, 10 Aug 2017 10:44:33 +0300
+ -- Timo Aaltonen   Thu, 10 Aug 2017 11:09:15 +0300
 
 wayland (1.13.0-1) unstable; urgency=medium
 

commit 16ab6d9e626e93e40e5e32a85f45f08775ca3264
Author: Timo Aaltonen 
Date:   Thu Aug 10 10:57:39 2017 +0300

libwayland-{client,server}0.symbols: Updated.

diff --git a/debian/changelog b/debian/changelog
index a38cb9f..b398b85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wayland (1.14.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * libwayland-{client,server}0.symbols: Updated.
 
  -- Timo Aaltonen   Thu, 10 Aug 2017 10:44:33 +0300
 
diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index 9056985..eebac18 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -39,15 +39,6 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_list_length@Base 1.0.2
  wl_list_remove@Base 1.0.2
  wl_log_set_handler_client@Base 1.0.2
- wl_map_for_each@Base 1.0.2
- wl_map_init@Base 1.0.2
- wl_map_insert_at@Base 1.0.2
- wl_map_insert_new@Base 1.0.2
- wl_map_lookup@Base 1.0.2
- wl_map_lookup_flags@Base 1.2.0
- wl_map_release@Base 1.0.2
- wl_map_remove@Base 1.0.2
- wl_map_reserve_new@Base 1.0.2
  wl_output_interface@Base 1.0.2
  wl_pointer_interface@Base 1.0.2
  wl_proxy_add_dispatcher@Base 1.3.0
diff --git a/debian/libwayland-server0.symbols 
b/debian/libwayland-server0.symbols
index 932dfa2..2272b22 100644
--- a/debian/libwayland-server0.symbols
+++ b/debian/libwayland-server0.symbols
@@ -77,15 +77,6 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_list_length@Base 1.0.2
  wl_list_remove@Base 1.0.2
  wl_log_set_handler_server@Base 1.0.2
- wl_map_for_each@Base 1.0.2
- wl_map_init@Base 1.0.2
- wl_map_insert_at@Base 1.0.2
- wl_map_insert_new@Base 1.0.2
- wl_map_lookup@Base 1.0.2
- wl_map_lookup_flags@Base 1.2.0
- wl_map_release@Base 1.0.2
- wl_map_remove@Base 1.0.2
- wl_map_reserve_new@Base 1.0.2
  wl_output_interface@Base 1.0.2
  wl_pointer_interface@Base 1.0.2
  wl_protocol_logger_destroy@Base 1.11.91

commit 1c0cc8d99c5e89af9ecbaefb9d9fbad0741b7558
Author: Timo Aaltonen 
Date:   Thu Aug 10 10:45:23 2017 +0300

bump the version

diff --git a/debian/changelog b/debian/changelog
index 5df2a6f..a38cb9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.14.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Timo Aaltonen   Thu, 10 Aug 2017 10:44:33 +0300
+
 wayland (1.13.0-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #870566)

commit 989cf03d1ce05d2b2481758e746f7299a1086880
Author: Bryce Harrington 
Date:   Tue Aug 8 11:20:35 2017 -0700

configure.ac: bump to version 1.14.0 for the official release

diff --git a/configure.ac b/configure.ac
index 6739742..8ac54e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
-m4_define([wayland_minor_version], [13])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_minor_version], [14])
+m4_define([wayland_micro_version],  [0])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 269c1434b4f5442a5625b662dd4bef10d2d22910
Author: Bryce Harrington 
Date:   Tue Aug 1 11:12:43 2017 -0700

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

diff --git a/configure.ac b/configure.ac
index d638b07..6739742 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 

wayland: Changes to 'debian-unstable'

2017-08-03 Thread Timo Aaltonen
 .gitignore|1 
 Makefile.am   |   46 
 configure.ac  |4 
 cursor/os-compatibility.c |2 
 debian/changelog  |7 
 debian/libwayland-server0.symbols |3 
 doc/doxygen/Makefile.am   |1 
 doc/doxygen/wayland.doxygen.in|3 
 doc/publican/sources/Client.xml   |2 
 protocol/wayland.xml  |  239 -
 src/connection.c  |2 
 src/dtddata.S |   35 
 src/scanner.c |   71 
 src/wayland-client-uninstalled.pc.in  |3 
 src/wayland-client.c  |2 
 src/wayland-private.h |   24 
 src/wayland-scanner-uninstalled.pc.in |2 
 src/wayland-server-core.h |   31 
 src/wayland-server-uninstalled.pc.in  |3 
 src/wayland-server.c  |  339 +-
 src/wayland-shm.c |2 
 src/wayland-util.c|1 
 src/wayland-util.h|  559 ++-
 tests/array-test.c|   34 
 tests/connection-test.c   |   35 
 tests/data/example-client.h   | 5587 ++
 tests/data/example-code.c |  507 +++
 tests/data/example-server.h   | 4335 ++
 tests/data/example.xml| 2746 
 tests/data/small-client-core.h|  195 +
 tests/data/small-client.h |  195 +
 tests/data/small-code-core.c  |   61 
 tests/data/small-code.c   |   61 
 tests/data/small-server-core.h|  154 
 tests/data/small-server.h |  154 
 tests/data/small.xml  |   58 
 tests/display-test.c  |  140 
 tests/interface-test.c|   50 
 tests/message-test.c  |   39 
 tests/newsignal-test.c|  337 ++
 tests/scanner-test.sh |   51 
 tests/test-runner.c   |3 
 42 files changed, 15841 insertions(+), 283 deletions(-)

New commits:
commit 7eb795ae271fc3618414787ca0203b23754a78fb
Author: Timo Aaltonen 
Date:   Thu Aug 3 11:25:43 2017 +0300

release to unstable

diff --git a/debian/changelog b/debian/changelog
index dd3a883..5df2a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-wayland (1.13.0-1) UNRELEASED; urgency=medium
+wayland (1.13.0-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #870566)
   * libwayland-server0.symbols: Updated.
 
- -- Timo Aaltonen   Thu, 03 Aug 2017 10:50:40 +0300
+ -- Timo Aaltonen   Thu, 03 Aug 2017 11:25:29 +0300
 
 wayland (1.12.0-1) unstable; urgency=medium
 

commit de130bdbf8a605241786bac1974f604ccef5b67c
Author: Timo Aaltonen 
Date:   Thu Aug 3 11:21:40 2017 +0300

libwayland-server0.symbols: Updated.

diff --git a/debian/changelog b/debian/changelog
index 7dfc486..dd3a883 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wayland (1.13.0-1) UNRELEASED; urgency=medium
 
   * New upstream release. (Closes: #870566)
+  * libwayland-server0.symbols: Updated.
 
  -- Timo Aaltonen   Thu, 03 Aug 2017 10:50:40 +0300
 
diff --git a/debian/libwayland-server0.symbols 
b/debian/libwayland-server0.symbols
index 7187d58..932dfa2 100644
--- a/debian/libwayland-server0.symbols
+++ b/debian/libwayland-server0.symbols
@@ -48,6 +48,7 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_display_next_serial@Base 1.0.2
  wl_display_remove_global@Base 1.0.2
  wl_display_run@Base 1.0.2
+ wl_display_set_global_filter@Base 1.13.0
  wl_display_terminate@Base 1.0.2
  wl_event_loop_add_destroy_listener@Base 1.0.4
  wl_event_loop_add_fd@Base 1.0.2
@@ -66,6 +67,8 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_event_source_timer_update@Base 1.0.2
  wl_global_create@Base 1.2.0
  wl_global_destroy@Base 1.2.0
+ wl_global_get_interface@Base 1.13.0
+ wl_global_get_user_data@Base 1.13.0
  wl_keyboard_interface@Base 1.0.2
  wl_list_empty@Base 1.0.2
  wl_list_init@Base 1.0.2

commit 2d6fad29e42cdf4070e549f08faef0d53e3e2acf
Author: Timo Aaltonen 
Date:   Thu Aug 3 10:53:24 2017 +0300

update the changelog

diff --git a/debian/changelog b/debian/changelog
index 2f84b50..7dfc486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.13.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release. (Closes: #870566)
+
+ -- Timo Aaltonen   Thu, 03 Aug 2017 10:50:40 +0300
+
 wayland (1.12.0-1) unstable; urgency=medium
 
   * New upstream release. Closes: #840752.

commit 1361da9cd5a719b32d978485a29920429a31ed25
Author: Bryce Harrington 
Date:   Tue Feb 21 13:27:16 2017 -0800

configure.ac: bump to version 1.13.0 for the official release

diff --git a/configure.ac 

wayland: Changes to 'debian-unstable'

2016-12-07 Thread Emilio Pozuelo Monfort
 Makefile.am   |8 
 configure.ac  |4 
 cursor/cursor-data.h  |2 
 cursor/wayland-cursor.c   |1 
 debian/changelog  |   23 +
 debian/compat |2 
 debian/control|   11 
 debian/copyright  |2 
 debian/libwayland-server0.symbols |9 
 debian/rules  |4 
 debian/upstream/signing-key.asc   |   44 +++
 debian/watch  |5 
 doc/publican/doxygen-to-publican.xsl  |2 
 doc/publican/sources/Book_Info.xml|2 
 protocol/wayland.xml  |  401 ++
 src/event-loop.c  |   12 -
 src/scanner.c |   36 ++-
 src/wayland-client-core.h |3 
 src/wayland-private.h |4 
 src/wayland-server-core.h |  115 +++--
 src/wayland-server.c  |  281 +++
 src/wayland-server.h  |3 
 src/wayland-shm.c |2 
 src/wayland-util.c|   53 ++--
 src/wayland-util.h|   11 
 tests/compositor-introspection-test.c |  172 ++
 tests/connection-test.c   |1 
 tests/display-test.c  |2 
 tests/event-loop-test.c   |1 
 tests/exec-fd-leak-checker.c  |2 
 tests/list-test.c |   13 +
 tests/map-test.c  |1 
 tests/os-wrappers-test.c  |1 
 tests/protocol-logger-test.c  |  148 
 tests/queue-test.c|1 
 tests/resources-test.c|1 
 tests/test-compositor.c   |1 
 tests/test-compositor.h   |1 
 38 files changed, 1104 insertions(+), 281 deletions(-)

New commits:
commit 73d18803b682ba0c9675ab57ab343296b5465dab
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 18:55:12 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 0337676..2f84b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland (1.12.0-1) UNRELEASED; urgency=medium
+wayland (1.12.0-1) unstable; urgency=medium
 
   * New upstream release. Closes: #840752.
   * Update various links to https.
@@ -6,7 +6,7 @@ wayland (1.12.0-1) UNRELEASED; urgency=medium
   * Bump debhelper compat to 10.
 + debhelper now calls dh-autoreconf by default.
 
- -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:34:30 +0100
+ -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 18:54:57 +0100
 
 wayland (1.11.94-1) experimental; urgency=medium
 

commit a0a2018f7462ccf4720175f390411499465d9a0a
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 18:44:45 2016 +0100

Let debhelper call dh-autoreconf

diff --git a/debian/changelog b/debian/changelog
index e9d313a..0337676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ wayland (1.12.0-1) UNRELEASED; urgency=medium
   * Update various links to https.
   * Verify upstream tarball signatures. Thanks Hideki Yamane.
   * Bump debhelper compat to 10.
++ debhelper now calls dh-autoreconf by default.
 
  -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:34:30 +0100
 
diff --git a/debian/control b/debian/control
index 73e32c0..1cd1caa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders: Emilio Pozuelo Monfort ,
 Build-Depends:
  debhelper (>= 10),
  quilt,
- dh-autoreconf,
  pkg-config,
  libexpat1-dev,
  libffi-dev,
diff --git a/debian/rules b/debian/rules
index ebaa814..6508a4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_test:
dh_auto_test || true
 
 %:
-   dh $@ --with quilt,autoreconf --builddirectory=build/
+   dh $@ --with quilt --builddirectory=build/
 
 # For maintainer use only, generate a tarball:
 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 
's/-.*$$//')

commit 69b9630022a8291d43d693a2c9072492dd5eb8d7
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 18:44:08 2016 +0100

Bump debhelper compat to 10

diff --git a/debian/changelog b/debian/changelog
index 978ac90..e9d313a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ wayland (1.12.0-1) UNRELEASED; urgency=medium
   * New upstream release. Closes: #840752.
   * Update various links to https.
   * Verify upstream tarball signatures. Thanks Hideki Yamane.
+  * Bump debhelper compat to 10.
 
  -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 17:34:30 +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 e32d627..73e32c0 100644

wayland: Changes to 'debian-unstable'

2016-06-06 Thread Hector Oron
 debian/changelog |7 +++
 debian/control   |3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 006774da53fa2cff7c3569d095b08c365543
Author: Héctor Orón Martínez 
Date:   Mon Jun 6 11:33:03 2016 +0200

Release Debian version wayland-1.11.0-2

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

diff --git a/debian/changelog b/debian/changelog
index 825436b..6d0a5a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wayland (1.11.0-2) unstable; urgency=medium
+
+  * d/control: libwayland-dev depends on libwayland-bin
+  * d/control: libwayland-bin replaces libwayland-dev
+
+ -- Héctor Orón Martínez   Mon, 06 Jun 2016 11:28:46 +0200
+
 wayland (1.11.0-1) unstable; urgency=medium
 
   * New upstream release

commit d597d1e74ff08e13629971610a3d33c25d303e8e
Author: Héctor Orón Martínez 
Date:   Mon Jun 6 11:28:03 2016 +0200

d/control: libwayland-bin replaces -dev

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

diff --git a/debian/control b/debian/control
index 75b4f80..4209fe7 100644
--- a/debian/control
+++ b/debian/control
@@ -137,6 +137,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
 Conflicts: libwayland-dev (<< 1.11.0-1)
+Replaces: libwayland-dev (<< 1.11.0-1)
 Multi-Arch: foreign
 Description: wayland compositor infrastructure - binary utilities
  Wayland is a protocol for a compositor to talk to its clients as well

commit 6826e2a4697492ccf6bef6dba7c189f2d2000e03
Author: Héctor Orón Martínez 
Date:   Mon Jun 6 11:26:43 2016 +0200

d/control: libwayland-dev depends on libwayland-bin

libwayland-dev depends on libwayland-bin, no the other way around.

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

diff --git a/debian/control b/debian/control
index 9bf0b2d..75b4f80 100644
--- a/debian/control
+++ b/debian/control
@@ -94,6 +94,7 @@ Depends:
  libwayland-client0 (= ${binary:Version}),
  libwayland-server0 (= ${binary:Version}),
  libwayland-cursor0 (= ${binary:Version}),
+ libwayland-bin (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
 Multi-Arch: same
@@ -135,7 +136,6 @@ Priority: extra
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libwayland-dev
 Conflicts: libwayland-dev (<< 1.11.0-1)
 Multi-Arch: foreign
 Description: wayland compositor infrastructure - binary utilities



wayland: Changes to 'debian-unstable'

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

New commits:
commit be3d130669dbd55efb29db95a0a4e59d55fc3cb9
Author: Héctor Orón Martínez 
Date:   Thu Jun 2 11:48:08 2016 +0200

Release Debian version wayland-1.11.0-1

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

diff --git a/debian/changelog b/debian/changelog
index 9861136..825436b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland (1.11.0-1) UNRELEASED; urgency=medium
+wayland (1.11.0-1) unstable; urgency=medium
 
   * New upstream release
   * d/control: make libwayland-dev multiarch aware
@@ -6,7 +6,7 @@ wayland (1.11.0-1) UNRELEASED; urgency=medium
 (Closes: #739400)
   * d/libwayland-client0.symbols: update with new symbols
 
- -- Héctor Orón Martínez   Thu, 02 Jun 2016 11:30:33 +0200
+ -- Héctor Orón Martínez   Thu, 02 Jun 2016 11:37:00 +0200
 
 wayland (1.10.0-2) unstable; urgency=medium
 

commit 00f148e2f72cb85791bc9a984507b421f898d93c
Author: Héctor Orón Martínez 
Date:   Thu Jun 2 11:43:13 2016 +0200

d/control: libwayland-bin conflict on the old libwaylan-dev

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

diff --git a/debian/control b/debian/control
index 039f1db..9bf0b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -136,6 +136,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  libwayland-dev
+Conflicts: libwayland-dev (<< 1.11.0-1)
 Multi-Arch: foreign
 Description: wayland compositor infrastructure - binary utilities
  Wayland is a protocol for a compositor to talk to its clients as well



wayland: Changes to 'debian-unstable'

2016-06-02 Thread Hector Oron
 debian/changelog  |   10 ++
 debian/libwayland-client0.symbols |2 ++
 2 files changed, 12 insertions(+)

New commits:
commit 4f3c2d41ef00286402e8217b5385ad4342dc316c
Author: Héctor Orón Martínez 
Date:   Thu Jun 2 11:36:40 2016 +0200

d/libwayland-client0.symbols: update with new symbols

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

diff --git a/debian/changelog b/debian/changelog
index 9f6097b..9861136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ wayland (1.11.0-1) UNRELEASED; urgency=medium
   * d/control: make libwayland-dev multiarch aware
 - based on a patch from Dima Kogan.
 (Closes: #739400)
+  * d/libwayland-client0.symbols: update with new symbols
 
  -- Héctor Orón Martínez   Thu, 02 Jun 2016 11:30:33 +0200
 
diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index b73f51d..9056985 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -53,6 +53,7 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_proxy_add_dispatcher@Base 1.3.0
  wl_proxy_add_listener@Base 1.0.2
  wl_proxy_create@Base 1.0.2
+ wl_proxy_create_wrapper@Base 1.11.0
  wl_proxy_destroy@Base 1.0.2
  wl_proxy_get_class@Base 1.1.0
  wl_proxy_get_id@Base 1.0.2
@@ -67,6 +68,7 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_proxy_marshal_constructor_versioned@Base 1.9.91
  wl_proxy_set_queue@Base 1.0.2
  wl_proxy_set_user_data@Base 1.0.2
+ wl_proxy_wrapper_destroy@Base 1.11.0
  wl_region_interface@Base 1.0.2
  wl_registry_interface@Base 1.0.2
  wl_seat_interface@Base 1.0.2

commit fd1e8d4f290147857df9827d6e246cf70588577c
Author: Héctor Orón Martínez 
Date:   Thu Jun 2 11:33:00 2016 +0200

debian/changelog: update entries

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

diff --git a/debian/changelog b/debian/changelog
index bcbb87c..9f6097b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wayland (1.11.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * d/control: make libwayland-dev multiarch aware
+- based on a patch from Dima Kogan.
+(Closes: #739400)
+
+ -- Héctor Orón Martínez   Thu, 02 Jun 2016 11:30:33 +0200
+
 wayland (1.10.0-2) unstable; urgency=medium
 
   * Don't build the documentation on binary-arch only builds. Move the



wayland: Changes to 'debian-unstable'

2016-06-02 Thread Hector Oron
 Makefile.am   |5 
 configure.ac  |   18 +
 debian/control|   21 ++
 debian/libwayland-bin.install |4 
 debian/libwayland-dev.install |5 
 doc/Contributing  |   19 +
 doc/doxygen/.gitignore|1 
 doc/doxygen/Makefile.am   |   28 ++
 doc/doxygen/mainpage.dox  |   22 ++
 doc/doxygen/wayland.doxygen.in|6 
 doc/publican/protocol-to-docbook.xsl  |   39 +++
 doc/publican/sources/Architecture.xml |4 
 doc/publican/sources/Protocol.xml |4 
 protocol/wayland.xml  |  344 --
 src/.gitignore|1 
 src/connection.c  |   14 -
 src/dtddata.S |8 
 src/scanner.c |  329 ++--
 src/wayland-client-core.h |6 
 src/wayland-client.c  |  172 ++---
 src/wayland-client.h  |7 
 src/wayland-private.h |   12 -
 src/wayland-server-core.h |8 
 src/wayland-server.c  |2 
 src/wayland-server.h  |9 
 src/wayland-shm.c |   99 ++---
 src/wayland-util.c|   13 +
 src/wayland-util.h|   10 
 tests/display-test.c  |   54 +
 tests/headers-protocol-core-test.c|7 
 tests/queue-test.c|  122 
 tests/resources-test.c|   10 
 tests/test-runner.c   |2 
 33 files changed, 1005 insertions(+), 400 deletions(-)

New commits:
commit a9d490ccbacc8646d402326790e65439e580e0f2
Author: Héctor Orón Martínez 
Date:   Thu Jun 2 11:11:34 2016 +0200

make libwayland-dev multiarch aware

This patch that makes libwayland-dev Multi-Arch:same. This is done by
splitting that package into -dev and -bin. The -bin package contains
the wayland-scanner executable, and it is Multi-Arch:foreign.

Based on a patch from Dima Kogan

Closes: #739400

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

diff --git a/debian/control b/debian/control
index c610c86..039f1db 100644
--- a/debian/control
+++ b/debian/control
@@ -96,6 +96,7 @@ Depends:
  libwayland-cursor0 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
+Multi-Arch: same
 Description: wayland compositor infrastructure - development files
  Wayland is a protocol for a compositor to talk to its clients as well
  as a C library implementation of that protocol. The compositor can be
@@ -113,6 +114,7 @@ Architecture: all
 Priority: extra
 Depends:
  ${misc:Depends},
+Multi-Arch: foreign
 Conflicts: libwayland-dev (<< 1.10.0-2)
 Replaces: libwayland-dev (<< 1.10.0-2)
 Description: wayland compositor infrastructure - documentation files
@@ -125,3 +127,22 @@ Description: wayland compositor infrastructure - 
documentation files
  .
  This package contains the documentation for the Wayland libraries.
  Non-developers likely have little use for this package.
+
+Package: libwayland-bin
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libwayland-dev
+Multi-Arch: foreign
+Description: wayland compositor infrastructure - binary utilities
+ Wayland is a protocol for a compositor to talk to its clients as well
+ as a C library implementation of that protocol. The compositor can be
+ a standalone display server running on Linux kernel modesetting and
+ evdev input devices, an X application, or a wayland client
+ itself. The clients can be traditional applications, X servers
+ (rootless or fullscreen) or other display servers.
+ .
+ This package contains the development binary utilities
diff --git a/debian/libwayland-bin.install b/debian/libwayland-bin.install
new file mode 100644
index 000..227f5b5
--- /dev/null
+++ b/debian/libwayland-bin.install
@@ -0,0 +1,4 @@
+# Tool to build various other packages:
+usr/bin/wayland-scanner
+usr/share/aclocal/wayland-scanner.m4
+usr/share/wayland/wayland-scanner.mk
diff --git a/debian/libwayland-dev.install b/debian/libwayland-dev.install
index 955af85..16b7996 100644
--- a/debian/libwayland-dev.install
+++ b/debian/libwayland-dev.install
@@ -1,6 +1,3 @@
-# Tool to build various other packages:
-usr/bin/wayland-scanner
-
 # Headers:
 usr/include
 
@@ -15,8 +12,6 @@ usr/lib/*/pkgconfig/wayland-client.pc
 usr/lib/*/pkgconfig/wayland-cursor.pc
 usr/lib/*/pkgconfig/wayland-server.pc
 usr/lib/*/pkgconfig/wayland-scanner.pc
-usr/share/aclocal/wayland-scanner.m4
-usr/share/wayland/wayland-scanner.mk
 
 # Documentation
 usr/share/wayland/wayland.xml

commit e56baa4aaaf20e9a3107089b74465af473481ef9
Author: Bryce Harrington 
Date:   Tue May 31 17:11:20 2016 -0700

configure.ac: bump to version 1.11.0 for the 

wayland: Changes to 'debian-unstable'

2016-04-20 Thread Emilio Pozuelo Monfort
 debian/changelog  |   10 ++
 debian/control|   63 --
 debian/libwayland-dev.install |3 --
 debian/libwayland-doc.install |3 ++
 debian/rules  |   12 ++--
 5 files changed, 28 insertions(+), 63 deletions(-)

New commits:
commit b68680e20fdbb27eb42845e4abe71066daf396e8
Author: Emilio Pozuelo Monfort 
Date:   Wed Apr 20 21:39:13 2016 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 6e94e14..bcbb87c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland (1.10.0-2) UNRELEASED; urgency=medium
+wayland (1.10.0-2) unstable; urgency=medium
 
   * Don't build the documentation on binary-arch only builds. Move the
 build-dependencies needed for the documentation to build-depends-indep.
@@ -6,7 +6,7 @@ wayland (1.10.0-2) UNRELEASED; urgency=medium
   * Move the manpages to libwayland-doc.
   * Switch to dbgsym packages.
 
- -- Emilio Pozuelo Monfort   Wed, 20 Apr 2016 19:58:36 +0200
+ -- Emilio Pozuelo Monfort   Wed, 20 Apr 2016 21:38:58 +0200
 
 wayland (1.10.0-1) unstable; urgency=medium
 

commit 226ffd3974de14cc2dd5b13caba48107ebb8c8de
Author: Emilio Pozuelo Monfort 
Date:   Wed Apr 20 21:27:49 2016 +0200

Switch to dbgsym packages

diff --git a/debian/changelog b/debian/changelog
index cf99c33..6e94e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ wayland (1.10.0-2) UNRELEASED; urgency=medium
 build-dependencies needed for the documentation to build-depends-indep.
 Closes: #821170.
   * Move the manpages to libwayland-doc.
+  * Switch to dbgsym packages.
 
  -- Emilio Pozuelo Monfort   Wed, 20 Apr 2016 19:58:36 +0200
 
diff --git a/debian/control b/debian/control
index 08fbc66..c610c86 100644
--- a/debian/control
+++ b/debian/control
@@ -44,24 +44,6 @@ Description: wayland compositor infrastructure - client 
library
  This package ships the library that implements the client side of
  the Wayland protocol.
 
-Package: libwayland-client0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- libwayland-client0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
-Description: wayland compositor infrastructure - client library (debug)
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package provides debugging symbols for the libwayland-client0 package.
-
 Package: libwayland-server0
 Section: libs
 Architecture: any
@@ -84,24 +66,6 @@ Description: wayland compositor infrastructure - server 
library
  This package ships the library that implements the server side of
  the Wayland protocol.
 
-Package: libwayland-server0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- libwayland-server0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
-Description: wayland compositor infrastructure - server library (debug)
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package provides debugging symbols for the libwayland-server0 package.
-
 Package: libwayland-cursor0
 Section: libs
 Architecture: any
@@ -122,24 +86,6 @@ Description: wayland compositor infrastructure - cursor 
library
  .
  This package ships a helper library to manage cursors.
 
-Package: libwayland-cursor0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- libwayland-cursor0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
-Description: wayland compositor infrastructure - cursor library (debug)
- Wayland is a protocol for a compositor to talk to its clients as well
- as a C library implementation of that protocol. The compositor can be
- a standalone display server running on Linux kernel modesetting and
- evdev input devices, an X application, or a wayland client
- itself. The clients can be traditional applications, X servers
- (rootless or fullscreen) or other display servers.
- .
- This package provides debugging symbols for the libwayland-cursor0 package.
-
 Package: libwayland-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index bb0539c..8ad1821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ override_dh_makeshlibs:
 
 # Debug package:
 

wayland: Changes to 'debian-unstable'

2016-03-31 Thread Hector Oron
 Makefile.am  |8 
 configure.ac |   19 -
 debian/changelog |   18 +
 debian/control   |1 
 debian/libwayland-client0.symbols|3 
 debian/libwayland-server0.symbols|4 
 debian/watch |2 
 doc/Contributing |   75 
 doc/doxygen/Makefile.am  |4 
 doc/publican/protocol-to-docbook.xsl |9 
 doc/publican/sources/Protocol.xml|   41 ++
 protocol/wayland.dtd |4 
 protocol/wayland.xml |  597 ---
 src/connection.c |   42 +-
 src/dtddata.S|   39 ++
 src/event-loop.c |1 
 src/scanner.c|  217 +++-
 src/wayland-client-core.h|  179 +++---
 src/wayland-client.c |  582 ++
 src/wayland-private.h|   95 -
 src/wayland-server-core.h|  209 
 src/wayland-server.c |  111 +-
 src/wayland-shm.c|  110 +++---
 src/wayland-util.c   |   16 
 src/wayland-util.h   |   45 +-
 tests/connection-test.c  |4 
 tests/display-test.c |  327 +--
 tests/queue-test.c   |6 
 tests/sanity-test.c  |   27 -
 tests/socket-test.c  |   15 
 tests/test-compositor.c  |   44 +-
 tests/test-compositor.h  |   11 
 32 files changed, 2227 insertions(+), 638 deletions(-)

New commits:
commit ecd1b74b2d0fce7b3e18a5f67f74b311c5a7aa97
Author: Héctor Orón Martínez 
Date:   Thu Mar 31 13:13:28 2016 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 6adbc9a..ee1389f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.10.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Héctor Orón Martínez   Thu, 31 Mar 2016 13:13:12 +0200
+
 wayland (1.9.92-1) experimental; urgency=medium
 
   * New upstream release, experimental upload.

commit 0ff73b7666b8aee1a68302dd6a7664b68aa659af
Author: Bryce Harrington 
Date:   Tue Feb 16 12:03:40 2016 -0800

configure.ac: bump to version 1.10.0 for the official release

diff --git a/configure.ac b/configure.ac
index ba7e445..f54a8b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
-m4_define([wayland_minor_version],  [9])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_minor_version], [10])
+m4_define([wayland_micro_version],  [0])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit bf34ac75d0d61609296de1300196c843f4246e7c
Author: Jonas Ådahl 
Date:   Wed Feb 10 23:35:44 2016 +0800

connection: Don't add uninitialized memory as 4 byte alignment padding

When we are adding padding bytes making our wl_buffer buffer content 4
byte aligned, we are just moving the pointer. Since the buffer is
allocated using plain malloc(), this means our padding bytes are
effectively uninitialized data, which could be anything previously
allocated in the server process. As we'll be sharing this buffer
content with arbitrary clients, we are effectively sharing private
memory with every client, and even though a well behaving client will
discard any such memory, a malicious client may not.

Therefor, to avoid any potential missuse of the uninitialized padding
memory shared between the server and client, initialize the buffer
content to 0, making the padding bytes always 0.

Signed-off-by: Jonas Ådahl 
Reviewed-by: Derek Foreman 
Reviewed-by: Pekka Paalanen 
Reviewed-by: Bryce Harrington 

diff --git a/src/connection.c b/src/connection.c
index 65b64e9..c0e322f 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1137,7 +1137,7 @@ wl_closure_send(struct wl_closure *closure, struct 
wl_connection *connection)
return -1;
 
buffer_size = buffer_size_for_closure(closure);
-   buffer = malloc(buffer_size * sizeof buffer[0]);
+   buffer = zalloc(buffer_size * sizeof buffer[0]);
if (buffer == NULL)
return -1;
 

commit 1906a90aab613501396fe4fb72c7fba9e13ee161
Author: Bryce Harrington 
Date:   Tue Feb 9 13:26:21 2016 -0800

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

diff --git a/configure.ac b/configure.ac
index 63dd2cf..ba7e445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 

wayland: Changes to 'debian-unstable'

2015-09-26 Thread Hector Oron
 .gitignore |2 
 COPYING|   39 
 Makefile.am|   78 -
 configure.ac   |   68 -
 cursor/cursor-data.h   |   34 
 cursor/os-compatibility.c  |   35 
 cursor/os-compatibility.h  |   35 
 cursor/wayland-cursor.c|   35 
 cursor/wayland-cursor.h|   35 
 cursor/xcursor.c   |   35 
 cursor/xcursor.h   |   35 
 debian/changelog   |6 
 doc/Contributing   |   13 
 doc/doxygen/.gitignore |1 
 doc/doxygen/wayland.doxygen.in | 1728 -
 doc/publican/sources/Book_Info.xml |   46 
 protocol/wayland.xml   |   40 
 src/connection.c   |   35 
 src/event-loop.c   |   37 
 src/scanner.c  |  403 ++--
 src/wayland-client-core.h  |   37 
 src/wayland-client.c   |   47 -
 src/wayland-client.h   |   35 
 src/wayland-egl-core.h |   35 
 src/wayland-egl.h  |   35 
 src/wayland-os.c   |   35 
 src/wayland-os.h   |   35 
 src/wayland-private.h  |   35 
 src/wayland-server-core.h  |   35 
 src/wayland-server.c   |   40 
 src/wayland-server.h   |   35 
 src/wayland-shm.c  |   35 
 src/wayland-util.c |   35 
 src/wayland-util.h |   35 
 src/wayland-version.h.in   |   35 
 tests/array-test.c |   44 
 tests/client-test.c|   35 
 tests/connection-test.c|   35 
 tests/display-test.c   |   35 
 tests/event-loop-test.c|   35 
 tests/exec-fd-leak-checker.c   |   35 
 tests/fixed-benchmark.c|   37 
 tests/fixed-test.c |   35 
 tests/headers-protocol-core-test.c |   35 
 tests/headers-protocol-test.c  |   35 
 tests/headers-test.c   |   35 
 tests/list-test.c  |   35 
 tests/map-test.c   |   35 
 tests/message-test.c   |   35 
 tests/os-wrappers-test.c   |   35 
 tests/queue-test.c |   35 
 tests/resources-test.c |   35 
 tests/sanity-test.c|   35 
 tests/signal-test.c|   35 
 tests/socket-test.c|   40 
 tests/test-compositor.c|   35 
 tests/test-compositor.h|   35 
 tests/test-helpers.c   |   35 
 tests/test-runner.c|   35 
 tests/test-runner.h|   24 
 60 files changed, 1422 insertions(+), 2742 deletions(-)

New commits:
commit 03d7f7c66fb78fa49fa631ba873e8102760858ce
Author: Héctor Orón Martínez 
Date:   Sun Sep 27 00:13:37 2015 +0200

Release Debian version wayland-1.9.0-1

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

diff --git a/debian/changelog b/debian/changelog
index f05161d..4c080dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.9.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Héctor Orón Martínez   Sun, 27 Sep 2015 00:08:11 +0200
+
 wayland (1.8.1-1) unstable; urgency=medium
 
   * New upstream release

commit b05668f0ad64ad9ba82e124965163daed4172ead
Author: Bryce Harrington 
Date:   Mon Sep 21 16:51:16 2015 -0700

configure.ac: bump to version 1.9.0 for the official release

diff --git a/configure.ac b/configure.ac
index 5580066..41cea2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_major_version], [1])
-m4_define([wayland_minor_version], [8])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_minor_version], [9])
+m4_define([wayland_micro_version], [0])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 8fd494995d000edbc9d4c1a1805d316ffdff8890
Author: Bryce Harrington 
Date:   Tue Sep 15 20:16:37 2015 -0700

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

diff --git a/configure.ac b/configure.ac
index 40b0578..5580066 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], [8])
-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 b16c0a5dfa829ff6cef707ed72907c5f88acf3cf
Author: Bryce Harrington 
Date:   Tue Sep 1 16:51:30 2015 -0700

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

diff --git a/configure.ac b/configure.ac
index 0009857..40b0578 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ 

wayland: Changes to 'debian-unstable'

2015-05-26 Thread Emilio Pozuelo Monfort
 .gitignore  |3 
 Makefile.am |9 
 README  |2 
 configure.ac|   67 
 debian/changelog|   35 
 debian/control  |   24 
 debian/libwayland-doc.install   |1 
 dev/null|binary
 doc/doxygen/Makefile.am |   61 
 doc/doxygen/dot/wayland-architecture.gv |   39 
 doc/doxygen/dot/x-architecture.gv   |   54 
 doc/publican/Makefile.am|  187 +-
 doc/publican/doxygen-to-publican.xsl|  141 -
 doc/publican/merge-mapcoords.xsl|   64 
 doc/publican/protocol-interfaces-to-docbook.xsl |   33 
 doc/publican/protocol-to-docbook.xsl|  113 +
 doc/publican/publican.cfg   |9 
 doc/publican/sources/Architecture.xml   |   74 -
 doc/publican/sources/Client.xml |   92 +
 doc/publican/sources/Library.xml|   27 
 doc/publican/sources/Protocol.xml   |   29 
 doc/publican/sources/Server.xml |   49 
 doc/publican/sources/Wayland.xml|4 
 doc/publican/sources/css/brand.css  |   14 
 doc/publican/sources/css/common.css | 1769 
 doc/publican/sources/css/default.css|3 
 doc/publican/sources/css/epub.css   |  115 +
 doc/publican/sources/css/print.css  |   15 
 protocol/wayland.xml|   84 -
 src/.gitignore  |4 
 src/connection.c|   14 
 src/event-loop.c|6 
 src/scanner.c   |   26 
 src/scanner.mk  |8 
 src/wayland-client.c|  384 +++--
 src/wayland-client.h|   34 
 src/wayland-private.h   |2 
 src/wayland-server.c|  185 +-
 src/wayland-server.h|8 
 src/wayland-shm.c   |9 
 src/wayland-util.c  |4 
 src/wayland-util.h  |   44 
 tests/connection-test.c |   87 +
 tests/cpp-compile-test.cpp  |5 
 tests/display-test.c|   75 -
 tests/queue-test.c  |   24 
 tests/sanity-test.c |  155 ++
 tests/test-compositor.c |   16 
 tests/test-helpers.c|   32 
 tests/test-runner.c |  275 +++
 tests/test-runner.h |   31 
 51 files changed, 3881 insertions(+), 664 deletions(-)

New commits:
commit 445faee97299e4e19f4e219a469e32f1dcd0549f
Author: Emilio Pozuelo Monfort poch...@gmail.com
Date:   Wed May 27 00:35:11 2015 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index d24e40a..2e946f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-wayland (1.7.0-2) UNRELEASED; urgency=medium
+wayland (1.7.0-2) unstable; urgency=medium
 
   * Remove Cyril from Uploaders. Thanks for your past work!
+  * Upload to unstable.
 
- -- Emilio Pozuelo Monfort po...@debian.org  Wed, 27 May 2015 00:34:24 +0200
+ -- Emilio Pozuelo Monfort po...@debian.org  Wed, 27 May 2015 00:35:08 +0200
 
 wayland (1.7.0-1) experimental; urgency=medium
 

commit 6edfb1858ab7890130da6e567130cbd6851dfee9
Author: Emilio Pozuelo Monfort poch...@gmail.com
Date:   Wed May 27 00:34:40 2015 +0200

Remove Cyril from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 3f80c05..d24e40a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.7.0-2) UNRELEASED; urgency=medium
+
+  * Remove Cyril from Uploaders. Thanks for your past work!
+
+ -- Emilio Pozuelo Monfort po...@debian.org  Wed, 27 May 2015 00:34:24 +0200
+
 wayland (1.7.0-1) experimental; urgency=medium
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index 59283af..508eb67 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: wayland
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Cyril Brulebois k...@debian.org,
-   Emilio Pozuelo Monfort po...@debian.org,
+Uploaders: Emilio Pozuelo Monfort po...@debian.org,
Héctor Orón Martínez zu...@debian.org
 Build-Depends:
  debhelper (= 9),

commit 0606fb3641646c30547d2f06cb105ed8d888cc06
Author: Héctor Orón Martínez zu...@debian.org
Date:   Wed May 6 12:45:08 2015 +0200

Release Debian version wayland-1.7.0-1

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

wayland: Changes to 'debian-unstable'

2014-09-23 Thread Hector Oron
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit a3ce9f86d717c291474d510cab9ef790a9425885
Author: Héctor Orón Martínez zu...@debian.org
Date:   Tue Sep 23 23:51:47 2014 +0200

Release Debian version 1.6.0-2

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 7b75168..645a4bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.6.0-2) unstable; urgency=medium
+
+  * Switch back to use upstream tarball.
+
+ -- Hector Oron zu...@debian.org  Tue, 23 Sep 2014 18:09:53 +0200
+
 wayland (1.6.0-1) unstable; urgency=medium
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xwy18-0002iw...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-23 Thread Hector Oron
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 96f2f93dc920c72c0aa29f5d37133d5e83bf6b20
Author: Héctor Orón Martínez zu...@debian.org
Date:   Wed Sep 24 01:01:52 2014 +0200

d/control: update VCS URL

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 645a4bc..af79d43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.6.0-3) UNRELEASED; urgency=medium
+
+  * d/control: update VCS URL 
+
+ -- Hector Oron zu...@debian.org  Wed, 24 Sep 2014 01:01:26 +0200
+
 wayland (1.6.0-2) unstable; urgency=medium
 
   * Switch back to use upstream tarball.
diff --git a/debian/control b/debian/control
index dfb6c57..80c56ad 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  libexpat1-dev,
  libffi-dev,
 Standards-Version: 3.9.5
-Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/wayland
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/wayland
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland.git
 Homepage: http://wayland.freedesktop.org/
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xwz5p-0004he...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-23 Thread Hector Oron
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c166b50e5f6729aaa99149138140c51d46774fa
Author: Héctor Orón Martínez zu...@debian.org
Date:   Wed Sep 24 01:03:12 2014 +0200

d/control: also update vcs browser URL

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/control b/debian/control
index 80c56ad..0649182 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  libffi-dev,
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/wayland
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/wayland.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-xorg/wayland/wayland.git
 Homepage: http://wayland.freedesktop.org/
 
 Package: libwayland-client0


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xwz7d-0005ge...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-19 Thread Hector Oron
 configure.ac |4 ++--
 debian/changelog |6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 1be81c6a578a5c6f49c38bed1f4ec0f14ad4c7d6
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Sep 19 16:30:22 2014 +0200

Release Debian version wayland-1.6.0-1

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index d07a386..7b75168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.6.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Hector Oron zu...@debian.org  Fri, 19 Sep 2014 16:28:13 +0200
+
 wayland (1.5.93-2) unstable; urgency=medium
 
   * Upload to unstable.

commit 339e83aa579569711cd14623ca4b2db46256b766
Author: Pekka Paalanen pekka.paala...@collabora.co.uk
Date:   Fri Sep 19 12:36:04 2014 +0300

configure.ac: bump version to 1.6.0

Signed-off-by: Pekka Paalanen pekka.paala...@collabora.co.uk

diff --git a/configure.ac b/configure.ac
index c556d4f..cc7b535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.64])
 
 m4_define([wayland_major_version], [1])
-m4_define([wayland_minor_version], [5])
-m4_define([wayland_micro_version], [93])
+m4_define([wayland_minor_version], [6])
+m4_define([wayland_micro_version], [0])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xuzia-000403...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-16 Thread Emilio Pozuelo Monfort
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit e94170d0d75f15940417d3f6927720706f878f8b
Author: Emilio Pozuelo Monfort po...@debian.org
Date:   Tue Sep 16 22:42:09 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9b18f32..d07a386 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.5.93-2) unstable; urgency=medium
+
+  * Upload to unstable.
+
+ -- Emilio Pozuelo Monfort po...@debian.org  Tue, 16 Sep 2014 22:42:06 +0200
+
 wayland (1.5.93-1) experimental; urgency=medium
 
   * New upstream development release.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xtzs7-0006gs...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-12 Thread Hector Oron
 configure.ac |2 
 debian/changelog |6 ++
 doc/doxygen/Makefile.am  |2 
 doc/publican/Makefile.am |   25 --
 src/wayland-client.c |   63 +-
 src/wayland-shm.c|2 
 tests/display-test.c |  113 ++-
 7 files changed, 145 insertions(+), 68 deletions(-)

New commits:
commit 3a242a8476cc49d9c8ec6b2057d3b6b8fe05a04c
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Sep 12 18:23:06 2014 +0200

d/changelog: update

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 6c5990f..2a17185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.5.93-1) UNRELEASED; urgency=medium
+
+  * New upstream development release.
+
+ -- Hector Oron zu...@debian.org  Fri, 12 Sep 2014 16:17:43 +0200
+
 wayland (1.5.91-1) experimental; urgency=medium
 
   [ Andreas Henriksson ]

commit edf4e7abea4046f003f53c300acf9af7dffc2e48
Author: Pekka Paalanen pekka.paala...@collabora.co.uk
Date:   Fri Sep 12 12:26:50 2014 +0300

configure.ac: bump version to 1.5.93 for rc2

Signed-off-by: Pekka Paalanen pekka.paala...@collabora.co.uk

diff --git a/configure.ac b/configure.ac
index 5deed2b..c556d4f 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], [5])
-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 4d7dfa0867d7661c86b717998ea96a0f2987cee2
Author: Derek Foreman der...@osg.samsung.com
Date:   Wed Sep 10 13:46:09 2014 -0500

shm: fix error in comment

diff --git a/src/wayland-shm.c b/src/wayland-shm.c
index 3fce678..04ba4f2 100644
--- a/src/wayland-shm.c
+++ b/src/wayland-shm.c
@@ -372,7 +372,7 @@ wl_shm_buffer_get_stride(struct wl_shm_buffer *buffer)
  * Returns a pointer which can be used to read the data contained in
  * the given SHM buffer.
  *
- * As this buffer is memory-mapped, reading it from may generate
+ * As this buffer is memory-mapped, reading from it may generate
  * SIGBUS signals. This can happen if the client claims that the
  * buffer is larger than it is or if something truncates the
  * underlying file. To prevent this signal from causing the compositor

commit 083d8da432b2052db78f0a19405275c2b4391b5a
Author: Marek Chalupa mchqwe...@gmail.com
Date:   Wed Sep 10 12:47:14 2014 +0200

client: cancel read in wl_display_read_events() when last_error is set

Calling wl_display_read_events() after an error should be equivalent
to wl_display_cancel_read(), so that display state is consistent.

Thanks to Pekka Paalanen pekka.paala...@collabora.co.uk
for pointing that out.

Signed-off-by: Marek Chalupa mchqwe...@gmail.com
Reviewed-by: Pekka Paalanen pekka.paala...@collabora.co.uk

diff --git a/src/wayland-client.c b/src/wayland-client.c
index 1b7a046..b0f77b9 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1192,6 +1192,14 @@ read_events(struct wl_display *display)
return 0;
 }
 
+static void
+cancel_read(struct wl_display *display)
+{
+   display-reader_count--;
+   if (display-reader_count == 0)
+   display_wakeup_threads(display);
+}
+
 /** Read events from display file descriptor
  *
  * \param display The display context object
@@ -1219,6 +1227,7 @@ wl_display_read_events(struct wl_display *display)
pthread_mutex_lock(display-mutex);
 
if (display-last_error) {
+   cancel_read(display);
pthread_mutex_unlock(display-mutex);
 
errno = display-last_error;
@@ -1365,9 +1374,7 @@ wl_display_cancel_read(struct wl_display *display)
 {
pthread_mutex_lock(display-mutex);
 
-   display-reader_count--;
-   if (display-reader_count == 0)
-   display_wakeup_threads(display);
+   cancel_read(display);
 
pthread_mutex_unlock(display-mutex);
 }

commit a31a7360093dd5f4ce1a34b9889560fc37dbb7a9
Author: Marek Chalupa mchqwe...@gmail.com
Date:   Wed Sep 10 12:47:13 2014 +0200

client: wake-up threads on all return paths from read_events

If wl_connection_read returned EAGAIN, we must wake up sleeping
threads. If we don't do this and the thread calling
wl_connection_read won't call wl_display_read_events again,
the sleeping threads will sleep indefinitely.

Signed-off-by: Marek Chalupa mchqwe...@gmail.com
Reviewed-by: Pekka Paalanen pekka.paala...@collabora.co.uk

diff --git a/src/wayland-client.c b/src/wayland-client.c
index 9f817f6..1b7a046 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1152,8 +1152,13 @@ read_events(struct wl_display *display)
if (display-reader_count == 0) {
total = 

wayland: Changes to 'debian-unstable'

2014-09-12 Thread Hector Oron
 debian/changelog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e4c2a51a0ca6ae816d7db71c81fe6ce243c2b833
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sat Sep 13 02:35:14 2014 +0200

Upload to experimental

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 2a17185..9b18f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-wayland (1.5.93-1) UNRELEASED; urgency=medium
+wayland (1.5.93-1) experimental; urgency=medium
 
   * New upstream development release.
+  * Upload to experimental.
 
  -- Hector Oron zu...@debian.org  Fri, 12 Sep 2014 16:17:43 +0200
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsbka-0007xf...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-09-04 Thread Emilio Pozuelo Monfort
 .gitignore|1 
 Makefile.am   |6 
 configure.ac  |4 
 debian/changelog  |   12 
 debian/libwayland-client0.symbols |2 
 debian/libwayland-server0.symbols |1 
 doc/publican/Makefile.am  |2 
 doc/publican/publican.cfg |2 
 protocol/wayland.xml  |   49 +++
 src/connection.c  |2 
 src/event-loop.c  |4 
 src/scanner.c |   42 +--
 src/wayland-client.c  |  203 
 src/wayland-client.h  |5 
 src/wayland-server.c  |  228 --
 src/wayland-server.h  |5 
 tests/display-test.c  |  465 +
 tests/event-loop-test.c   |   74 +
 tests/queue-test.c|  201 +---
 tests/socket-test.c   |   90 +++
 tests/test-compositor.c   |  472 ++
 tests/test-compositor.h   |   97 +++
 22 files changed, 1673 insertions(+), 294 deletions(-)

New commits:
commit 89481aaf2190bd5d053f63a9b4d1d101cf154ab3
Author: Emilio Pozuelo Monfort po...@debian.org
Date:   Fri Sep 5 03:10:27 2014 +0200

Upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 077abcf..6c5990f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-wayland (1.5.91-1) UNRELEASED; urgency=medium
+wayland (1.5.91-1) experimental; urgency=medium
 
+  [ Andreas Henriksson ]
   * New upstream development release.
   * Update debian/libwayland-client0.symbols with two additions
   * Update debian/libwayland-server0.symbols with one addition
 
- -- Andreas Henriksson andr...@fatal.se  Sat, 23 Aug 2014 16:03:00 +0200
+  [ Emilio Pozuelo Monfort ]
+  * Upload to experimental.
+
+ -- Emilio Pozuelo Monfort po...@debian.org  Fri, 05 Sep 2014 03:10:22 +0200
 
 wayland (1.5.0-1) unstable; urgency=medium
 

commit 350b32ee80b2bd9534335123bb7ded7acea7ea3c
Author: Andreas Henriksson andr...@fatal.se
Date:   Sat Aug 23 16:12:01 2014 +0200

Update debian/libwayland-server0.symbols with one addition

diff --git a/debian/changelog b/debian/changelog
index 242f40d..077abcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wayland (1.5.91-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
   * Update debian/libwayland-client0.symbols with two additions
+  * Update debian/libwayland-server0.symbols with one addition
 
  -- Andreas Henriksson andr...@fatal.se  Sat, 23 Aug 2014 16:03:00 +0200
 
diff --git a/debian/libwayland-server0.symbols 
b/debian/libwayland-server0.symbols
index 27cc810..8a2f372 100644
--- a/debian/libwayland-server0.symbols
+++ b/debian/libwayland-server0.symbols
@@ -27,6 +27,7 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_display_add_global@Base 1.0.2
  wl_display_add_shm_format@Base 1.3.0
  wl_display_add_socket@Base 1.0.2
+ wl_display_add_socket_auto@Base 1.5.91
  wl_display_create@Base 1.0.2
  wl_display_destroy@Base 1.0.2
  wl_display_flush_clients@Base 1.0.2

commit f9855ae74860d318ec048c3541dd8878198450c8
Author: Andreas Henriksson andr...@fatal.se
Date:   Sat Aug 23 16:09:51 2014 +0200

Update debian/libwayland-client0.symbols with two additions

diff --git a/debian/changelog b/debian/changelog
index 9dbce98..242f40d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wayland (1.5.91-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
+  * Update debian/libwayland-client0.symbols with two additions
 
  -- Andreas Henriksson andr...@fatal.se  Sat, 23 Aug 2014 16:03:00 +0200
 
diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index 7401d54..15b4f8d 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -23,11 +23,13 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_display_flush@Base 1.0.2
  wl_display_get_error@Base 1.0.2
  wl_display_get_fd@Base 1.0.2
+ wl_display_get_protocol_error@Base 1.5.91
  wl_display_interface@Base 1.0.2
  wl_display_prepare_read@Base 1.2.0
  wl_display_prepare_read_queue@Base 1.2.0
  wl_display_read_events@Base 1.2.0
  wl_display_roundtrip@Base 1.0.2
+ wl_display_roundtrip_queue@Base 1.5.91
  wl_event_queue_destroy@Base 1.0.2
  wl_keyboard_interface@Base 1.0.2
  wl_list_empty@Base 1.0.2

commit 42c3daa4ae31ddf9b7600b404c97e36d6cc7e9fd
Author: Andreas Henriksson andr...@fatal.se
Date:   Sat Aug 23 16:05:50 2014 +0200

New upstream development release.

diff --git a/debian/changelog b/debian/changelog
index b5a1e92..9dbce98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wayland (1.5.91-1) UNRELEASED; urgency=medium
+
+  * New upstream development release.
+
+ -- Andreas Henriksson andr...@fatal.se  Sat, 23 Aug 2014 16:03:00 +0200
+
 wayland (1.5.0-1) unstable; urgency=medium
 
   

wayland: Changes to 'debian-unstable'

2014-01-30 Thread Hector Oron
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4e3adab18cb2e60e5b06a59ad5a5928ea985
Author: Héctor Orón Martínez zu...@debian.org
Date:   Thu Jan 30 23:50:01 2014 +0100

Release version 1.4.0-1

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index f9d8e43..d02de55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland (1.4.0-1) UNRELEASED; urgency=medium
+wayland (1.4.0-1) unstable; urgency=medium
 
   * New upstream release 1.4.0:
 - SHM Buffer SIBGUS protection.
@@ -13,7 +13,7 @@ wayland (1.4.0-1) UNRELEASED; urgency=medium
 (Closes: #731607)
   * d/control: update standards version
 
- -- Hector Oron zu...@debian.org  Thu, 30 Jan 2014 22:40:00 +0100
+ -- Hector Oron zu...@debian.org  Thu, 30 Jan 2014 23:49:42 +0100
 
 wayland (1.3.92-1) unstable; urgency=medium
 


-- 
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/e1w91h1-0004c8...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-01-20 Thread Hector Oron
 debian/changelog  |2 ++
 debian/libwayland-dev.install |4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 25701434cbbf503533b9fe540348a2a3258f9c9c
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sun Jan 19 00:53:21 2014 +0100

add wayland DTD and XML under default dtddir

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 40cc951..ced97d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 wayland (1.3.92-1) unstable; urgency=medium
 
   * New upstream release (1.3.92)
+  * d/libwayland-dev.install:
+ - add wayland DTD and XML under default dtddir.
 
  -- Hector Oron zu...@debian.org  Sat, 18 Jan 2014 18:16:17 +0100
 
diff --git a/debian/libwayland-dev.install b/debian/libwayland-dev.install
index 7bfe127..5d635af 100644
--- a/debian/libwayland-dev.install
+++ b/debian/libwayland-dev.install
@@ -22,5 +22,5 @@ usr/share/aclocal/wayland-scanner.m4
 usr/share/wayland/wayland-scanner.mk
 
 # Documentation
-usr/share/wayland/wayland.xml usr/share/doc/wayland/wayland.xml
-usr/share/wayland/wayland.dtd usr/share/doc/wayland/wayland.dtd
+usr/share/wayland/wayland.xml
+usr/share/wayland/wayland.dtd


-- 
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/e1w5bne-0004w3...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2014-01-18 Thread Hector Oron
 Makefile.am  |2 
 configure.ac |7 
 cursor/os-compatibility.c|   19 ++
 cursor/wayland-cursor.c  |   67 +++--
 cursor/xcursor.h |4 
 debian/changelog |6 
 debian/libwayland-client0.symbols|4 
 debian/libwayland-dev.install|1 
 debian/libwayland-server0.symbols|4 
 debian/patches/configure-ac-update.patch |   36 +
 debian/patches/series|1 
 doc/doxygen/Makefile.am  |3 
 protocol/.gitignore  |1 
 protocol/Makefile.am |   15 +-
 protocol/wayland.dtd |   29 
 protocol/wayland.xml |  219 ++
 src/Makefile.am  |4 
 src/connection.c |  100 -
 src/scanner.c|  135 --
 src/wayland-client.c |  222 +++
 src/wayland-client.h |   12 +
 src/wayland-egl.h|4 
 src/wayland-server.c |  129 +-
 src/wayland-server.h |   10 +
 src/wayland-shm.c|  197 +++
 25 files changed, 1087 insertions(+), 144 deletions(-)

New commits:
commit 412171820121bdd495816e2c2f70c6fc654aaa6d
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sat Jan 18 18:48:53 2014 +0100

Update configure.ac for release 1.3.92

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/patches/configure-ac-update.patch 
b/debian/patches/configure-ac-update.patch
new file mode 100644
index 000..9f017af
--- /dev/null
+++ b/debian/patches/configure-ac-update.patch
@@ -0,0 +1,36 @@
+Description: short summary of the patch
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ wayland (1.3.92-1) unstable; urgency=medium
+ .
+   * New upstream release (1.3.92)
+Author: Hector Oron zu...@debian.org
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: http://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- wayland-1.3.92.orig/configure.ac
 wayland-1.3.92/configure.ac
+@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
+ 
+ m4_define([wayland_major_version], [1])
+ m4_define([wayland_minor_version], [3])
+-m4_define([wayland_micro_version], [91])
++m4_define([wayland_micro_version], [92])
+ m4_define([wayland_version],
+   [wayland_major_version.wayland_minor_version.wayland_micro_version])
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9bf2d52..a244795 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 # placeholder.
+configure-ac-update.patch

commit 2f90ef989a2295c46ec116d62489950a7ce079b5
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sat Jan 18 18:48:28 2014 +0100

debian/libwayland-dev.install: install wayland.dtd

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/libwayland-dev.install b/debian/libwayland-dev.install
index ced3154..7bfe127 100644
--- a/debian/libwayland-dev.install
+++ b/debian/libwayland-dev.install
@@ -23,3 +23,4 @@ usr/share/wayland/wayland-scanner.mk
 
 # Documentation
 usr/share/wayland/wayland.xml usr/share/doc/wayland/wayland.xml
+usr/share/wayland/wayland.dtd usr/share/doc/wayland/wayland.dtd

commit d4805e10f74a8ef7d2d1de2e19f204c68c6941d1
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sat Jan 18 18:48:04 2014 +0100

Update symbols

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index d83d394..7401d54 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -58,6 +58,8 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_proxy_get_user_data@Base 1.0.2
  wl_proxy_marshal@Base 1.0.2
  wl_proxy_marshal_array@Base 1.3.0
+ wl_proxy_marshal_array_constructor@Base 1.3.92
+ wl_proxy_marshal_constructor@Base 1.3.92
  wl_proxy_set_queue@Base 1.0.2
  wl_proxy_set_user_data@Base 1.0.2
  wl_region_interface@Base 1.0.2
@@ -67,5 

wayland: Changes to 'debian-unstable'

2014-01-18 Thread Hector Oron
 configure.ac |2 -
 debian/patches/configure-ac-update.patch |   36 ---
 debian/patches/series|2 -
 3 files changed, 1 insertion(+), 39 deletions(-)

New commits:
commit 65df8a48ae8677acc8b611eb7aa74216572b19d4
Author: Héctor Orón Martínez zu...@debian.org
Date:   Sat Jan 18 19:01:04 2014 +0100

Rework upstream release information

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/configure.ac b/configure.ac
index 8935953..26ac746 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], [3])
-m4_define([wayland_micro_version], [91])
+m4_define([wayland_micro_version], [92])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 
diff --git a/debian/patches/configure-ac-update.patch 
b/debian/patches/configure-ac-update.patch
deleted file mode 100644
index 9f017af..000
--- a/debian/patches/configure-ac-update.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: short summary of the patch
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- wayland (1.3.92-1) unstable; urgency=medium
- .
-   * New upstream release (1.3.92)
-Author: Hector Oron zu...@debian.org
-

-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: vendor|upstream|other, url of original patch
-Bug: url in upstream bugtracker
-Bug-Debian: http://bugs.debian.org/bugnumber
-Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
-Forwarded: no|not-needed|url proving that it has been forwarded
-Reviewed-By: name and email of someone who approved the patch
-Last-Update: -MM-DD
-
 wayland-1.3.92.orig/configure.ac
-+++ wayland-1.3.92/configure.ac
-@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
- 
- m4_define([wayland_major_version], [1])
- m4_define([wayland_minor_version], [3])
--m4_define([wayland_micro_version], [91])
-+m4_define([wayland_micro_version], [92])
- m4_define([wayland_version],
-   [wayland_major_version.wayland_minor_version.wayland_micro_version])
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a244795..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-# placeholder.
-configure-ac-update.patch


-- 
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/e1w4adn-6n...@moszumanska.debian.org



wayland: Changes to 'debian-unstable'

2013-10-11 Thread Hector Oron
 .gitignore|1 
 configure.ac  |4 
 debian/changelog  |   12 ++
 debian/control|3 
 debian/libwayland-client0.symbols |3 
 debian/libwayland-dev.install |3 
 debian/libwayland-server0.symbols |4 
 debian/source/format  |1 
 doc/doxygen/Makefile.am   |6 +
 doc/doxygen/wayland.doxygen.in|2 
 protocol/Makefile.am  |2 
 protocol/wayland.xml  |   85 ++-
 src/connection.c  |9 +-
 src/scanner.c |6 -
 src/wayland-client.c  |  115 +++---
 src/wayland-client.h  |6 +
 src/wayland-client.pc.in  |2 
 src/wayland-private.h |   19 +---
 src/wayland-server.c  |   95 ++---
 src/wayland-server.h  |  115 ++
 src/wayland-server.pc.in  |2 
 src/wayland-shm.c |   45 +++---
 src/wayland-util.h|   85 ++-
 tests/Makefile.am |6 +
 tests/resources-test.c|  167 ++
 tests/signal-test.c   |  114 +
 tests/test-runner.c   |   17 +++
 27 files changed, 859 insertions(+), 70 deletions(-)

New commits:
commit fab1fc06dab9fcb16b661cc5388de3b6cfaa5e31
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Oct 11 11:26:23 2013 +0200

Release debian version 1.3.0-1

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/changelog b/debian/changelog
index be3adee..25d642a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-wayland (1.2.1-2) UNRELEASED; urgency=low
+wayland (1.3.0-1) unstable; urgency=low
 
+  [ Timo Aaltonen ]
   * control: Bump the libwayland0 C/R to ( 1.1.0) so that it covers
 the ubuntu version too, and add it to -cursor.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 07 Oct 2013 10:42:39 +0300
+  [ Hector Oron ]
+  * New upstream stable release (1.3.0).
+  * Add myself to Uploaders.
+  * Switch to Debian source format 3.0 quilt.
+  * d/libwayland-dev.install:
+- install wayland documentation
+
+ -- Hector Oron zu...@debian.org  Fri, 11 Oct 2013 11:23:38 +0200
 
 wayland (1.2.1-1) unstable; urgency=low
 

commit 209114602ccec64332e2af7c2e96c5fe995a0896
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Oct 11 10:59:19 2013 +0200

Update libwayland-server0 symbols

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/libwayland-server0.symbols 
b/debian/libwayland-server0.symbols
index 4c3f94b..369bb10 100644
--- a/debian/libwayland-server0.symbols
+++ b/debian/libwayland-server0.symbols
@@ -25,6 +25,7 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_data_source_interface@Base 1.0.2
  wl_display_add_destroy_listener@Base 1.0.4
  wl_display_add_global@Base 1.0.2
+ wl_display_add_shm_format@Base 1.3.0
  wl_display_add_socket@Base 1.0.2
  wl_display_create@Base 1.0.2
  wl_display_destroy@Base 1.0.2
@@ -90,9 +91,12 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_resource_instance_of@Base 1.2.0
  wl_resource_post_error@Base 1.0.2
  wl_resource_post_event@Base 1.0.2
+ wl_resource_post_event_array@Base 1.3.0
  wl_resource_post_no_memory@Base 1.0.2
  wl_resource_queue_event@Base 1.0.2
+ wl_resource_queue_event_array@Base 1.3.0
  wl_resource_set_destructor@Base 1.2.0
+ wl_resource_set_dispatcher@Base 1.3.0
  wl_resource_set_implementation@Base 1.2.0
  wl_resource_set_user_data@Base 1.2.0
  wl_seat_interface@Base 1.0.2

commit 11bc97fd1bb6af4acb0379e78a0994428a2ad516
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Oct 11 10:56:47 2013 +0200

Update libwayland-client0 symbols

Signed-off-by: Héctor Orón Martínez zu...@debian.org

diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index 4900ad4..d83d394 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -48,13 +48,16 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_map_reserve_new@Base 1.0.2
  wl_output_interface@Base 1.0.2
  wl_pointer_interface@Base 1.0.2
+ wl_proxy_add_dispatcher@Base 1.3.0
  wl_proxy_add_listener@Base 1.0.2
  wl_proxy_create@Base 1.0.2
  wl_proxy_destroy@Base 1.0.2
  wl_proxy_get_class@Base 1.1.0
  wl_proxy_get_id@Base 1.0.2
+ wl_proxy_get_listener@Base 1.3.0
  wl_proxy_get_user_data@Base 1.0.2
  wl_proxy_marshal@Base 1.0.2
+ wl_proxy_marshal_array@Base 1.3.0
  wl_proxy_set_queue@Base 1.0.2
  wl_proxy_set_user_data@Base 1.0.2
  wl_region_interface@Base 1.0.2

commit 8acacee030624378565b84bb6833cc36185fb429
Author: Héctor Orón Martínez zu...@debian.org
Date:   Fri Oct 11 10:50:37 2013 +0200

Install wayland documentation in development package

Signed-off-by: Héctor Orón Martínez zu...@debian.org


wayland: Changes to 'debian-unstable'

2013-10-07 Thread Timo Aaltonen
 debian/changelog |7 +++
 debian/control   |   10 ++
 2 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 6f0b322e29ab1e5ad213a97d15cd8c1cf02801df
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Mon Oct 7 10:43:33 2013 +0300

control: Bump the libwayland0 C/R to ( 1.1.0) so that it covers the 
ubuntu version too, and add it to -cursor.

diff --git a/debian/changelog b/debian/changelog
index 85e2dd8..be3adee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wayland (1.2.1-2) UNRELEASED; urgency=low
+
+  * control: Bump the libwayland0 C/R to ( 1.1.0) so that it covers
+the ubuntu version too, and add it to -cursor.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 07 Oct 2013 10:42:39 +0300
+
 wayland (1.2.1-1) unstable; urgency=low
 
   [ Sven Joachim ]
diff --git a/debian/control b/debian/control
index a7b0b0d..a57aaea 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
-Conflicts: libwayland0 ( 1.0.5)
-Replaces: libwayland0 ( 1.0.5)
+Conflicts: libwayland0 ( 1.1.0)
+Replaces: libwayland0 ( 1.1.0)
 Description: wayland compositor infrastructure - client library
  Wayland is a protocol for a compositor to talk to its clients as well
  as a C library implementation of that protocol. The compositor can be
@@ -66,8 +66,8 @@ Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
-Conflicts: libwayland0 ( 1.0.5)
-Replaces: libwayland0 ( 1.0.5)
+Conflicts: libwayland0 ( 1.1.0)
+Replaces: libwayland0 ( 1.1.0)
 Breaks: weston ( 1.2.0)
 Description: wayland compositor infrastructure - server library
  Wayland is a protocol for a compositor to talk to its clients as well
@@ -106,6 +106,8 @@ Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+Conflicts: libwayland0 ( 1.1.0)
+Replaces: libwayland0 ( 1.1.0)
 Description: wayland compositor infrastructure - cursor library
  Wayland is a protocol for a compositor to talk to its clients as well
  as a C library implementation of that protocol. The compositor can be


-- 
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/e1vtgzz-6z...@vasks.debian.org



wayland: Changes to 'debian-unstable'

2013-09-08 Thread Emilio Pozuelo Monfort
 configure.ac  |2 
 debian/changelog  |   11 +++-
 debian/control|3 -
 doc/publican/publican.cfg |1 
 doc/publican/sources/Foreword.xml |   13 ++---
 doc/publican/sources/Introduction.xml |2 
 doc/publican/sources/Protocol.xml |   85 ++
 protocol/wayland.xml  |   18 +++
 src/scanner.c |   33 ++---
 src/wayland-client.c  |   23 -
 src/wayland-server.c  |   22 +++-
 wayland-scanner.m4|2 
 12 files changed, 151 insertions(+), 64 deletions(-)

New commits:
commit 85000d5fa456bfe2f96fecd03f32f78516845e89
Author: Emilio Pozuelo Monfort po...@debian.org
Date:   Sun Sep 8 19:46:13 2013 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 055045a..85e2dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wayland (1.2.1-1) UNRELEASED; urgency=low
+wayland (1.2.1-1) unstable; urgency=low
 
   [ Sven Joachim ]
   * New upstream release (1.2.0).
@@ -10,7 +10,7 @@ wayland (1.2.1-1) UNRELEASED; urgency=low
   * New upstream stable release (1.2.1).
   * Add myself to Uploaders.
 
- -- Sven Joachim svenj...@gmx.de  Sun, 14 Jul 2013 18:00:05 +0200
+ -- Emilio Pozuelo Monfort po...@debian.org  Sun, 08 Sep 2013 19:46:04 +0200
 
 wayland (1.1.0-2) unstable; urgency=low
 

commit e81d36862223499786fd5a387774765e71c142da
Author: Emilio Pozuelo Monfort po...@debian.org
Date:   Sun Sep 8 19:37:57 2013 +0200

Add myself to uploaders

diff --git a/debian/changelog b/debian/changelog
index 7ea8824..055045a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ wayland (1.2.1-1) UNRELEASED; urgency=low
 
   [ Emilio Pozuelo Monfort ]
   * New upstream stable release (1.2.1).
+  * Add myself to Uploaders.
 
  -- Sven Joachim svenj...@gmx.de  Sun, 14 Jul 2013 18:00:05 +0200
 
diff --git a/debian/control b/debian/control
index b98974c..a7b0b0d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: wayland
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Cyril Brulebois k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org,
+   Emilio Pozuelo Monfort po...@debian.org
 Build-Depends:
  debhelper (= 9),
  quilt,

commit fda0d2d37935aaaf0e4f5ef844dffbdae085c181
Author: Emilio Pozuelo Monfort po...@debian.org
Date:   Sun Sep 8 19:31:57 2013 +0200

New upstream stable release

diff --git a/debian/changelog b/debian/changelog
index 63f0f6b..7ea8824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-wayland (1.2.0-1) UNRELEASED; urgency=low
+wayland (1.2.1-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  [ Sven Joachim ]
+  * New upstream release (1.2.0).
   * Update symbols files and bump shlibs of libwayland-{client,server}0.
 - ABI break: libwayland-server0 removed several symbols used by
   weston releases prior to 1.2, add a Breaks to accommodate that.
 
+  [ Emilio Pozuelo Monfort ]
+  * New upstream stable release (1.2.1).
+
  -- Sven Joachim svenj...@gmx.de  Sun, 14 Jul 2013 18:00:05 +0200
 
 wayland (1.1.0-2) unstable; urgency=low

commit 0df6d81aeecc0d5a52ee8ec228f743836aa24448
Author: Kristian Høgsberg k...@bitplanet.net
Date:   Thu Aug 22 11:29:45 2013 -0700

Bump version to 1.2.1

diff --git a/configure.ac b/configure.ac
index 536df9e..8dfd721 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], [2])
-m4_define([wayland_micro_version], [0])
+m4_define([wayland_micro_version], [1])
 m4_define([wayland_version],
   [wayland_major_version.wayland_minor_version.wayland_micro_version])
 

commit 98bbbac295f002f7525f1b202f9b8187ee680f11
Author: Jason Ekstrand ja...@jlekstrand.net
Date:   Sun Aug 18 16:53:54 2013 -0500

doc: Add a section on interface and protocol object versioning

There have been a lot of questions asked lately about versioning of
interfaces and protocol objects.  This addition to the documentation should
clear up some of those questions.

Signed-off-by: Jason Ekstrand ja...@jlekstrand.net

diff --git a/doc/publican/sources/Protocol.xml 
b/doc/publican/sources/Protocol.xml
index 74f2aea..b79b6be 100644
--- a/doc/publican/sources/Protocol.xml
+++ b/doc/publican/sources/Protocol.xml
@@ -164,6 +164,67 @@
 /para
   /section
   xi:include href=ProtocolInterfaces.xml 
xmlns:xi=http://www.w3.org/2001/XInclude/
+  section id=sect-Protocol-Versioning
+titleVersioning/title
+para
+  Every interface is versioned and every protocol object implements a
+  particular version of its interface.  For global objects, the maximum
+  version supported by the server is advertised with the global and the
+  actual 

wayland: Changes to 'debian-unstable'

2013-07-15 Thread Sven Joachim
 debian/changelog |2 +-
 debian/rules |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 380fe26747ad14afecbf5393e32b9e1f85db8d09
Author: Sven Joachim svenj...@gmx.de
Date:   Mon Jul 15 19:56:01 2013 +0200

Also bump shlibs

Forgotten in commit cfb1345adeae2f250ae22f19e3f37fbec548fe2c.

diff --git a/debian/changelog b/debian/changelog
index e04242f..63f0f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 wayland (1.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * Update symbols files.
+  * Update symbols files and bump shlibs of libwayland-{client,server}0.
 - ABI break: libwayland-server0 removed several symbols used by
   weston releases prior to 1.2, add a Breaks to accommodate that.
 
diff --git a/debian/rules b/debian/rules
index 0cc1bed..fb50932 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ override_dh_install:
 
 override_dh_makeshlibs:
dh_makeshlibs -plibwayland-client0 \
-   -V 'libwayland-client0 (= 1.1.0)' -- -c4
+   -V 'libwayland-client0 (= 1.2.0)' -- -c4
dh_makeshlibs -plibwayland-cursor0 \
-V 'libwayland-cursor0 (= 1.0.4)' -- -c4
dh_makeshlibs -plibwayland-server0 \
-   -V 'libwayland-server0 (= 1.1.0)' -- -c4
+   -V 'libwayland-server0 (= 1.2.0)' -- -c4
 
 # Debug package:
 override_dh_strip:


-- 
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/e1uyn1d-0003xt...@vasks.debian.org



wayland: Changes to 'debian-unstable'

2013-07-14 Thread Sven Joachim
 Makefile.am   |4 
 configure.ac  |   16 
 debian/changelog  |9 
 debian/control|1 
 debian/libwayland-client0.symbols |5 
 debian/libwayland-dev.install |3 
 debian/libwayland-server0.symbols |   43 -
 doc/Contributing  |   83 +++
 doc/Makefile.am   |2 
 doc/publican/sources/Protocol.xml |2 
 protocol/wayland.xml  |  161 +-
 src/Makefile.am   |5 
 src/connection.c  |   66 ++
 src/data-device.c |  539 --
 src/event-loop.c  |2 
 src/scanner.c |   65 +-
 src/wayland-client.c  |  343 +++---
 src/wayland-client.h  |6 
 src/wayland-private.h |   36 +
 src/wayland-scanner-uninstalled.pc.in |6 
 src/wayland-scanner.pc.in |9 
 src/wayland-server.c  |  811 +++---
 src/wayland-server.h  |  362 +++
 src/wayland-shm.c |  133 ++---
 src/wayland-util.c|   60 ++
 src/wayland-util.h|   13 
 tests/client-test.c   |2 
 tests/connection-test.c   |4 
 tests/display-test.c  |2 
 tests/event-loop-test.c   |3 
 tests/map-test.c  |   54 +-
 tests/os-wrappers-test.c  |2 
 tests/queue-test.c|5 
 wayland-scanner.m4|   11 
 wayland-scanner.m4.in |   16 
 35 files changed, 1252 insertions(+), 1632 deletions(-)

New commits:
commit a5e1d00f3a9bc86dfdb6f22010ec8574dff3be3f
Author: Sven Joachim svenj...@gmx.de
Date:   Sun Jul 14 18:38:24 2013 +0200

Update symbols files

24 symbols disappeared from libwayland-server0, breaking weston
releases prior to 1.2.0.

diff --git a/debian/changelog b/debian/changelog
index 75114d6..e04242f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 wayland (1.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Update symbols files.
+- ABI break: libwayland-server0 removed several symbols used by
+  weston releases prior to 1.2, add a Breaks to accommodate that.
 
  -- Sven Joachim svenj...@gmx.de  Sun, 14 Jul 2013 18:00:05 +0200
 
diff --git a/debian/control b/debian/control
index 6140d23..b98974c 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@ Depends:
  ${misc:Depends},
 Conflicts: libwayland0 ( 1.0.5)
 Replaces: libwayland0 ( 1.0.5)
+Breaks: weston ( 1.2.0)
 Description: wayland compositor infrastructure - server library
  Wayland is a protocol for a compositor to talk to its clients as well
  as a C library implementation of that protocol. The compositor can be
diff --git a/debian/libwayland-client0.symbols 
b/debian/libwayland-client0.symbols
index e418551..4900ad4 100644
--- a/debian/libwayland-client0.symbols
+++ b/debian/libwayland-client0.symbols
@@ -11,6 +11,7 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_data_device_manager_interface@Base 1.0.2
  wl_data_offer_interface@Base 1.0.2
  wl_data_source_interface@Base 1.0.2
+ wl_display_cancel_read@Base 1.2.0
  wl_display_connect@Base 1.0.2
  wl_display_connect_to_fd@Base 1.0.2
  wl_display_create_queue@Base 1.0.2
@@ -23,6 +24,9 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_display_get_error@Base 1.0.2
  wl_display_get_fd@Base 1.0.2
  wl_display_interface@Base 1.0.2
+ wl_display_prepare_read@Base 1.2.0
+ wl_display_prepare_read_queue@Base 1.2.0
+ wl_display_read_events@Base 1.2.0
  wl_display_roundtrip@Base 1.0.2
  wl_event_queue_destroy@Base 1.0.2
  wl_keyboard_interface@Base 1.0.2
@@ -38,6 +42,7 @@ libwayland-client.so.0 libwayland-client0 #MINVER#
  wl_map_insert_at@Base 1.0.2
  wl_map_insert_new@Base 1.0.2
  wl_map_lookup@Base 1.0.2
+ wl_map_lookup_flags@Base 1.2.0
  wl_map_release@Base 1.0.2
  wl_map_remove@Base 1.0.2
  wl_map_reserve_new@Base 1.0.2
diff --git a/debian/libwayland-server0.symbols 
b/debian/libwayland-server0.symbols
index e1cdc34..4c3f94b 100644
--- a/debian/libwayland-server0.symbols
+++ b/debian/libwayland-server0.symbols
@@ -5,7 +5,6 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_array_init@Base 1.0.2
  wl_array_release@Base 1.0.2
  wl_buffer_interface@Base 1.0.2
- wl_buffer_is_shm@Base 1.0.2
  wl_callback_interface@Base 1.0.2
  wl_client_add_destroy_listener@Base 1.0.2
  wl_client_add_object@Base 1.0.2
@@ -18,11 +17,10 @@ libwayland-server.so.0 libwayland-server0 #MINVER#
  wl_client_get_display@Base 1.0.2
  wl_client_get_object@Base 1.0.2
  wl_client_new_object@Base 1.0.2
+ wl_client_post_no_memory@Base 1.2.0
  wl_compositor_interface@Base 1.0.2
  wl_data_device_interface@Base 1.0.2
- 

wayland: Changes to 'debian-unstable'

2013-06-06 Thread Emilio Pozuelo Monfort
 .gitignore   |5 
 COPYING  |   22 
 ChangeLog| 5913 ---
 Makefile.am  |6 
 README   |  125 
 TODO |  148 
 autogen.sh   |9 
 configure.ac |   89 
 cursor/Makefile.am   |   21 
 cursor/cursor-data.h |  548 +
 cursor/os-compatibility.c|  128 
 cursor/os-compatibility.h|   31 
 cursor/wayland-cursor-uninstalled.pc.in  |8 
 cursor/wayland-cursor.c  |  431 +
 cursor/wayland-cursor.h  |   70 
 cursor/wayland-cursor.pc.in  |   10 
 cursor/xcursor.c |  966 +++
 cursor/xcursor.h |   62 
 debian/README.source |   58 
 debian/changelog |   65 
 debian/clean |1 
 debian/compat|2 
 debian/control   |  114 
 debian/copyright |   88 
 debian/libwayland-client0.install|2 
 debian/libwayland-client0.symbols|   63 
 debian/libwayland-cursor0.install|2 
 debian/libwayland-cursor0.symbols|7 
 debian/libwayland-dev.install|   18 
 debian/libwayland-server0.install|2 
 debian/libwayland-server0.symbols|  116 
 debian/libwayland0.install   |5 
 debian/libwayland0.symbols.in|  130 
 debian/rules |   25 
 dev/null |binary
 doc/Makefile.am  |1 
 doc/doxygen/.gitignore   |2 
 doc/doxygen/Makefile.am  |   46 
 doc/doxygen/wayland.doxygen.in   | 1764 +
 doc/man/Makefile.am  |   51 
 doc/man/wl_display_connect.xml   |   88 
 doc/publican/.gitignore  |3 
 doc/publican/Makefile.am |  138 
 doc/publican/doxygen-to-publican.xsl |  166 
 doc/publican/protocol-interfaces-to-docbook.xsl  |   56 
 doc/publican/protocol-to-docbook.xsl |  136 
 doc/publican/publican.cfg|8 
 doc/publican/sources/Architecture.xml|  330 +
 doc/publican/sources/Author_Group.xml|   16 
 doc/publican/sources/Book_Info.xml   |   71 
 doc/publican/sources/Compositors.xml |  128 
 doc/publican/sources/Foreword.xml|   29 
 doc/publican/sources/Introduction.xml|  116 
 doc/publican/sources/Library.xml |   27 
 doc/publican/sources/Preface.xml |   20 
 doc/publican/sources/Protocol.xml|  462 +
 doc/publican/sources/Revision_History.xml|7 
 doc/publican/sources/Wayland.ent |4 
 doc/publican/sources/Wayland.xml |   17 
 doc/publican/sources/images/icon.svg |   19 
 doc/publican/sources/images/wayland-architecture.png |binary
 doc/publican/sources/images/wayland.png  |binary
 doc/publican/sources/images/x-architecture.png   |binary
 protocol/.gitignore  |1 
 protocol/Makefile.am |1 
 protocol/wayland.xml | 1402 +++-
 spec/main.tex|  660 --
 src/.gitignore   |1 
 src/Makefile.am  |   12 
 src/connection.c | 1023 ++-
 src/data-device.c|  407 -
 src/event-loop.c |  241 
 src/scanner.c|  372 -
 src/wayland-client-uninstalled.pc.in |8 
 src/wayland-client.c | 1070 ++-
 src/wayland-client.h |  156 
 src/wayland-client.pc.in |   10 
 src/wayland-egl.h|9 
 src/wayland-os.c |  164 
 src/wayland-os.h | 

wayland: Changes to 'debian-unstable'

2012-04-29 Thread Cyril Brulebois
New branch 'debian-unstable' available with the following commits:
commit c2afc3a8fa454804432a176fd73b96106bb1aeb6
Author: Cyril Brulebois k...@debian.org
Date:   Sun Apr 29 22:34:27 2012 +0200

Upload to unstable.

commit 369d1b0e9b181f6ec33d0afe316bef04c0364645
Author: Cyril Brulebois k...@debian.org
Date:   Sun Apr 29 22:33:14 2012 +0200

Update long description, wayland-demos got replaced by weston.


-- 
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/e1sob4j-cv...@vasks.debian.org