Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / cmdliner
Commits: 83523b6c by Stephane Glondu at 2026-05-12T12:25:55+02:00 Use dh_ocamllibinstall - - - - - 8bed217c by Stephane Glondu at 2026-05-12T12:25:55+02:00 Update changelog and prepare upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - + debian/debian-findlib - + debian/dh-ocaml.conf.json - + debian/libcmdliner-ocaml-dev.install - − debian/libcmdliner-ocaml-dev.install.in Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +cmdliner (2.1.1-2) unstable; urgency=medium + + * Use dh_ocamllibinstall + + -- Stéphane Glondu <[email protected]> Tue, 12 May 2026 12:20:41 +0200 + cmdliner (2.1.1-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: ocaml-findlib, ocamlbuild, libresult-ocaml-dev, - dh-ocaml + dh-ocaml (>= 3) Standards-Version: 4.7.4 Homepage: https://erratique.ch/software/cmdliner Vcs-Git: https://salsa.debian.org/ocaml-team/cmdliner.git ===================================== debian/debian-findlib ===================================== @@ -0,0 +1 @@ +cmdliner ===================================== debian/dh-ocaml.conf.json ===================================== @@ -0,0 +1,3 @@ +{ + "dh_ocamllibinstall": true +} ===================================== debian/libcmdliner-ocaml-dev.install ===================================== @@ -0,0 +1,2 @@ +usr/share +usr/bin ===================================== debian/libcmdliner-ocaml-dev.install.in deleted ===================================== @@ -1 +0,0 @@ -usr View it on GitLab: https://salsa.debian.org/ocaml-team/cmdliner/-/compare/ed4527a80cc53c8f48ac0e8d19b5127dffb7ea68...8bed217c8f7a374557011419686d72cc64708148 -- View it on GitLab: https://salsa.debian.org/ocaml-team/cmdliner/-/compare/ed4527a80cc53c8f48ac0e8d19b5127dffb7ea68...8bed217c8f7a374557011419686d72cc64708148 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

