Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-voaacenc
Commits:
-
67e628d0
by Stephane Glondu at 2025-08-25T07:34:47+02:00
-
0d0b47a8
by Stephane Glondu at 2025-08-25T07:35:31+02:00
2 changed files:
Changes:
1 | +ocaml-voaacenc (0.1.1-3) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Team upload
|
|
4 | + * Replace pkg-config by pkgconf in Build-Depends
|
|
5 | + * Remove dh-buildinfo from Build-Depends
|
|
6 | + * Bump Standards-Version to 4.6.2
|
|
7 | + |
|
8 | + -- Stéphane Glondu <glondu@debian.org> Mon, 25 Aug 2025 07:35:26 +0200
|
|
9 | + |
|
1 | 10 | ocaml-voaacenc (0.1.1-2) unstable; urgency=medium
|
2 | 11 | |
3 | 12 | * 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,
|
10 | 9 | libvo-aacenc-dev,
|
11 | 10 | ocaml-findlib,
|
12 | - pkg-config
|
|
13 | -Standards-Version: 4.6.2
|
|
11 | + pkgconf
|
|
12 | +Standards-Version: 4.7.2
|
|
14 | 13 | Rules-Requires-Root: no
|
15 | 14 | Homepage: https://github.com/savonet/ocaml-voaacenc
|
16 | 15 | Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-voaacenc.git
|