Stéphane Glondu pushed to branch debian/ocaml-5 at Debian OCaml Maintainers / ocaml
Commits: d36d6369 by Stéphane Glondu at 2024-06-13T15:01:20+02:00 Remove ppc64 from native architectures - - - - - 5dde9a26 by Stéphane Glondu at 2024-06-13T15:01:20+02:00 ocaml Depends on libzstd-dev - - - - - ff33f334 by Stéphane Glondu at 2024-06-13T15:01:20+02:00 libstdlib-ocaml Breaks/Replaces libfindlib-ocaml (because of META files) - - - - - 64e972d6 by Stéphane Glondu at 2024-06-13T15:01:20+02:00 Update changelog - - - - - e023dad9 by Stéphane Glondu at 2024-06-15T08:18:32+02:00 A bug was reported about missing Breaks/Replaces - - - - - 4 changed files: - − configure - debian/changelog - debian/control - debian/native-archs Changes: ===================================== configure deleted ===================================== The diff for this file was not included because it is too large. ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocaml (5.2.0-1~exp2) UNRELEASED; urgency=medium + + * Remove ppc64 from native architectures + * ocaml Depends on libzstd-dev + * libstdlib-ocaml Breaks/Replaces libfindlib-ocaml (because of META + files) (Closes: #1073243) + + -- Stéphane Glondu <[email protected]> Thu, 13 Jun 2024 10:32:13 +0200 + ocaml (5.2.0-1~exp1) experimental; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -51,6 +51,7 @@ Depends: libncurses-dev, gcc, binutils, + libzstd-dev, ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} @@ -121,8 +122,17 @@ Provides: libuchar-ocaml, libstdlib-shims-ocaml, ${ocaml:Provides} -Breaks: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~), dh-ocaml (<< 2) -Replaces: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~) +Breaks: + libfindlib-ocaml (<< 1.9.6-2~), + ocaml (<< 4.13.1-5~), + ocaml-base (<< 4.13.1-5~), + ocaml-compiler-libs (<< 4.13.1-5~), + dh-ocaml (<< 2) +Replaces: + libfindlib-ocaml (<< 1.9.6-2~), + ocaml (<< 4.13.1-5~), + ocaml-base (<< 4.13.1-5~), + ocaml-compiler-libs (<< 4.13.1-5~) Description: OCaml standard library (runtime files) OCaml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and ===================================== debian/native-archs ===================================== @@ -1 +1 @@ -amd64 arm64 kfreebsd-amd64 ppc64 ppc64el s390x riscv64 +amd64 arm64 kfreebsd-amd64 ppc64el s390x riscv64 View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/39b17dc81a395f6ea274c7bff40f7096a94274b6...e023dad969945b3bfcb9cabdd7082ac2eb45d603 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/39b17dc81a395f6ea274c7bff40f7096a94274b6...e023dad969945b3bfcb9cabdd7082ac2eb45d603 You're receiving this email because of your account on salsa.debian.org.

