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
-
d2d63c8c
by Stephane Glondu at 2025-08-25T07:27:17+02:00
-
db4f780e
by Stephane Glondu at 2025-08-25T07:28:25+02:00
3 changed files:
Changes:
1 | +ocaml-soundtouch (0.1.9-5) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Update debian/watch
|
|
5 | + * Remove dh-buildinfo from Build-Depends
|
|
6 | + * Replace pkg-config by pkgconf in Build-Depends
|
|
7 | + * Bump Standards-Version to 4.7.2
|
|
8 | + |
|
9 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 07:28:22 +0200
|
|
10 | + |
|
1 | 11 | ocaml-soundtouch (0.1.9-4) unstable; urgency=medium
|
2 | 12 | |
3 | 13 | [ Stéphane Glondu ]
|
... | ... | @@ -4,14 +4,13 @@ Priority: optional |
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Build-Depends:
|
6 | 6 | debhelper-compat (= 13),
|
7 | - dh-buildinfo,
|
|
8 | 7 | ocaml,
|
9 | 8 | dh-ocaml (>= 1.2),
|
10 | 9 | libsoundtouch-dev (>= 1.5.0),
|
11 | 10 | ocaml-dune,
|
12 | 11 | libdune-ocaml-dev,
|
13 | - pkg-config
|
|
14 | -Standards-Version: 4.6.0
|
|
12 | + pkgconf
|
|
13 | +Standards-Version: 4.7.2
|
|
15 | 14 | Rules-Requires-Root: no
|
16 | 15 | Homepage: https://github.com/savonet/ocaml-soundtouch
|
17 | 16 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-soundtouch.git
|
1 | 1 | version=4
|
2 | -https://github.com/savonet/ocaml-soundtouch/releases .*/tags/v?([0-9.]+)\.tar\.gz |
|
2 | +opts="searchmode=plain" \
|
|
3 | +https://api.github.com/repos/savonet/ocaml-soundtouch/releases?per_page=50 \
|
|
4 | +https://api.github.com/repos/savonet/ocaml-soundtouch/tarball/@ANY_VERSION@ |