Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / js-of-ocaml
Commits: b2f8f6a4 by Stéphane Glondu at 2026-07-28T09:02:35+02:00 Fix FTBFS with dune 3.24.1 (Closes: #1142897) - - - - - ccfc0339 by Stéphane Glondu at 2026-07-28T09:02:48+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/0002-Fix-FTBFS-with-dune-3.24.1.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +js-of-ocaml (6.4.1-2) unstable; urgency=medium + + * Fix FTBFS with dune 3.24.1 (Closes: #1142897) + + -- Stéphane Glondu <[email protected]> Tue, 28 Jul 2026 09:02:47 +0200 + js-of-ocaml (6.4.1-1) unstable; urgency=medium * New upstream release ===================================== debian/patches/0002-Fix-FTBFS-with-dune-3.24.1.patch ===================================== @@ -0,0 +1,22 @@ +From: =?utf-8?q?St=C3=A9phane_Glondu?= <[email protected]> +Date: Tue, 28 Jul 2026 09:01:56 +0200 +Subject: Fix FTBFS with dune 3.24.1 + +Bug-Debian: https://bugs.debian.org/1142897 +--- + examples/boulderdash/dune | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/boulderdash/dune b/examples/boulderdash/dune +index 87d2ea3..1c99dc3 100644 +--- a/examples/boulderdash/dune ++++ b/examples/boulderdash/dune +@@ -4,7 +4,7 @@ + (modes js wasm) + (js_of_ocaml + (compilation_mode separate) +- (build_runtime_flags :standard --file %{dep:maps.txt} --file maps)) ++ (build_runtime_flags :standard --file %{dep:maps.txt})) + (link_deps + (glob_files maps/*.map)) + (preprocess ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Disable-build-of-toplevel.-bc-.js.patch +0002-Fix-FTBFS-with-dune-3.24.1.patch View it on GitLab: https://salsa.debian.org/ocaml-team/js-of-ocaml/-/compare/620d9c8daf9c750cb262d0c937e90f9cb5a3842b...ccfc033907b511937f48201a00187a0241d52b73 -- View it on GitLab: https://salsa.debian.org/ocaml-team/js-of-ocaml/-/compare/620d9c8daf9c750cb262d0c937e90f9cb5a3842b...ccfc033907b511937f48201a00187a0241d52b73 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

