Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits: af439eb2 by Héctor Orón Martínez at 2020-09-20T11:06:44+02:00 debian/libweston-9-dev.install: move libexec_weston to weston libexec_weston is a shared library with the purpose to execute weston in a test environment, however, it should not be used for developing against it. It should really be shipped along weston binary. For now, we are shipping the runtime object in the weston package. Signed-off-by: Héctor Orón Martínez <[email protected]> - - - - - bd5da04c by Héctor Orón Martínez at 2020-09-20T11:06:58+02:00 Release Debian version 9.0.0-2 Signed-off-by: Héctor Orón Martínez <[email protected]> - - - - - 4 changed files: - debian/changelog - debian/control - debian/libweston-9-dev.install - debian/weston.install Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +weston (9.0.0-2) unstable; urgency=medium + + * debian/libweston-9-dev.install: drop libexec_weston (Closes: #970134) + + -- Héctor Orón Martínez <[email protected]> Sun, 20 Sep 2020 10:36:42 +0200 + weston (9.0.0-1) unstable; urgency=medium * Release to unstable. ===================================== debian/control ===================================== @@ -60,6 +60,9 @@ Depends: adduser, libwayland-egl1-mesa (>= 10.1.0-2) | libwayland-egl1, ${misc:Depends}, ${shlibs:Depends} +Breaks: libweston-8-dev +Conflicts: libweston-8-dev +Replaces: libweston-8-dev Recommends: libgl1-mesa-dri Description: reference implementation of a wayland compositor Part of the Wayland project is also the Weston reference implementation ===================================== debian/libweston-9-dev.install ===================================== @@ -3,7 +3,6 @@ usr/lib/*/libweston-9.so usr/lib/*/libweston-desktop-9.so usr/lib/*/pkgconfig/libweston-9.pc usr/lib/*/pkgconfig/libweston-desktop-9.pc -usr/lib/*/weston/libexec_weston.so usr/share/libweston-9/protocols/weston-debug.xml usr/share/libweston-9/protocols/weston-direct-display.xml usr/share/pkgconfig/libweston-9-protocols.pc ===================================== debian/weston.install ===================================== @@ -14,7 +14,7 @@ usr/lib/*/weston/fullscreen-shell.so usr/lib/*/weston/hmi-controller.so usr/lib/*/weston/ivi-shell.so usr/lib/*/weston/kiosk-shell.so -usr/lib/*/weston/libexec_weston.so.* +usr/lib/*/weston/libexec_weston.so* usr/lib/*/weston/screen-share.so usr/lib/*/weston/systemd-notify.so usr/share/wayland-sessions/weston.desktop View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/9cc9bf8afe34f39421417733173e4260ddb8059f...bd5da04cd43f64acf9708ad34327bbc4ff9be054 -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/9cc9bf8afe34f39421417733173e4260ddb8059f...bd5da04cd43f64acf9708ad34327bbc4ff9be054 You're receiving this email because of your account on salsa.debian.org.

