Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-inotify
Commits:
-
f968f8d3
by Stephane Glondu at 2025-10-04T10:08:31+02:00
-
781ebd39
by Stephane Glondu at 2025-10-04T10:08:52+02:00
3 changed files:
Changes:
1 | +ocaml-inotify (2.6-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Fix Build-Depends for nocheck profile (Closes: #1116831)
|
|
5 | + * Bump Standards-Version to 4.7.2
|
|
6 | + * Bump debian/watch to version 5
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Sat, 04 Oct 2025 10:08:49 +0200
|
|
9 | + |
|
1 | 10 | ocaml-inotify (2.6-1) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * Team upload
|
... | ... | @@ -7,11 +7,11 @@ Build-Depends: |
7 | 7 | ocaml,
|
8 | 8 | ocaml-findlib,
|
9 | 9 | ocaml-dune,
|
10 | - liblwt-ocaml-dev <!nocheck>,
|
|
10 | + liblwt-ocaml-dev,
|
|
11 | 11 | libfileutils-ocaml-dev <!nocheck>,
|
12 | 12 | libounit-ocaml-dev <!nocheck>,
|
13 | 13 | dh-ocaml (>= 1.2)
|
14 | -Standards-Version: 4.7.0
|
|
14 | +Standards-Version: 4.7.2
|
|
15 | 15 | Rules-Requires-Root: no
|
16 | 16 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-inotify
|
17 | 17 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-inotify.git
|
1 | -version=4
|
|
2 | -opts="searchmode=plain" \
|
|
3 | -https://api.github.com/repos/whitequark/ocaml-inotify/releases?per_page=50 \
|
|
4 | -https://github.com/whitequark/ocaml-inotify/releases/download/[^/]+/inotify-v?@ANY_VERSION@\.tbz |
|
1 | +Version: 5
|
|
2 | + |
|
3 | +Source: https://api.github.com/repos/whitequark/ocaml-inotify/releases?per_page=50
|
|
4 | +Matching-Pattern: https://[^ "]+/inotify-@ANY_VERSION@\.tbz
|
|
5 | +Searchmode: plain |