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 Update packaging - - - - - 781ebd39 by Stephane Glondu at 2025-10-04T10:08:52+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocaml-inotify (2.6-2) unstable; urgency=medium + + * Team upload + * Fix Build-Depends for nocheck profile (Closes: #1116831) + * Bump Standards-Version to 4.7.2 + * Bump debian/watch to version 5 + + -- Stéphane Glondu <[email protected]> Sat, 04 Oct 2025 10:08:49 +0200 + ocaml-inotify (2.6-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -7,11 +7,11 @@ Build-Depends: ocaml, ocaml-findlib, ocaml-dune, - liblwt-ocaml-dev <!nocheck>, + liblwt-ocaml-dev, libfileutils-ocaml-dev <!nocheck>, libounit-ocaml-dev <!nocheck>, dh-ocaml (>= 1.2) -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-inotify Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-inotify.git ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 -opts="searchmode=plain" \ -https://api.github.com/repos/whitequark/ocaml-inotify/releases?per_page=50 \ -https://github.com/whitequark/ocaml-inotify/releases/download/[^/]+/inotify-v?@ANY_VERSION@\.tbz +Version: 5 + +Source: https://api.github.com/repos/whitequark/ocaml-inotify/releases?per_page=50 +Matching-Pattern: https://[^ "]+/inotify-@ANY_VERSION@\.tbz +Searchmode: plain View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-inotify/-/compare/4108c4198b8838fa384bd2758fe71626b5203f57...781ebd39ad889ee19e6aa780bc4a4ebee12dc9c3 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-inotify/-/compare/4108c4198b8838fa384bd2758fe71626b5203f57...781ebd39ad889ee19e6aa780bc4a4ebee12dc9c3 You're receiving this email because of your account on salsa.debian.org.

