Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / 
weston


Commits:
9df6d2ff by Dylan Aïssi at 2024-09-04T17:15:39+02:00
Drop packaging tweaks for architecture ia64

Signed-off-by: Dylan Aïssi <dylan.ai...@collabora.com>

- - - - -
9234d62c by Dylan Aïssi at 2024-09-04T17:15:39+02:00
Update minimum version of Build-Deps

Signed-off-by: Dylan Aïssi <dylan.ai...@collabora.com>

- - - - -
10ed3ebc by Dylan Aïssi at 2024-09-04T17:17:57+02:00
Release weston version 14.0.0-1~exp1

Signed-off-by: Dylan Aïssi <dylan.ai...@collabora.com>

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/libweston-14-0.install
- debian/rules
- debian/weston.install


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-weston (14.0.0-1~exp1) UNRELEASED; urgency=medium
+weston (14.0.0-1~exp1) experimental; urgency=medium
 
   * New upstream release.
   * Drop Remove_upper_limit_of_required_neatvnc_version.patch,
@@ -7,8 +7,11 @@ weston (14.0.0-1~exp1) UNRELEASED; urgency=medium
   * Bump SONAME to libweston-14-0
   * Update symbols file
   * Drop gentarball target in rules since we use upstream signed tarballs
+  * Drop packaging tweaks for architecture ia64
+  * Update minimum version of Build-Deps
+      - wayland-protocols >= 1.33
 
- -- Dylan Aïssi <dai...@debian.org>  Wed, 04 Sep 2024 16:16:22 +0200
+ -- Dylan Aïssi <dai...@debian.org>  Wed, 04 Sep 2024 17:17:11 +0200
 
 weston (13.0.3-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders: Mike Gabriel <sunwea...@debian.org>,
            Dylan Aïssi <dai...@debian.org>
 Build-Depends: debhelper-compat (= 13),
                dh-exec,
-               freerdp2-dev [!ia64],
+               freerdp2-dev,
                libcairo2-dev (>= 1.10.0),
                libcolord-dev (>= 0.1.27),
                libdbus-1-dev,
@@ -24,7 +24,7 @@ Build-Depends: debhelper-compat (= 13),
                libinput-dev (>= 1.2.0),
                libjpeg-dev,
                liblcms2-dev,
-               libneatvnc-dev (>= 0.7.0) [!ia64 !sparc64],
+               libneatvnc-dev (>= 0.7.0) [!sparc64],
                libpam0g-dev,
                libpango1.0-dev,
                libpipewire-0.3-dev,
@@ -51,7 +51,7 @@ Build-Depends: debhelper-compat (= 13),
                mesa-common-dev,
                meson (>= 0.63.0),
                pkgconf,
-               wayland-protocols (>= 1.31)
+               wayland-protocols (>= 1.33)
 Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Homepage: https://wayland.freedesktop.org/


=====================================
debian/libweston-14-0.install
=====================================
@@ -6,9 +6,9 @@ usr/lib/*/libweston-14/gl-renderer.so
 usr/lib/*/libweston-14/headless-backend.so
 usr/lib/*/libweston-14/pipewire-backend.so
 usr/lib/*/libweston-14/pipewire-plugin.so
-[!ia64] usr/lib/*/libweston-14/rdp-backend.so
+usr/lib/*/libweston-14/rdp-backend.so
 usr/lib/*/libweston-14/remoting-plugin.so
-[!ia64 !sparc64] usr/lib/*/libweston-14/vnc-backend.so
+[!sparc64] usr/lib/*/libweston-14/vnc-backend.so
 usr/lib/*/libweston-14/wayland-backend.so
 usr/lib/*/libweston-14/x11-backend.so
 usr/lib/*/libweston-14/xwayland.so


=====================================
debian/rules
=====================================
@@ -2,13 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-ifneq (,$(filter ia64,$(DEB_HOST_ARCH)))
-BACKEND_RDP=false
-else
-BACKEND_RDP=true
-endif
-
-ifneq (,$(filter ia64 sparc64,$(DEB_HOST_ARCH)))
+ifneq (,$(filter sparc64,$(DEB_HOST_ARCH)))
 BACKEND_VNC=false
 else
 BACKEND_VNC=true
@@ -16,7 +10,7 @@ endif
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-               -Dbackend-rdp=$(BACKEND_RDP) \
+               -Dbackend-rdp=true \
                -Dbackend-vnc=$(BACKEND_VNC) \
                -Dscreenshare=true \
                -Dsystemd=true


=====================================
debian/weston.install
=====================================
@@ -1,5 +1,5 @@
 #! /usr/bin/dh-exec
-[!ia64 !sparc64] etc/pam.d/weston-remote-access
+[!sparc64] etc/pam.d/weston-remote-access
 usr/bin/wcap-decode
 usr/bin/weston
 usr/bin/weston-*



View it on GitLab: 
https://salsa.debian.org/xorg-team/wayland/weston/-/compare/85226e0aff4631c30c21dfcf68c390ad6be6d3d7...10ed3ebc77ba90b8891f85b066c3ab6e25f47225

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/wayland/weston/-/compare/85226e0aff4631c30c21dfcf68c390ad6be6d3d7...10ed3ebc77ba90b8891f85b066c3ab6e25f47225
You're receiving this email because of your account on salsa.debian.org.


Reply via email to