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
-
a94b3e4a
by Stephane Glondu at 2025-10-04T09:47:31+02:00
3 changed files:
Changes:
1 | +ocaml-batteries (3.9.0-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fix Build-Depends for nocheck profile (Closes: #1116828)
|
|
5 | + * Bump Standards-Version to 4.7.2
|
|
6 | + * Bump debian/watch version to 5
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Sat, 04 Oct 2025 09:47:22 +0200
|
|
9 | + |
|
1 | 10 | ocaml-batteries (3.9.0-1) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * Team upload
|
... | ... | @@ -13,10 +13,10 @@ Build-Depends: |
13 | 13 | ocaml-qtest <!nocheck>,
|
14 | 14 | libqtest-ocaml-dev <!nocheck>,
|
15 | 15 | libqcheck-ocaml-dev <!nocheck>,
|
16 | - libbenchmark-ocaml-dev <!nocheck>,
|
|
16 | + libbenchmark-ocaml-dev,
|
|
17 | 17 | ocaml-odoc <!nodoc>,
|
18 | 18 | dh-ocaml (>= 2)
|
19 | -Standards-Version: 4.6.2
|
|
19 | +Standards-Version: 4.7.2
|
|
20 | 20 | Rules-Requires-Root: no
|
21 | 21 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-batteries.git
|
22 | 22 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-batteries
|
1 | -version=4
|
|
2 | -opts="uversionmangle=s/_test_/~test~/" \
|
|
3 | -https://github.com/ocaml-batteries-team/batteries-included/tags .*/v?([0-9.]*)\.tar\.gz |
|
1 | +Version: 5
|
|
2 | + |
|
3 | +Source: https://github.com/ocaml-batteries-team/batteries-included/tags
|
|
4 | +Matching-Pattern: .*/@ANY_VERSION@\.tar\.gz
|
|
5 | +Uversionmangle: s/_test_/~test~/ |