Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-soundtouch
Commits: 856b620e by Stephane Glondu at 2025-08-25T07:26:25+02:00 Update packaging - - - - - d2d63c8c by Stephane Glondu at 2025-08-25T07:27:17+02:00 Update debian/watch - - - - - db4f780e by Stephane Glondu at 2025-08-25T07:28:25+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +ocaml-soundtouch (0.1.9-5) unstable; urgency=medium + + * Team upload + * Update debian/watch + * Remove dh-buildinfo from Build-Depends + * Replace pkg-config by pkgconf in Build-Depends + * Bump Standards-Version to 4.7.2 + + -- Stéphane Glondu <[email protected]> Mon, 25 Aug 2025 07:28:22 +0200 + ocaml-soundtouch (0.1.9-4) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/control ===================================== @@ -4,14 +4,13 @@ Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Build-Depends: debhelper-compat (= 13), - dh-buildinfo, ocaml, dh-ocaml (>= 1.2), libsoundtouch-dev (>= 1.5.0), ocaml-dune, libdune-ocaml-dev, - pkg-config -Standards-Version: 4.6.0 + pkgconf +Standards-Version: 4.7.2 Rules-Requires-Root: no Homepage: https://github.com/savonet/ocaml-soundtouch Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-soundtouch.git ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ version=4 -https://github.com/savonet/ocaml-soundtouch/releases .*/tags/v?([0-9.]+)\.tar\.gz +opts="searchmode=plain" \ +https://api.github.com/repos/savonet/ocaml-soundtouch/releases?per_page=50 \ +https://api.github.com/repos/savonet/ocaml-soundtouch/tarball/@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-soundtouch/-/compare/6fb08f20408e28cbeaa730750cb1b8ff896a60f1...db4f780e9d0e6c7ae93d780c3dcdcaea2eae6b82 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-soundtouch/-/compare/6fb08f20408e28cbeaa730750cb1b8ff896a60f1...db4f780e9d0e6c7ae93d780c3dcdcaea2eae6b82 You're receiving this email because of your account on salsa.debian.org.

