Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / cairo-ocaml
Commits:
-
50bc0694
by Stephane Glondu at 2023-08-16T11:10:10+02:00
4 changed files:
Changes:
... | ... | @@ -3,6 +3,11 @@ cairo-ocaml (1:1.2.0-9) UNRELEASED; urgency=medium |
3 | 3 | [ Debian Janitor ]
|
4 | 4 | * Remove constraints unnecessary since buster (oldstable)
|
5 | 5 | |
6 | + [ Stéphane Glondu ]
|
|
7 | + * Bump debhelper compat level to 13
|
|
8 | + * Add Rules-Requires-Root: no
|
|
9 | + * Bump Standards-Version to 4.6.2
|
|
10 | + |
|
6 | 11 | -- Stéphane Glondu <glondu@debian.org> Tue, 15 Aug 2023 09:53:45 +0200
|
7 | 12 | |
8 | 13 | cairo-ocaml (1:1.2.0-8) unstable; urgency=medium
|
1 | -12 |
... | ... | @@ -3,7 +3,7 @@ Section: ocaml |
3 | 3 | Priority: optional
|
4 | 4 | Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
5 | 5 | Build-Depends:
|
6 | - debhelper (>= 12),
|
|
6 | + debhelper-compat (= 13),
|
|
7 | 7 | automake,
|
8 | 8 | autoconf,
|
9 | 9 | ocaml-findlib,
|
... | ... | @@ -11,7 +11,8 @@ Build-Depends: |
11 | 11 | ocaml,
|
12 | 12 | libcairo2-dev,
|
13 | 13 | liblablgtk2-ocaml-dev
|
14 | -Standards-Version: 4.4.0
|
|
14 | +Standards-Version: 4.6.2
|
|
15 | +Rules-Requires-Root: no
|
|
15 | 16 | Homepage: http://cairographics.org/cairo-ocaml/
|
16 | 17 | Vcs-Browser: https://salsa.debian.org/ocaml-team/cairo-ocaml
|
17 | 18 | Vcs-Git: https://salsa.debian.org/ocaml-team/cairo-ocaml.git
|
1 | +# Upstream makes these symlinks to @OCamlStdlibDir@/cairo/*.so
|
|
2 | +@OCamlDllDir@/*.so |