Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / camlbz2
Commits: ea528f82 by Stephane Glondu at 2023-08-07T15:29:59+02:00 Build-depend on ocaml instead of ocaml-nox - - - - - 2 changed files: - debian/control - debian/tests/control Changes: ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Ralf Treinen <[email protected]> Build-Depends: debhelper-compat (= 13), - ocaml-nox (>= 3.11), + ocaml, ocaml-findlib (>= 1.2.4), libbz2-dev, dh-ocaml ===================================== debian/tests/control ===================================== @@ -1,2 +1,2 @@ Tests: upstream -Depends: ocaml-nox, ocaml-findlib, libbz2-ocaml-dev, bzip2 +Depends: ocaml, ocaml-findlib, libbz2-ocaml-dev, bzip2 View it on GitLab: https://salsa.debian.org/ocaml-team/camlbz2/-/commit/ea528f8206e267f575d92f2b62ebeadf9611a067 -- View it on GitLab: https://salsa.debian.org/ocaml-team/camlbz2/-/commit/ea528f8206e267f575d92f2b62ebeadf9611a067 You're receiving this email because of your account on salsa.debian.org.

