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
-
d5a4eb05
by Stéphane Glondu at 2025-12-14T11:12:50+01:00
-
35e08b5b
by Stéphane Glondu at 2025-12-14T11:12:50+01:00
3 changed files:
Changes:
| 1 | +ocaml (5.4.0-1~exp2) experimental; urgency=medium
|
|
| 2 | + |
|
| 3 | + * fma test from test suite fails on hppa, enable emulation like on
|
|
| 4 | + m68k
|
|
| 5 | + * Remove Rules-Requires-Root
|
|
| 6 | + |
|
| 7 | + -- Stéphane Glondu <glondu@debian.org> Sun, 14 Dec 2025 11:12:32 +0100
|
|
| 8 | + |
|
| 1 | 9 | ocaml (5.4.0-1~exp1) experimental; urgency=medium
|
| 2 | 10 | |
| 3 | 11 | * New upstream release
|
| ... | ... | @@ -17,7 +17,6 @@ Build-Depends: |
| 17 | 17 | dh-ocaml
|
| 18 | 18 | Build-Conflicts: ocaml-base
|
| 19 | 19 | Standards-Version: 4.7.2
|
| 20 | -Rules-Requires-Root: no
|
|
| 21 | 20 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml.git
|
| 22 | 21 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml
|
| 23 | 22 | Homepage: https://ocaml.org/
|
| ... | ... | @@ -72,6 +72,10 @@ endif |
| 72 | 72 | ifeq (m68k,$(DEB_BUILD_ARCH))
|
| 73 | 73 | CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
|
| 74 | 74 | IGNORE_TESTS_FAILURE := || true
|
| 75 | +# fma test from test suite fails on hppa, enable emulation like on m68k
|
|
| 76 | +else ifeq (hppa,$(DEB_BUILD_ARCH))
|
|
| 77 | +CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
|
|
| 78 | +IGNORE_TESTS_FAILURE := || true
|
|
| 75 | 79 | else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH)))
|
| 76 | 80 | IGNORE_TESTS_FAILURE := || true
|
| 77 | 81 | else
|