Stéphane Glondu pushed to branch debian/experimental at Debian OCaml Maintainers / ocaml
Commits: 06712b40 by Stéphane Glondu at 2025-12-14T10:53:11+01:00 fma test from test suite fails on hppa, enable emulation like on m68k - - - - - d5a4eb05 by Stéphane Glondu at 2025-12-14T11:12:50+01:00 Remove Rules-Requires-Root - - - - - 35e08b5b by Stéphane Glondu at 2025-12-14T11:12:50+01:00 Update changelog and prepare upload to experimental - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ocaml (5.4.0-1~exp2) experimental; urgency=medium + + * fma test from test suite fails on hppa, enable emulation like on + m68k + * Remove Rules-Requires-Root + + -- Stéphane Glondu <[email protected]> Sun, 14 Dec 2025 11:12:32 +0100 + ocaml (5.4.0-1~exp1) experimental; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -17,7 +17,6 @@ Build-Depends: dh-ocaml Build-Conflicts: ocaml-base Standards-Version: 4.7.2 -Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml Homepage: https://ocaml.org/ ===================================== debian/rules ===================================== @@ -72,6 +72,10 @@ endif ifeq (m68k,$(DEB_BUILD_ARCH)) CONFIGURE_OPTS += --enable-imprecise-c99-float-ops IGNORE_TESTS_FAILURE := || true +# fma test from test suite fails on hppa, enable emulation like on m68k +else ifeq (hppa,$(DEB_BUILD_ARCH)) +CONFIGURE_OPTS += --enable-imprecise-c99-float-ops +IGNORE_TESTS_FAILURE := || true else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH))) IGNORE_TESTS_FAILURE := || true else View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/578327a79304a99ede5651f2d24fd283d6f02020...35e08b5b334defd9373cae623d1deae03dd073e7 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/578327a79304a99ede5651f2d24fd283d6f02020...35e08b5b334defd9373cae623d1deae03dd073e7 You're receiving this email because of your account on salsa.debian.org.

