Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / utop
Commits:
-
1bddaf69
by Stephane Glondu at 2026-03-26T10:29:47+01:00
-
558cf676
by Stephane Glondu at 2026-03-26T10:30:13+01:00
3 changed files:
Changes:
| 1 | +utop (2.16.0-2) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Team upload
|
|
| 4 | + * Build-depend on libxdg-ocaml-dev instead of libdune-ocaml-dev
|
|
| 5 | + * Switch debian/watch to version 5
|
|
| 6 | + * Bump Standards-Version to 4.7.3
|
|
| 7 | + * Remove Priority and Rules-Requires-Root from debian/control
|
|
| 8 | + |
|
| 9 | + -- Stéphane Glondu <glondu@debian.org> Thu, 26 Mar 2026 10:29:51 +0100
|
|
| 10 | + |
|
| 1 | 11 | utop (2.16.0-1) unstable; urgency=medium
|
| 2 | 12 | |
| 3 | 13 | * Team upload
|
| ... | ... | @@ -9,7 +9,7 @@ Build-Depends: |
| 9 | 9 | ocaml,
|
| 10 | 10 | cppo,
|
| 11 | 11 | ocaml-dune (>= 3.9.0-2),
|
| 12 | - libdune-ocaml-dev,
|
|
| 12 | + libxdg-ocaml-dev,
|
|
| 13 | 13 | libfindlib-ocaml-dev,
|
| 14 | 14 | liblambda-term-ocaml-dev (>= 3.1.0),
|
| 15 | 15 | liblogs-ocaml-dev,
|
| ... | ... | @@ -17,8 +17,7 @@ Build-Depends: |
| 17 | 17 | libalcotest-ocaml-dev <!nocheck>,
|
| 18 | 18 | dh-elpa,
|
| 19 | 19 | dh-ocaml (>= 1.2)
|
| 20 | -Standards-Version: 4.7.0
|
|
| 21 | -Rules-Requires-Root: no
|
|
| 20 | +Standards-Version: 4.7.3
|
|
| 22 | 21 | Section: ocaml
|
| 23 | 22 | Homepage: https://github.com/ocaml-community/utop
|
| 24 | 23 | Vcs-Browser: https://salsa.debian.org/ocaml-team/utop
|
| 1 | -version=4
|
|
| 2 | -opts="searchmode=plain" \
|
|
| 3 | -https://api.github.com/repos/ocaml-community/utop/releases?per_page=50 \
|
|
| 4 | -https://github.com/ocaml-community/utop/releases/download/[^/]+/utop-@ANY_VERSION@\.(?:tar\.gz|tbz) |
|
| 1 | +Version: 5
|
|
| 2 | + |
|
| 3 | +Source: https://api.github.com/repos/ocaml-community/utop/releases?per_page=50
|
|
| 4 | +Matching-Pattern: https://github.com/ocaml-community/utop/releases/download/[^/]+/utop-@ANY_VERSION@\.(?:tar\.gz|tbz)
|
|
| 5 | +Searchmode: plain |