Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-portaudio
Commits:
-
cfd2f0dc
by Stephane Glondu at 2025-08-25T07:23:29+02:00
-
7d035b32
by Stephane Glondu at 2025-08-25T07:24:01+02:00
2 changed files:
Changes:
1 | +ocaml-portaudio (0.2.3-5) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Remove dh-buildinfo from Build-Depends
|
|
5 | + * Replace pkg-config by pkgconf in Build-Depends
|
|
6 | + |
|
7 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 07:23:59 +0200
|
|
8 | + |
|
1 | 9 | ocaml-portaudio (0.2.3-4) unstable; urgency=medium
|
2 | 10 | |
3 | 11 | * Team upload
|
... | ... | @@ -4,13 +4,12 @@ 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 | portaudio19-dev,
|
11 | 10 | ocaml-dune,
|
12 | 11 | libdune-ocaml-dev,
|
13 | - pkg-config
|
|
12 | + pkgconf
|
|
14 | 13 | Standards-Version: 4.7.2
|
15 | 14 | Rules-Requires-Root: no
|
16 | 15 | Homepage: https://github.com/savonet/ocaml-portaudio
|