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
-
5dde9a26
by Stéphane Glondu at 2024-06-13T15:01:20+02:00
-
ff33f334
by Stéphane Glondu at 2024-06-13T15:01:20+02:00
-
64e972d6
by Stéphane Glondu at 2024-06-13T15:01:20+02:00
-
e023dad9
by Stéphane Glondu at 2024-06-15T08:18:32+02:00
4 changed files:
Changes:
1 | +ocaml (5.2.0-1~exp2) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Remove ppc64 from native architectures
|
|
4 | + * ocaml Depends on libzstd-dev
|
|
5 | + * libstdlib-ocaml Breaks/Replaces libfindlib-ocaml (because of META
|
|
6 | + files) (Closes: #1073243)
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Thu, 13 Jun 2024 10:32:13 +0200
|
|
9 | + |
|
1 | 10 | ocaml (5.2.0-1~exp1) experimental; urgency=medium
|
2 | 11 | |
3 | 12 | * New upstream release
|
... | ... | @@ -51,6 +51,7 @@ Depends: |
51 | 51 | libncurses-dev,
|
52 | 52 | gcc,
|
53 | 53 | binutils,
|
54 | + libzstd-dev,
|
|
54 | 55 | ${shlibs:Depends},
|
55 | 56 | ${misc:Depends},
|
56 | 57 | ${ocaml:Depends}
|
... | ... | @@ -121,8 +122,17 @@ Provides: |
121 | 122 | libuchar-ocaml,
|
122 | 123 | libstdlib-shims-ocaml,
|
123 | 124 | ${ocaml:Provides}
|
124 | -Breaks: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~), dh-ocaml (<< 2)
|
|
125 | -Replaces: ocaml (<< 4.13.1-5~), ocaml-base (<< 4.13.1-5~), ocaml-compiler-libs (<< 4.13.1-5~)
|
|
125 | +Breaks:
|
|
126 | + libfindlib-ocaml (<< 1.9.6-2~),
|
|
127 | + ocaml (<< 4.13.1-5~),
|
|
128 | + ocaml-base (<< 4.13.1-5~),
|
|
129 | + ocaml-compiler-libs (<< 4.13.1-5~),
|
|
130 | + dh-ocaml (<< 2)
|
|
131 | +Replaces:
|
|
132 | + libfindlib-ocaml (<< 1.9.6-2~),
|
|
133 | + ocaml (<< 4.13.1-5~),
|
|
134 | + ocaml-base (<< 4.13.1-5~),
|
|
135 | + ocaml-compiler-libs (<< 4.13.1-5~)
|
|
126 | 136 | Description: OCaml standard library (runtime files)
|
127 | 137 | OCaml is an implementation of the ML language, based on the Caml
|
128 | 138 | Light dialect extended with a complete class-based object system and
|
1 | -amd64 arm64 kfreebsd-amd64 ppc64 ppc64el s390x riscv64 |
|
1 | +amd64 arm64 kfreebsd-amd64 ppc64el s390x riscv64 |