Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocplib-simplex
Commits: 03ad761e by Stephane Glondu at 2026-07-01T18:42:08+02:00 Update packaging - - - - - aeec1437 by Stephane Glondu at 2026-07-01T18:44:25+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/dh-ocaml.conf.json Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocplib-simplex (0.5.1-6) unstable; urgency=medium + + * Team upload + * Adapt to dh-ocaml 3.5 (use of extra_lib_packages) + * Bump Standards-Version to 4.7.4 + * Remove Priority and Rules-Requires-Root from debian/control + + -- Stéphane Glondu <[email protected]> Wed, 01 Jul 2026 18:42:27 +0200 + ocplib-simplex (0.5.1-5) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -1,17 +1,15 @@ Source: ocplib-simplex Section: ocaml -Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Ralf Treinen <[email protected]>, Build-Depends: debhelper-compat (= 13), - dh-ocaml (>= 3.3~), + dh-ocaml (>= 3.5~), libzarith-ocaml-dev, liblogs-ocaml-dev, ocaml, ocaml-dune (>= 3.17) -Standards-Version: 4.7.0 -Rules-Requires-Root: no +Standards-Version: 4.7.4 Homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex Vcs-Browser: https://salsa.debian.org/ocaml-team/ocplib-simplex Vcs-Git: https://salsa.debian.org/ocaml-team/ocplib-simplex.git ===================================== debian/dh-ocaml.conf.json ===================================== @@ -1,4 +1,9 @@ { "dune_layout_version": 1, - "dh_ocamllibinstall": true + "dh_ocamllibinstall": true, + "extra_lib_packages": { + "dev": [ + "ocplib-simplex-ocaml-dev" + ] + } } View it on GitLab: https://salsa.debian.org/ocaml-team/ocplib-simplex/-/compare/b611924ed5ce203143b4603363280ad298bba3c1...aeec1437a13ea9d16b8c2ea021b7e376363d20bb -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocplib-simplex/-/compare/b611924ed5ce203143b4603363280ad298bba3c1...aeec1437a13ea9d16b8c2ea021b7e376363d20bb You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

