Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-batteries
Commits: 6f4cb937 by Stephane Glondu at 2025-10-04T09:44:20+02:00 Update packaging - - - - - a94b3e4a by Stephane Glondu at 2025-10-04T09:47:31+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocaml-batteries (3.9.0-2) unstable; urgency=medium + + * Team upload + * Fix Build-Depends for nocheck profile (Closes: #1116828) + * Bump Standards-Version to 4.7.2 + * Bump debian/watch version to 5 + + -- Stéphane Glondu <[email protected]> Sat, 04 Oct 2025 09:47:22 +0200 + ocaml-batteries (3.9.0-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -13,10 +13,10 @@ Build-Depends: ocaml-qtest <!nocheck>, libqtest-ocaml-dev <!nocheck>, libqcheck-ocaml-dev <!nocheck>, - libbenchmark-ocaml-dev <!nocheck>, + libbenchmark-ocaml-dev, ocaml-odoc <!nodoc>, dh-ocaml (>= 2) -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-batteries.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-batteries ===================================== debian/watch ===================================== @@ -1,3 +1,5 @@ -version=4 -opts="uversionmangle=s/_test_/~test~/" \ -https://github.com/ocaml-batteries-team/batteries-included/tags .*/v?([0-9.]*)\.tar\.gz +Version: 5 + +Source: https://github.com/ocaml-batteries-team/batteries-included/tags +Matching-Pattern: .*/@ANY_VERSION@\.tar\.gz +Uversionmangle: s/_test_/~test~/ View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-batteries/-/compare/97003f575a6e974db49e83be7a24b4e1c4f912c4...a94b3e4a6b9b0c5f704197ead33ea72d3b97199d -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-batteries/-/compare/97003f575a6e974db49e83be7a24b4e1c4f912c4...a94b3e4a6b9b0c5f704197ead33ea72d3b97199d You're receiving this email because of your account on salsa.debian.org.

