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
-
f79cc862
by Stephane Glondu at 2025-08-25T01:21:13+02:00
-
2a3e250b
by Stephane Glondu at 2025-08-25T01:21:13+02:00
3 changed files:
Changes:
1 | +ocaml-dssi (0.1.5-4) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Update debian/watch
|
|
5 | + * Bump Standards-Version to 4.7.2
|
|
6 | + * Remove dh-buildinfo from Build-Depends
|
|
7 | + * Build-depend on pkgconf instead of pkg-config
|
|
8 | + |
|
9 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 01:19:03 +0200
|
|
10 | + |
|
1 | 11 | ocaml-dssi (0.1.5-3) unstable; urgency=medium
|
2 | 12 | |
3 | 13 | * Team upload
|
... | ... | @@ -4,16 +4,15 @@ 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 | dssi-dev,
|
11 | 10 | ocaml-dune,
|
12 | 11 | libdune-ocaml-dev,
|
13 | - pkg-config,
|
|
12 | + pkgconf,
|
|
14 | 13 | libladspa-ocaml-dev,
|
15 | 14 | libasound2-dev
|
16 | -Standards-Version: 4.6.0
|
|
15 | +Standards-Version: 4.7.2
|
|
17 | 16 | Rules-Requires-Root: no
|
18 | 17 | Homepage: https://github.com/savonet/ocaml-dssi
|
19 | 18 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dssi.git
|
1 | 1 | version=4
|
2 | -https://github.com/savonet/ocaml-dssi/releases .*/tags/v?([0-9.]+)\.tar\.gz |
|
2 | +opts="searchmode=plain" \
|
|
3 | +https://api.github.com/repos/savonet/ocaml-dssi/releases?per_page=50 \
|
|
4 | +https://api.github.com/repos/savonet/ocaml-dssi/tarball/@ANY_VERSION@ |