diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..940e752 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,61 @@ +Useful upstream remote: +git remote add upstream https://gitlab.freedesktop.org/wayland/wayland.git + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c349ba6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,485 @@ +wayland (1.21.0-1) unstable; urgency=medium + + * New upstream release. + + -- Héctor Orón Martínez Fri, 08 Jul 2022 18:26:04 +0200 + +wayland (1.20.92-1) experimental; urgency=medium + + * Prepare for next upstream release. + + -- Héctor Orón Martínez Wed, 22 Jun 2022 00:15:53 +0200 + +wayland (1.20.0-1) unstable; urgency=medium + + * New upstream release. + * debian/libwayland-client0.symbols: refresh + * debian/libwayland-server0.symbols: refresh + + -- Héctor Orón Martínez Tue, 01 Feb 2022 18:10:38 +0100 + +wayland (1.19.0-2) unstable; urgency=high + + * Add missing dependency on libffi-dev (closes: #969284). + Thanks Julien Cristau for NMU fix at 1.18.0-2~exp1.1 + + -- Héctor Orón Martínez Mon, 08 Mar 2021 22:56:41 +0100 + +wayland (1.19.0-1) unstable; urgency=high + + * New upstream release + + -- Héctor Orón Martínez Thu, 04 Mar 2021 19:58:06 +0100 + +wayland (1.18.0-2~exp1) unstable; urgency=medium + + * Switch build system to meson + + -- Héctor Orón Martínez Wed, 12 Aug 2020 13:38:40 +0200 + +wayland (1.18.0-1) unstable; urgency=medium + + * New upstream release. + + -- Héctor Orón Martínez Wed, 12 Feb 2020 11:08:11 +0100 + +wayland (1.17.93-1~exp1) experimental; urgency=medium + + * RC1 for Wayland 1.18 + * debian/control: bump Standards-Version, no changes + * debian/*.symbols: update + + -- Héctor Orón Martínez Sun, 09 Feb 2020 20:56:23 +0100 + +wayland (1.17.0-1) unstable; urgency=medium + + [ Timo Aaltonen ] + * control: Bump breaks/replaces on libwayland-egl-mesa/libegl1-mesa- + dev, which got updated on Ubuntu. + + [ Héctor Orón Martínez ] + * New upstream release + * debian/README.source: add upstream remote information + * debian/libwayland-server0.symbols: update symbols file + + -- Héctor Orón Martínez Sun, 21 Jul 2019 20:30:10 +0200 + +wayland (1.16.0-1) unstable; urgency=medium + + [ Emilio Pozuelo Monfort ] + * Update the watch file for the new upstream website layout. + + [ Salvatore Bonaccorso ] + * Add debian/changelog entry for 1.14.0-2 (Closes: #903748) + + [ Timo Aaltonen ] + * New upstream release. + + -- Timo Aaltonen Wed, 05 Sep 2018 20:20:03 +0300 + +wayland (1.15.0-2) unstable; urgency=medium + + * debian/copyright: add missing copyright holders. Closes: #897362. + * Update Vcs-* for salsa. + + -- Emilio Pozuelo Monfort Sat, 19 May 2018 12:34:01 +0200 + +wayland (1.15.0-1) unstable; urgency=medium + + * New upstream release. + * Put wayland-egl-backend.* to a separate dev-package. + * libwayland-egl1.symbols: Fixed. + * control: Bump Breaks/Replaces on libegl1-mesa-dev, so that this can + be synced to Ubuntu. + + -- Timo Aaltonen Wed, 18 Apr 2018 10:41:38 +0300 + +wayland (1.14.93-1) experimental; urgency=medium + + * New upstrem release candidate. + + -- Timo Aaltonen Tue, 03 Apr 2018 10:53:33 +0300 + +wayland (1.14.92-1) experimental; urgency=medium + + [ Timo Aaltonen ] + * New upstream pre-release. + * signing-keys.asc: Updated. + * libwayland-dev.install: Drop static libs, they're not provided + anymore. + * libwayland-egl1.symbols: Updated. + * control: Adjust Breaks/Provides for libwayland-egl migration. + + [ Héctor Orón Martínez ] + * control: Fix uninstallability issues. (Closes: #893366) + + -- Timo Aaltonen Wed, 21 Mar 2018 21:42:58 +0200 + +wayland (1.14.91-1) experimental; urgency=medium + + [ Helmut Grohne ] + * Use wayland-scanner from libwayland-bin (Closes: #836687) + - Fixes cross builds + + [ Héctor Orón Martínez ] + * New upstream pre-release + * debian/control: libwayland-dev suggests libwayland-doc (Closes: #857139) + * debian/libwayland-server0.symbols: update + * debian/control: update priority from extra to optional + * libwayland-egl1: add new package + * debian/control: bump standards version + + -- Héctor Orón Martínez Tue, 13 Mar 2018 16:01:40 +0100 + +wayland (1.14.0-2) unstable; urgency=medium + + * debian/patches/CVE-2017-16612.patch: (Closes: #889681) + - libXcursor before 1.1.15 has various integer overflows that could lead + to heap buffer overflows when processing malicious cursors, e.g., with + programs like GIMP. It is also possible that an attack vector exists + against the related code in cursor/xcursor.c in Wayland through + 1.14.0. + * switch back to use upstream tarball + * debian/control: bump standards version, drop priority stanzas + + -- Héctor Orón Martínez Sun, 04 Mar 2018 11:56:31 +0100 + +wayland (1.14.0-1) unstable; urgency=medium + + * New upstream release. + * libwayland-{client,server}0.symbols: Updated. + + -- Timo Aaltonen Thu, 10 Aug 2017 11:09:15 +0300 + +wayland (1.13.0-1) unstable; urgency=medium + + * New upstream release. (Closes: #870566) + * libwayland-server0.symbols: Updated. + + -- Timo Aaltonen Thu, 03 Aug 2017 11:25:29 +0300 + +wayland (1.12.0-1) unstable; urgency=medium + + * New upstream release. Closes: #840752. + * 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 18:54:57 +0100 + +wayland (1.11.94-1) experimental; urgency=medium + + * New upstream pre-release. + * Standards-Version is 3.9.8, no changes needed. + + -- Emilio Pozuelo Monfort Wed, 14 Sep 2016 12:10:19 +0200 + +wayland (1.11.91-1) experimental; urgency=medium + + * New upstream pre-release + + -- Héctor Orón Martínez Thu, 18 Aug 2016 17:18:52 +0200 + +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 + * 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:37:00 +0200 + +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. + Closes: #821170. + * Move the manpages to libwayland-doc. + * Switch to dbgsym packages. + + -- Emilio Pozuelo Monfort Wed, 20 Apr 2016 21:38:58 +0200 + +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. + + [ Hideki Yamane ] + * debian/control + - add Build-Depends: libxml2-dev + * update debian/libwayland-{client,server}0.symbols + * update debian/watch (Closes: #813484) + + -- Héctor Orón Martínez Thu, 04 Feb 2016 23:22:27 +0100 + +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 + + -- Hector Oron Sat, 13 Jun 2015 02:00:30 +0200 + +wayland (1.7.0-2) unstable; urgency=medium + + * Remove Cyril from Uploaders. Thanks for your past work! + * Upload to unstable. + + -- Emilio Pozuelo Monfort Wed, 27 May 2015 00:35:08 +0200 + +wayland (1.7.0-1) experimental; urgency=medium + + [ Timo Aaltonen ] + * New upstream release. + * control: Add xmlto and graphviz to build-depends to build the + new documentation. + * libwayland-doc: Add a new package for documentation files. + + [ Hector Oron ] + * Upload to experimental. + + -- Hector Oron Wed, 06 May 2015 12:35:23 +0200 + +wayland (1.6.1-2) experimental; urgency=medium + + * Rebuild against upstream tarball. + + -- Hector Oron Sat, 24 Jan 2015 10:39:19 +0100 + +wayland (1.6.1-1) experimental; urgency=medium + + * New bugfix upstream release: + - documentation: fix several typoes. + - scanner, client: several improvements. + - tests: fix memory leak + * d/control: update VCS URL + * d/control: bump standards version, no changes needed. + + -- Hector Oron Wed, 24 Sep 2014 01:01:26 +0200 + +wayland (1.6.0-2) unstable; urgency=medium + + * Switch back to use upstream tarball. + + -- Hector Oron Tue, 23 Sep 2014 18:09:53 +0200 + +wayland (1.6.0-1) unstable; urgency=medium + + * New upstream release. + + -- Hector Oron Fri, 19 Sep 2014 16:28:13 +0200 + +wayland (1.5.93-2) unstable; urgency=medium + + * Upload to unstable. + + -- Emilio Pozuelo Monfort Tue, 16 Sep 2014 22:42:06 +0200 + +wayland (1.5.93-1) experimental; urgency=medium + + * New upstream development release. + * Upload to experimental. + + -- Hector Oron Fri, 12 Sep 2014 16:17:43 +0200 + +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 + + [ Emilio Pozuelo Monfort ] + * Upload to experimental. + + -- Emilio Pozuelo Monfort Fri, 05 Sep 2014 03:10:22 +0200 + +wayland (1.5.0-1) unstable; urgency=medium + + * New upstream release. + * Switch back to source format 1.0 for now. + * debian/libwayland-dev.install: + + Update path for wayland-scanner.pc. + + -- Emilio Pozuelo Monfort Sat, 24 May 2014 02:54:40 +0200 + +wayland (1.4.0-1) unstable; urgency=medium + + * New upstream release 1.4.0: + - SHM Buffer SIBGUS protection. + - Subsurfaces protocol moved to wayland repo and promoted to official + wayland protocol + - wl_proxy_set_queue() can take a NULL queue to reset back to default + queue. + - Fix race between wl_proxy_create() and wl_proxy_marshal() + - scanner error message improvements and documentation improvements + * d/control: Further bump the libwayland0 C/R to cover Collabora version. + Thanks Peter Green for patch. + (Closes: #731607) + * d/control: update standards version + + -- Hector Oron Thu, 30 Jan 2014 23:49:42 +0100 + +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 Sat, 18 Jan 2014 18:16:17 +0100 + +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. + + [ 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 Fri, 11 Oct 2013 11:23:38 +0200 + +wayland (1.2.1-1) unstable; urgency=low + + [ 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). + * Add myself to Uploaders. + + -- Emilio Pozuelo Monfort Sun, 08 Sep 2013 19:46:04 +0200 + +wayland (1.1.0-2) unstable; urgency=low + + * Team upload. + * Upload to unstable. + + -- Emilio Pozuelo Monfort Thu, 06 Jun 2013 23:22:34 +0200 + +wayland (1.1.0-1) experimental; urgency=low + + * Team upload. + * New upstream release. + * debian/libwayland-client0.symbols + debian/libwayland-server0.symbols: + + Add a couple of new symbols. + * debian/rules: + + Bump SHVER accordingly. + + -- Emilio Pozuelo Monfort Mon, 03 Jun 2013 08:44:14 +0200 + +wayland (1.0.5-2) experimental; urgency=low + + * Team upload. + * Add missing conflict/replaces for the library split. + + -- Emilio Pozuelo Monfort Tue, 21 May 2013 09:39:01 +0200 + +wayland (1.0.5-1) experimental; urgency=low + + * Team upload. + + [ Robert Ancell ] + * debian/libwayland-dev.install: + - Install development man pages + * debian/control: + - Build-depend on doxygen + - Build-depend on xsltproc + + [ Timo Aaltonen ] + * New upstream release. + * Migrate to multiarch (Closes: #690081). + * copyright: Refresh. + * control: Update Standards-Version to 3.9.4, no changes. + * rules: Make it non-fatal to fail the tests, which don't all succeed + when ran in headless mode. + * rules: Drop the creation of hard dependencies, wayland should be + mostly API stable now. + * rules: Drop dh_auto_install override. dh_auto_install automatically + installs to debian/tmp whenever there are multiple binary packages. + * libwayland*.install: Add missing files. + * rules: Temporarily disable installing the protocol docs, decide where + to put them first. + * Add README.source + + [ Sven Joachim ] + * Update symbols file, bumping minver of all symbols to at least 1.0.2. + * Add docbook-xsl to Build-Depends. + * Add Homepage field to debian/control. + * Update debian/copyright. + + [ Emilio Pozuelo Monfort ] + * Split the shared libraries into separate packages. + * Add Build-Depends-Package to symbol files. + + -- Emilio Pozuelo Monfort Tue, 21 May 2013 00:34:22 +0200 + +wayland (0.85.0-2) unstable; urgency=low + + * Upload to unstable. + * Wayland/Weston aren't quite ready to replace Xorg yet, but let's + upload those to unstable anyway, so that people can find out by + themselves. On the plus side, mesa can stop getting wayland support + enabled in experimental, then disabled back when uploaded to unstable. + * Update long description, wayland-demos got replaced by weston. + + -- Cyril Brulebois Sun, 29 Apr 2012 22:34:18 +0200 + +wayland (0.85.0-1) experimental; urgency=low + + * First upstream release: + - http://article.gmane.org/gmane.comp.freedesktop.wayland.devel/1770 + * Update watch file, even if that's only useful for notifications: + upstream releases xz tarballs, and the 1.0 source format only suports + gz. + + -- Cyril Brulebois Fri, 10 Feb 2012 11:51:36 +0100 + +wayland (0.1.0~2-1) experimental; urgency=low + + * New upstream snapshot. + * Update symbols file. + + -- Cyril Brulebois Mon, 30 Jan 2012 22:37:54 +0100 + +wayland (0.1.0~1-1) experimental; urgency=low + + * New upstream snapshot. + * Update symbols file. + + -- Cyril Brulebois Fri, 23 Dec 2011 14:45:10 +0100 + +wayland (0.1.0~0-1) experimental; urgency=low + + * Initial release (Closes: #611400). + * debian/rules contains a gentarball target to create a tarball from the + upstream-experimental branch, to be used until some upstream release + happens. + + -- Cyril Brulebois Sat, 18 Jun 2011 13:38:40 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ec53e24 --- /dev/null +++ b/debian/control @@ -0,0 +1,196 @@ +Source: wayland +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Emilio Pozuelo Monfort , + Héctor Orón Martínez +Build-Depends: + debhelper (>= 10), + quilt, + pkg-config, + libexpat1-dev, + libffi-dev, + libxml2-dev, + libwayland-bin , + meson, +Build-Depends-Indep: + doxygen, + graphviz, + xmlto, + xsltproc, + docbook-xsl, +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/xorg-team/wayland/wayland.git +Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/wayland +Homepage: https://wayland.freedesktop.org/ + +Package: libwayland-client0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Conflicts: libwayland0 (<< 1.1.0-1) +Replaces: libwayland0 (<< 1.1.0-1) +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 + 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 ships the library that implements the client side of + the Wayland protocol. + +Package: libwayland-egl1 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Breaks: libwayland-egl1-mesa (<< 18.0.5-0) +Replaces: libwayland-egl1-mesa (<< 18.0.5-0) +Provides: libwayland-egl1-mesa +Description: wayland compositor infrastructure - EGL 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 + 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 ships the library that implements the Wayland EGL platform + of the Wayland protocol. + +Package: libwayland-server0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Conflicts: libwayland0 (<< 1.1.0-1) +Replaces: libwayland0 (<< 1.1.0-1) +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 + 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 ships the library that implements the server side of + the Wayland protocol. + +Package: libwayland-cursor0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Conflicts: libwayland0 (<< 1.1.0-1) +Replaces: libwayland0 (<< 1.1.0-1) +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 + 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 ships a helper library to manage cursors. + +Package: libwayland-dev +Section: libdevel +Architecture: any +Suggests: libwayland-doc +Depends: + libwayland-client0 (= ${binary:Version}), + libwayland-server0 (= ${binary:Version}), + libwayland-cursor0 (= ${binary:Version}), + libwayland-egl1 (= ${binary:Version}), + libwayland-bin (= ${binary:Version}), + libffi-dev, + ${shlibs:Depends}, + ${misc:Depends}, +Breaks: libegl1-mesa-dev (<< 18.0.5-0), +Replaces: libegl1-mesa-dev (<< 18.0.5-0), +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 + 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 headers for the Wayland libraries. + Non-developers likely have little use for this package. + +Package: libwayland-egl-backend-dev +Section: libdevel +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Breaks: libegl1-mesa-dev (<< 18.0.5-0), + libwayland-dev (<< 1.15.0) +Replaces: libegl1-mesa-dev (<< 18.0.5-0), + libwayland-dev (<< 1.15.0) +Multi-Arch: same +Description: wayland compositor infrastructure - EGL backend 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 + 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 headers for the Wayland EGL backend. + +Package: libwayland-doc +Section: doc +Architecture: all +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 + 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 documentation for the Wayland libraries. + Non-developers likely have little use for this package. + +Package: libwayland-bin +Section: libdevel +Architecture: any +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 + 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/copyright b/debian/copyright new file mode 100644 index 0000000..85ea3dd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,54 @@ +Upstream-Name: wayland +Upstream-Contact: Kristian Høgsberg +Source: https://wayland.freedesktop.org/releases/ + +Files: debian/* +Copyright: © 2011 Cyril Brulebois +License: X11 + +Files: * +Copyright: + © 1999 SuSE, Inc. + © 2002 Keith Packard + © 2006, 2008 Junio C Hamano + © 2008-2012 Kristian Høgsberg + © 2010-2012 Intel Corporation + © 2011 Benjamin Franzke + © 2012-2013, 2016 Collabora, Ltd + © 2012-2013 Jason Ekstrand + © 2012-2014 Jonas Ådahl + © 2013 Marek Chalupa + © 2014-2015 Red Hat, Inc. + © 2015 Giulio Camuffo + © 2016 Klarälvdalens Datakonsult AB + © 2016 Yong Bakos + © 2017 NVIDIA CORPORATION + © 2017 Samsung Electronics Co., Ltd +License: X11 + +License: X11 + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + . + --- + . + The above is the version of the MIT "Expat" License used by X.org: + . + http://cgit.freedesktop.org/xorg/xserver/tree/COPYING + diff --git a/debian/libwayland-bin.install b/debian/libwayland-bin.install new file mode 100644 index 0000000..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-client0.install b/debian/libwayland-client0.install new file mode 100644 index 0000000..04b0abb --- /dev/null +++ b/debian/libwayland-client0.install @@ -0,0 +1,2 @@ +# Be careful with wildcards to ensure we spot any ABI bump: +usr/lib/*/libwayland-client.so.0* diff --git a/debian/libwayland-cursor0.install b/debian/libwayland-cursor0.install new file mode 100644 index 0000000..869a3e6 --- /dev/null +++ b/debian/libwayland-cursor0.install @@ -0,0 +1,2 @@ +# Be careful with wildcards to ensure we spot any ABI bump: +usr/lib/*/libwayland-cursor.so.0* diff --git a/debian/libwayland-dev.install b/debian/libwayland-dev.install new file mode 100644 index 0000000..d7e1da4 --- /dev/null +++ b/debian/libwayland-dev.install @@ -0,0 +1,23 @@ +# Headers: +usr/include/wayland-client* +usr/include/wayland-cursor.h +usr/include/wayland-egl.h +usr/include/wayland-egl-core.h +usr/include/wayland-server* +usr/include/wayland-util.h +usr/include/wayland-version.h + +# Use no wildcards to ensure we spot any update: +usr/lib/*/libwayland-client.so +usr/lib/*/libwayland-cursor.so +usr/lib/*/libwayland-egl.so +usr/lib/*/libwayland-server.so +usr/lib/*/pkgconfig/wayland-client.pc +usr/lib/*/pkgconfig/wayland-cursor.pc +usr/lib/*/pkgconfig/wayland-egl.pc +usr/lib/*/pkgconfig/wayland-server.pc +usr/lib/*/pkgconfig/wayland-scanner.pc + +# Documentation +usr/share/wayland/wayland.xml +usr/share/wayland/wayland.dtd diff --git a/debian/libwayland-doc.install b/debian/libwayland-doc.install new file mode 100644 index 0000000..1d4f5dd --- /dev/null +++ b/debian/libwayland-doc.install @@ -0,0 +1,4 @@ +usr/share/doc/wayland/Wayland/en-US/html/ + +# Man pages +usr/share/man/man3 diff --git a/debian/libwayland-egl-backend-dev.install b/debian/libwayland-egl-backend-dev.install new file mode 100644 index 0000000..f859ffc --- /dev/null +++ b/debian/libwayland-egl-backend-dev.install @@ -0,0 +1,2 @@ +usr/include/wayland-egl-backend.h +usr/lib/*/pkgconfig/wayland-egl-backend.pc diff --git a/debian/libwayland-egl1.install b/debian/libwayland-egl1.install new file mode 100644 index 0000000..5971a01 --- /dev/null +++ b/debian/libwayland-egl1.install @@ -0,0 +1,2 @@ +# Be careful with wildcards to ensure we spot any ABI bump: +usr/lib/*/libwayland-egl.so.1* diff --git a/debian/libwayland-server0.install b/debian/libwayland-server0.install new file mode 100644 index 0000000..9eb1836 --- /dev/null +++ b/debian/libwayland-server0.install @@ -0,0 +1,2 @@ +# Be careful with wildcards to ensure we spot any ABI bump: +usr/lib/*/libwayland-server.so.0* diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..055d630 --- /dev/null +++ b/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +SOURCE=wayland + +# Don't build the documentation when not building arch:all packages +ifeq (,$(filter libwayland-doc,$(shell dh_listpackages))) +configure_flags += -Ddocumentation=false +endif + +override_dh_auto_configure: + dh_auto_configure -- $(configure_flags) + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +override_dh_makeshlibs: + dh_makeshlibs -plibwayland-client0 \ + -V 'libwayland-client0 (>= 1.2.0)' -- -c4 + dh_makeshlibs -plibwayland-cursor0 \ + -V 'libwayland-cursor0 (>= 1.0.4)' -- -c4 + dh_makeshlibs -plibwayland-egl1 \ + -V 'libwayland-egl1 (>= 1.14.91)' -- -c4 + dh_makeshlibs -plibwayland-server0 \ + -V 'libwayland-server0 (>= 1.2.0)' -- -c4 + +# Debug package: +override_dh_strip: + dh_strip -plibwayland-client0 --dbgsym-migration='libwayland-client0 (<< 1.10.0-2)' + dh_strip -plibwayland-cursor0 --dbgsym-migration='libwayland-cursor0 (<< 1.10.0-2)' + dh_strip -plibwayland-server0 --dbgsym-migration='libwayland-server0 (<< 1.10.0-2)' + dh_strip -a --remaining-packages + +override_dh_auto_test: + # the test suite does not pass completely in headless mode + dh_auto_test || true + +%: + dh $@ --with quilt --builddirectory=build/ --buildsystem=meson + +# For maintainer use only, generate a tarball: +gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//') +gentarball: + git archive --format=tar upstream-experimental --prefix=$(SOURCE)-$(UV)/ | gzip -9 > ../$(SOURCE)_$(UV).orig.tar.gz