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 Update packaging - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - + debian/not-installed.in Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,11 @@ cairo-ocaml (1:1.2.0-9) UNRELEASED; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable) + [ Stéphane Glondu ] + * Bump debhelper compat level to 13 + * Add Rules-Requires-Root: no + * Bump Standards-Version to 4.6.2 + -- Stéphane Glondu <[email protected]> Tue, 15 Aug 2023 09:53:45 +0200 cairo-ocaml (1:1.2.0-8) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), automake, autoconf, ocaml-findlib, @@ -11,7 +11,8 @@ Build-Depends: ocaml, libcairo2-dev, liblablgtk2-ocaml-dev -Standards-Version: 4.4.0 +Standards-Version: 4.6.2 +Rules-Requires-Root: no Homepage: http://cairographics.org/cairo-ocaml/ Vcs-Browser: https://salsa.debian.org/ocaml-team/cairo-ocaml Vcs-Git: https://salsa.debian.org/ocaml-team/cairo-ocaml.git ===================================== debian/not-installed.in ===================================== @@ -0,0 +1,2 @@ +# Upstream makes these symlinks to @OCamlStdlibDir@/cairo/*.so +@OCamlDllDir@/*.so View it on GitLab: https://salsa.debian.org/ocaml-team/cairo-ocaml/-/commit/50bc06942288bf5a9dd688e10d72b47e29419ff0 -- View it on GitLab: https://salsa.debian.org/ocaml-team/cairo-ocaml/-/commit/50bc06942288bf5a9dd688e10d72b47e29419ff0 You're receiving this email because of your account on salsa.debian.org.

