Dylan Aïssi pushed to branch debian-experimental at X Strike Force / wayland / weston
Commits: bf8731b0 by Dylan Aïssi at 2024-01-18T11:44:07+01:00 Use secure URI for homepage Signed-off-by: Dylan Aïssi <[email protected]> - - - - - be485dd9 by Dylan Aïssi at 2024-01-18T11:44:31+01:00 Switch to debhelper-compat 13 Signed-off-by: Dylan Aïssi <[email protected]> - - - - - dabeef83 by Dylan Aïssi at 2024-01-18T11:54:36+01:00 Install some binaries in usr/libexec/ instead of usr/lib/*/ This is due to a change in debhelper compat 12 which relies on the build system default to define --libexecdir, which should be /usr/libexec (per FHS 3.0, adopted in Debian Policy 4.1.5). Signed-off-by: Dylan Aïssi <[email protected]> - - - - - a5159c08 by Dylan Aïssi at 2024-01-18T11:57:01+01:00 Drop useless debian/tmp/ prefix Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 86ca9f21 by Dylan Aïssi at 2024-01-18T12:06:46+01:00 weston suggests wayland-utils (Closes: #980995) Signed-off-by: Dylan Aïssi <[email protected]> - - - - - f7732643 by Dylan Aïssi at 2024-01-18T12:50:22+01:00 Mark libweston-13-0 as 'Multi-Arch: same' Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 6c4f6e0a by Dylan Aïssi at 2024-01-18T12:54:06+01:00 Update debian/changelog Signed-off-by: Dylan Aïssi <[email protected]> - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/weston.install - debian/weston.manpages Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,26 @@ +weston (13.0.0-1~exp2) UNRELEASED; urgency=medium + + * Drop outdated references to quilt + * Fix short description of libweston-13-dev + * Standards-Version: 4.6.2 (no changes required) + * Update debian/copyright + * Remove trailing whitespace in debian/changelog + * Update minimun version of Build-Deps + - libdrm-dev >= 2.4.108 + - libinput-dev >= 1.2.0 + - libwayland-dev >= 1.22.0 + - meson >= 0.63.0 + - wayland-protocols >= 1.31 + * Add debian/gbp.conf + * Use secure URI for homepage + * Switch to debhelper-compat 13 + * Install some binaries in usr/libexec/ instead of usr/lib/*/ + * Drop useless debian/tmp/ prefix + * weston suggests wayland-utils (Closes: #980995) + * Mark libweston-13-0 as 'Multi-Arch: same' + + -- Dylan Aïssi <[email protected]> Thu, 18 Jan 2024 12:52:06 +0100 + weston (13.0.0-1~exp1) experimental; urgency=medium [ Dylan Aïssi ] ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Mike Gabriel <[email protected]>, Héctor Orón Martínez <[email protected]>, Emilio Pozuelo Monfort <[email protected]>, Dylan Aïssi <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), freerdp2-dev, libcairo2-dev (>= 1.10.0), libcolord-dev (>= 0.1.27), @@ -52,7 +52,7 @@ Build-Depends: debhelper (>= 10), wayland-protocols (>= 1.31) Standards-Version: 4.6.2 Rules-Requires-Root: no -Homepage: http://wayland.freedesktop.org/ +Homepage: https://wayland.freedesktop.org/ Vcs-Git: https://salsa.debian.org/xorg-team/wayland/weston.git Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/weston @@ -65,6 +65,7 @@ Breaks: libweston-8-dev Conflicts: libweston-8-dev Replaces: libweston-8-dev Recommends: libgl1-mesa-dri +Suggests: wayland-utils Description: reference implementation of a wayland compositor Part of the Wayland project is also the Weston reference implementation of a Wayland compositor. Weston can run as an X client or under Linux @@ -75,6 +76,7 @@ Description: reference implementation of a wayland compositor Package: libweston-13-0 Section: libs Architecture: linux-any +Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: weston (<< 1.12.0-1) Breaks: weston (<< 1.12.0-1) ===================================== debian/weston.install ===================================== @@ -4,10 +4,10 @@ usr/bin/weston usr/bin/weston-* usr/include/weston usr/lib/*/pkgconfig/weston.pc -usr/lib/*/weston-desktop-shell -usr/lib/*/weston-ivi-shell-user-interface -usr/lib/*/weston-keyboard -usr/lib/*/weston-simple-im +usr/libexec/weston-desktop-shell +usr/libexec/weston-ivi-shell-user-interface +usr/libexec/weston-keyboard +usr/libexec/weston-simple-im usr/lib/*/weston/desktop-shell.so usr/lib/*/weston/fullscreen-shell.so usr/lib/*/weston/hmi-controller.so ===================================== debian/weston.manpages ===================================== @@ -1,6 +1,6 @@ -debian/tmp/usr/share/man/man1/weston-debug.1 -debian/tmp/usr/share/man/man1/weston.1 -debian/tmp/usr/share/man/man5/weston.ini.5 -debian/tmp/usr/share/man/man7/weston-bindings.7 -debian/tmp/usr/share/man/man7/weston-drm.7 -debian/tmp/usr/share/man/man7/weston-rdp.7 +usr/share/man/man1/weston-debug.1 +usr/share/man/man1/weston.1 +usr/share/man/man5/weston.ini.5 +usr/share/man/man7/weston-bindings.7 +usr/share/man/man7/weston-drm.7 +usr/share/man/man7/weston-rdp.7 View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/dc4b82feb958858e414fd16992a8ee46e28fc52c...6c4f6e0ac99171c6211b82076287973246a80655 -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/dc4b82feb958858e414fd16992a8ee46e28fc52c...6c4f6e0ac99171c6211b82076287973246a80655 You're receiving this email because of your account on salsa.debian.org.

