Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 73ffc2a7 by Timo Aaltonen at 2023-01-16T11:20:45+02:00 rusticl-ftbfs.diff: Fix rusticl dependencies to include valgrind. - - - - - 8534f2f0 by Timo Aaltonen at 2023-01-16T11:21:02+02:00 release to experimental - - - - - 3 changed files: - debian/changelog - + debian/patches/rusticl-ftbfs.diff - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -mesa (23.0.0~rc1-1) UNRELEASED; urgency=medium +mesa (23.0.0~rc1-1) experimental; urgency=medium * New upstream release candidate. * patches: Refreshed. + * rusticl-ftbfs.diff: Fix rusticl dependencies to include valgrind. - -- Timo Aaltonen <[email protected]> Fri, 13 Jan 2023 21:02:03 +0200 + -- Timo Aaltonen <[email protected]> Mon, 16 Jan 2023 11:20:46 +0200 mesa (22.3.3-1) unstable; urgency=medium ===================================== debian/patches/rusticl-ftbfs.diff ===================================== @@ -0,0 +1,20 @@ +--- a/src/gallium/frontends/rusticl/meson.build ++++ b/src/gallium/frontends/rusticl/meson.build +@@ -195,6 +195,7 @@ rusticl_mesa_bindings_inline_wrapper = s + ], + dependencies: [ + idep_nir_headers, ++ dep_valgrind, + ], + ) + +@@ -209,6 +210,9 @@ rusticl_mesa_bindings_rs = rust.bindgen( + inc_nir, + inc_src, + ], ++ dependencies: [ ++ dep_valgrind, ++ ], + c_args : [ + rusticl_bindgen_c_args, + pre_args, ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 07_gallium-fix-build-failure-on-powerpcspe.diff path_max.diff src_glx_dri_common.h.diff +rusticl-ftbfs.diff View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/7b926b7ba6aa3eb6af0c74fdf85dc62e33c34052...8534f2f08a5dca652af3cb872ac3e940c547cebe -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/7b926b7ba6aa3eb6af0c74fdf85dc62e33c34052...8534f2f08a5dca652af3cb872ac3e940c547cebe You're receiving this email because of your account on salsa.debian.org.

