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

[Git][ocaml-team/camomile][master] 2 commits: Update packaging



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / camomile

Commits:

  • a0d2d635
    by Stephane Glondu at 2026-03-26T10:36:55+01:00
    Update packaging
    
  • 0c2e064d
    by Stephane Glondu at 2026-03-26T10:37:19+01:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +camomile (2.0.0-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Build-depend on libdune-site-ocaml-dev
    
    5
    +  * Switch debian/watch to version 5
    
    6
    +  * Bump Standards-Version to 4.7.3
    
    7
    +  * Remove Priority and Rules-Requires-Root from debian/control
    
    8
    +
    
    9
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 26 Mar 2026 10:37:02 +0100
    
    10
    +
    
    1 11
     camomile (2.0.0-2) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * Team upload
    

  • debian/control
    1 1
     Source: camomile
    
    2 2
     Section: ocaml
    
    3
    -Priority: optional
    
    4 3
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 4
     Uploaders: Kyle Robbertze <paddatrapper@debian.org>
    
    6 5
     Build-Depends: cppo,
    
    ... ... @@ -9,7 +8,7 @@ Build-Depends: cppo,
    9 8
                    docbook-xml,
    
    10 9
                    docbook-xsl,
    
    11 10
                    ocaml-dune (>= 1.6.2),
    
    12
    -               libdune-ocaml-dev (>= 3.10.0-2~),
    
    11
    +               libdune-site-ocaml-dev,
    
    13 12
                    libcamlp-streams-ocaml-dev,
    
    14 13
                    libxml2-utils,
    
    15 14
                    ocaml-findlib,
    
    ... ... @@ -17,8 +16,7 @@ Build-Depends: cppo,
    17 16
                    opam-installer,
    
    18 17
                    po4a,
    
    19 18
                    xsltproc
    
    20
    -Standards-Version: 4.6.2
    
    21
    -Rules-Requires-Root: no
    
    19
    +Standards-Version: 4.7h3
    
    22 20
     Vcs-Git: https://salsa.debian.org/ocaml-team/camomile.git
    
    23 21
     Vcs-Browser: https://salsa.debian.org/ocaml-team/camomile
    
    24 22
     Homepage: https://github.com/ocaml-community/Camomile
    

  • debian/watch
    1
    -version=4
    
    2
    -https://github.com/ocaml-community/Camomile/tags .*/v?@ANY_VERSION@\.tar\.gz
    1
    +Version: 5
    
    2
    +
    
    3
    +Source: https://github.com/ocaml-community/Camomile/tags
    
    4
    +Matching-Pattern: .*/v?@ANY_VERSION@\.tar\.gz


  • Reply to: