Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dssi
Commits: 87cc2578 by Stephane Glondu at 2025-08-25T01:17:37+02:00 Update debian/watch - - - - - f79cc862 by Stephane Glondu at 2025-08-25T01:21:13+02:00 Update packaging - - - - - 2a3e250b by Stephane Glondu at 2025-08-25T01:21:13+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-dssi (0.1.5-4) unstable; urgency=medium + + * Team upload + * Update debian/watch + * Bump Standards-Version to 4.7.2 + * Remove dh-buildinfo from Build-Depends + * Build-depend on pkgconf instead of pkg-config + + -- Stéphane Glondu <[email protected]> Mon, 25 Aug 2025 01:19:03 +0200 + ocaml-dssi (0.1.5-3) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -4,16 +4,15 @@ Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Build-Depends: debhelper-compat (= 13), - dh-buildinfo, ocaml, dh-ocaml (>= 1.2), dssi-dev, ocaml-dune, libdune-ocaml-dev, - pkg-config, + pkgconf, libladspa-ocaml-dev, libasound2-dev -Standards-Version: 4.6.0 +Standards-Version: 4.7.2 Rules-Requires-Root: no Homepage: https://github.com/savonet/ocaml-dssi Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dssi.git ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ version=4 -https://github.com/savonet/ocaml-dssi/releases .*/tags/v?([0-9.]+)\.tar\.gz +opts="searchmode=plain" \ +https://api.github.com/repos/savonet/ocaml-dssi/releases?per_page=50 \ +https://api.github.com/repos/savonet/ocaml-dssi/tarball/@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dssi/-/compare/f3c997c1d900bbbbeed9eb7a7cf5d28da217d9b8...2a3e250b3f8f9e41796609a9059dcb1565e8f444 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dssi/-/compare/f3c997c1d900bbbbeed9eb7a7cf5d28da217d9b8...2a3e250b3f8f9e41796609a9059dcb1565e8f444 You're receiving this email because of your account on salsa.debian.org.

