Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-re
Commits: 1a0ff6c3 by Stephane Glondu at 2025-08-25T15:03:27+02:00 Break dependency loop by not running tests - - - - - fa85eb9f by Stephane Glondu at 2025-08-25T15:03:31+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ocaml-re (1.13.3-2) unstable; urgency=medium + + * Team upload + * Break dependency loop by not running tests + + -- Stéphane Glondu <[email protected]> Mon, 25 Aug 2025 15:03:11 +0200 + ocaml-re (1.13.3-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -10,10 +10,6 @@ Build-Depends: ocaml-findlib, ocaml-dune, libseq-ocaml-dev, - libounit-ocaml-dev <!nocheck>, - libtime-now-ocaml-dev (>= 0.17.0-3~) <!nocheck>, - js-of-ocaml <!nocheck>, - nodejs <!nocheck>, dh-ocaml (>= 1.2) Standards-Version: 4.7.2 Rules-Requires-Root: no ===================================== debian/rules ===================================== @@ -5,3 +5,6 @@ include /usr/share/ocaml/ocamlvars.mk %: dh $@ --with ocaml --buildsystem ocaml_dune + +# Break dependency loop +override_dh_auto_test: View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-re/-/compare/a9f7edcc4c015666db1ee3e8c43c38c79e019be7...fa85eb9f267365abac90a7a18768a8178d079028 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-re/-/compare/a9f7edcc4c015666db1ee3e8c43c38c79e019be7...fa85eb9f267365abac90a7a18768a8178d079028 You're receiving this email because of your account on salsa.debian.org.

