Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits: b89e3c42 by Héctor Orón Martínez at 2020-03-02T11:40:58+01:00 debian/rules: fix broken builds Signed-off-by: Héctor Orón Martínez <[email protected]> - - - - - 98d2892d by Héctor Orón Martínez at 2020-03-02T11:40:58+01:00 Release Debian version 8.0.0-1 Signed-off-by: Héctor Orón Martínez <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -weston (8.0.0-1) UNRELEASED; urgency=medium +weston (8.0.0-1) unstable; urgency=medium * New upstream release + * debian/libweston-8-0.symbols: update + * libexec_weston.so*,weston-direct-display.xml: new files - -- Héctor Orón Martínez <[email protected]> Sun, 09 Feb 2020 18:47:38 +0100 + -- Héctor Orón Martínez <[email protected]> Mon, 10 Feb 2020 12:23:53 +0100 weston (7.0.0-1~exp1) experimental; urgency=medium ===================================== debian/rules ===================================== @@ -12,10 +12,10 @@ override_dh_missing: dh_missing --fail-missing -X.la override_dh_makeshlibs: - dh_makeshlibs -Xlibweston-8/ -- -c4 -ldebian/weston/usr/lib/$(DEB_HOST_GNU_TYPE)/weston/ + dh_makeshlibs -Xlibweston-8/ -- -c4 -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/ override_dh_shlibdeps: - dh_shlibdeps -O--buildsystem=meson -- -ldebian/weston/usr/lib/$(DEB_HOST_GNU_TYPE)/weston/ + dh_shlibdeps -O--buildsystem=meson -- -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/ override_dh_fixperms: dh_fixperms -Xusr/bin/weston-launch View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/7d61a2c8f74ee20460f242e9a511e1377069d384...98d2892dc393f197052db23598f81ca68a0d7356 -- View it on GitLab: https://salsa.debian.org/xorg-team/wayland/weston/-/compare/7d61a2c8f74ee20460f242e9a511e1377069d384...98d2892dc393f197052db23598f81ca68a0d7356 You're receiving this email because of your account on salsa.debian.org.

