[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/ocaml-gettext][master] 3 commits: Fix compilation with camomile 2.0.0



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-gettext

Commits:

  • 152df2a6
    by Stephane Glondu at 2023-10-08T10:00:25+02:00
    Fix compilation with camomile 2.0.0
    
  • 37956fdf
    by Stephane Glondu at 2023-10-08T10:11:18+02:00
    Update packaging
    
  • 5621175b
    by Stephane Glondu at 2023-10-08T10:15:27+02:00
    Update changelog and prepare upload to unstable
    

6 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-gettext (0.4.2-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix compilation with camomile 2.0.0
    
    5
    +  * Bump debhelper compat level to 13
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 08 Oct 2023 10:15:25 +0200
    
    8
    +
    
    1 9
     ocaml-gettext (0.4.2-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -6,10 +6,10 @@ Uploaders: Kyle Robbertze <paddatrapper@debian.org>
    6 6
     Build-Depends: camlp4,
    
    7 7
                    camlp4-extra,
    
    8 8
                    cppo,
    
    9
    -               debhelper-compat (=11),
    
    9
    +               debhelper-compat (= 13),
    
    10 10
                    dh-ocaml (>= 1.2.2),
    
    11 11
                    libbenchmark-ocaml-dev,
    
    12
    -               libcamomile-ocaml-dev (>= 0.8),
    
    12
    +               libcamomile-ocaml-dev (>= 2.0.0),
    
    13 13
                    libdune-ocaml-dev,
    
    14 14
                    libfileutils-ocaml-dev,
    
    15 15
                    liblablgtk3-ocaml-dev,
    

  • debian/libgettext-ocaml-dev.docs
    1
    -README.md
    1
    +usr/doc/gettext/*

  • debian/not-installed
    1
    +usr/doc/gettext-stub/*
    
    2
    +usr/doc/gettext-camomile/*

  • debian/patches/0003-Fix-compilation-with-camomile-2.0.0.patch
    1
    +From: Stephane Glondu <steph@glondu.net>
    
    2
    +Date: Sun, 8 Oct 2023 09:59:57 +0200
    
    3
    +Subject: Fix compilation with camomile 2.0.0
    
    4
    +
    
    5
    +---
    
    6
    + src/lib/gettext-camomile/gettextCamomile.ml | 2 +-
    
    7
    + 1 file changed, 1 insertion(+), 1 deletion(-)
    
    8
    +
    
    9
    +diff --git a/src/lib/gettext-camomile/gettextCamomile.ml b/src/lib/gettext-camomile/gettextCamomile.ml
    
    10
    +index b0caa83..6b7f543 100644
    
    11
    +--- a/src/lib/gettext-camomile/gettextCamomile.ml
    
    12
    ++++ b/src/lib/gettext-camomile/gettextCamomile.ml
    
    13
    +@@ -20,7 +20,7 @@
    
    14
    + (*  USA                                                                   *)
    
    15
    + (**************************************************************************)
    
    16
    + 
    
    17
    +-open CamomileLibraryDefault.Camomile
    
    18
    ++open Camomile
    
    19
    + open GettextTypes
    
    20
    + 
    
    21
    + (** Error reported when something goes wrong during Camomile initialization.

  • debian/patches/series
    1 1
     0001-Do-not-mark-ml2c_lc-as-inline-due-to-changed-semanti.patch
    
    2 2
     0002-Fix-a-spelling-error.patch
    
    3
    +0003-Fix-compilation-with-camomile-2.0.0.patch


  • Reply to: