Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ppx-derivers
Commits:
-
dc93de5c
by Stephane Glondu at 2023-08-16T09:55:11+02:00
2 changed files:
Changes:
1 | +ppx-derivers (1.2.1-4) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Bump debhelper compat level to 13
|
|
4 | + * Add Rules-Requires-Root: no
|
|
5 | + * Bump Standards-Version to 4.6.2
|
|
6 | + |
|
7 | + -- Stéphane Glondu <glondu@debian.org> Wed, 16 Aug 2023 09:54:37 +0200
|
|
8 | + |
|
1 | 9 | ppx-derivers (1.2.1-3) unstable; urgency=medium
|
2 | 10 | |
3 | 11 | * Team upload
|
... | ... | @@ -4,11 +4,12 @@ Priority: optional |
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Uploaders: Ralf Treinen <treinen@debian.org>
|
6 | 6 | Build-Depends:
|
7 | - debhelper-compat (= 12),
|
|
7 | + debhelper-compat (= 13),
|
|
8 | 8 | dh-ocaml (>= 1.2),
|
9 | 9 | ocaml,
|
10 | 10 | ocaml-dune
|
11 | -Standards-Version: 4.4.0
|
|
11 | +Standards-Version: 4.6.2
|
|
12 | +Rules-Requires-Root: no
|
|
12 | 13 | Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-derivers
|
13 | 14 | Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-derivers.git
|
14 | 15 | Homepage: https://github.com/diml/ppx_derivers
|