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
-
fa85eb9f
by Stephane Glondu at 2025-08-25T15:03:31+02:00
3 changed files:
Changes:
1 | +ocaml-re (1.13.3-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Break dependency loop by not running tests
|
|
5 | + |
|
6 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 15:03:11 +0200
|
|
7 | + |
|
1 | 8 | ocaml-re (1.13.3-1) unstable; urgency=medium
|
2 | 9 | |
3 | 10 | * Team upload
|
... | ... | @@ -10,10 +10,6 @@ Build-Depends: |
10 | 10 | ocaml-findlib,
|
11 | 11 | ocaml-dune,
|
12 | 12 | libseq-ocaml-dev,
|
13 | - libounit-ocaml-dev <!nocheck>,
|
|
14 | - libtime-now-ocaml-dev (>= 0.17.0-3~) <!nocheck>,
|
|
15 | - js-of-ocaml <!nocheck>,
|
|
16 | - nodejs <!nocheck>,
|
|
17 | 13 | dh-ocaml (>= 1.2)
|
18 | 14 | Standards-Version: 4.7.2
|
19 | 15 | Rules-Requires-Root: no
|
... | ... | @@ -5,3 +5,6 @@ include /usr/share/ocaml/ocamlvars.mk |
5 | 5 | |
6 | 6 | %:
|
7 | 7 | dh $@ --with ocaml --buildsystem ocaml_dune
|
8 | + |
|
9 | +# Break dependency loop
|
|
10 | +override_dh_auto_test: |