Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-portaudio
Commits:
-
1a0074dd
by Stephane Glondu at 2025-08-25T01:03:02+02:00
-
dac42a69
by Stephane Glondu at 2025-08-25T01:03:02+02:00
-
1b0b283c
by Stephane Glondu at 2025-08-25T01:03:02+02:00
3 changed files:
Changes:
1 | +ocaml-portaudio (0.2.3-4) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Remove obsolete debian/control.in
|
|
5 | + * Bump Standards-Version to 4.7.2
|
|
6 | + * Update debian/watch
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 01:02:40 +0200
|
|
9 | + |
|
1 | 10 | ocaml-portaudio (0.2.3-3) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * Team upload
|
... | ... | @@ -11,7 +11,7 @@ Build-Depends: |
11 | 11 | ocaml-dune,
|
12 | 12 | libdune-ocaml-dev,
|
13 | 13 | pkg-config
|
14 | -Standards-Version: 4.6.0
|
|
14 | +Standards-Version: 4.7.2
|
|
15 | 15 | Rules-Requires-Root: no
|
16 | 16 | Homepage: https://github.com/savonet/ocaml-portaudio
|
17 | 17 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-portaudio.git
|
1 | 1 | version=4
|
2 | -https://github.com/savonet/ocaml-portaudio/releases .*/tags/v?(.*)\.tar\.gz |
|
2 | +opts="searchmode=plain" \
|
|
3 | +https://api.github.com/repos/savonet/ocaml-portaudio/releases?per_page=50 \
|
|
4 | +https://api.github.com/repos/savonet/ocaml-portaudio/tarball/@ANY_VERSION@ |