Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml
Commits: b44492d9 by Stephane Glondu at 2023-08-08T11:46:30+02:00 Remove Breaks/Replaces relative to old ocaml versions - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +dh-ocaml (1.2.3) UNRELEASED; urgency=medium + + * Remove Breaks/Replaces relative to old ocaml versions + + -- Stéphane Glondu <[email protected]> Tue, 08 Aug 2023 11:46:20 +0200 + dh-ocaml (1.2.2) unstable; urgency=medium * Remove dh_dwz override from ocamlvars.mk ===================================== debian/control ===================================== @@ -25,17 +25,7 @@ Depends: ${misc:Depends} Provides: dh-sequence-ocaml Recommends: debhelper, - ocaml-nox (>> 3.12) -Replaces: - ocaml-base-nox (<< 3.11.0~beta1-1), - ocaml (<< 3.11.0~beta1-1), - ocaml-nox (<< 3.11.0~beta1-1), - ocaml-base (<< 3.11.0~beta1-1) -Breaks: - ocaml-base-nox (<< 3.12), - ocaml (<< 3.12), - ocaml-nox (<< 3.12), - ocaml-base (<< 3.12) + ocaml Suggests: git Description: helper tools for maintaining OCaml-related Debian packages View it on GitLab: https://salsa.debian.org/ocaml-team/dh-ocaml/-/commit/b44492d9362b35e4ece618f1ed73c13bc9fbdd6e -- View it on GitLab: https://salsa.debian.org/ocaml-team/dh-ocaml/-/commit/b44492d9362b35e4ece618f1ed73c13bc9fbdd6e You're receiving this email because of your account on salsa.debian.org.

