Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / camomile
Commits: 5a31d528 by Stephane Glondu at 2026-07-24T15:23:36+02:00 add missing header to PT, fixes compilation under dune 3.24 - - - - - 08019b74 by Stephane Glondu at 2026-07-24T15:29:38+02:00 Update packaging - - - - - 62d9a01c by Stephane Glondu at 2026-07-24T15:32:12+02:00 Update changelog and prepare upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/0002-add-missing-header-to-PT-fixes-compilation-under-dun.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +camomile (2.0.0-4) unstable; urgency=medium + + * Team upload + * add missing header to PT, fixes compilation under dune 3.24 + * Bump debhelper compat level to 14 + * Bump Standards-Version to 4.7.4 + + -- Stéphane Glondu <[email protected]> Fri, 24 Jul 2026 15:26:39 +0200 + camomile (2.0.0-3) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Section: ocaml Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Kyle Robbertze <[email protected]> Build-Depends: cppo, - debhelper-compat (= 13), + debhelper-compat (= 14), dh-ocaml (>= 1.2), docbook-xml, docbook-xsl, @@ -16,7 +16,7 @@ Build-Depends: cppo, opam-installer, po4a, xsltproc -Standards-Version: 4.7h3 +Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ocaml-team/camomile.git Vcs-Browser: https://salsa.debian.org/ocaml-team/camomile Homepage: https://github.com/ocaml-community/Camomile ===================================== debian/patches/0002-add-missing-header-to-PT-fixes-compilation-under-dun.patch ===================================== @@ -0,0 +1,24 @@ +From: =?utf-8?q?Rapha=C3=ABl_Proust?= <[email protected]> +Date: Tue, 30 Jun 2026 15:05:15 +0200 +Subject: add missing header to PT, fixes compilation under dune 3.24 + +Origin: https://github.com/ocaml-community/Camomile/pull/14 +--- + src/charmaps/sources/EBCDIC-PT | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/src/charmaps/sources/EBCDIC-PT b/src/charmaps/sources/EBCDIC-PT +index 1a40b6f..39a44f6 100644 +--- a/src/charmaps/sources/EBCDIC-PT ++++ b/src/charmaps/sources/EBCDIC-PT +@@ -1,3 +1,10 @@ ++<code_set_name> EBCDIC-PT ++<comment_char> % ++<escape_char> / ++% version: 1.0 ++% source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987 ++ ++CHARMAP + <U0000> /x00 NULL (NUL) + <U0001> /x01 START OF HEADING (SOH) + <U0002> /x02 START OF TEXT (STX) ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Drop-massive-locale-that-causes-FTBFS-on-some-archit.patch +0002-add-missing-header-to-PT-fixes-compilation-under-dun.patch View it on GitLab: https://salsa.debian.org/ocaml-team/camomile/-/compare/0c2e064dae7477260b4678129cc6cd5b83b0a1c4...62d9a01c013fd0231ca038d546c529d72cd67f45 -- View it on GitLab: https://salsa.debian.org/ocaml-team/camomile/-/compare/0c2e064dae7477260b4678129cc6cd5b83b0a1c4...62d9a01c013fd0231ca038d546c529d72cd67f45 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

