Stéphane Glondu pushed to branch debian/sid at Debian OCaml Maintainers / ocaml
Commits:
-
4a5a9ca5
by Stéphane Glondu at 2024-08-09T06:55:14+02:00
2 changed files:
Changes:
1 | +ocaml (5.2.0-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Add ocaml-base to Build-Conflicts
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Fri, 09 Aug 2024 06:55:14 +0200
|
|
6 | + |
|
1 | 7 | ocaml (5.2.0-1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * Upload to unstable (Closes: #1073289)
|
... | ... | @@ -16,6 +16,7 @@ Build-Depends: |
16 | 16 | zlib1g-dev,
|
17 | 17 | libzstd-dev,
|
18 | 18 | dh-ocaml
|
19 | +Build-Conflicts: ocaml-base
|
|
19 | 20 | Standards-Version: 4.6.2
|
20 | 21 | Rules-Requires-Root: no
|
21 | 22 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml.git
|