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

[Git][ocaml-team/ocamlwc][master] Move ocaml to Build-Depends



Title: GitLab

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

Commits:

  • b2d2c51c
    by Stephane Glondu at 2023-09-03T09:29:51+02:00
    Move ocaml to Build-Depends
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlwc (0.3-21) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Move ocaml to Build-Depends
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 03 Sep 2023 09:29:47 +0200
    
    6
    +
    
    1 7
     ocamlwc (0.3-20) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Make ocamlwc an arch:any package
    

  • debian/control
    ... ... @@ -5,8 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    5 5
     Uploaders: Georg Neis <gn@oglaroon.de>,
    
    6 6
      Ralf Treinen <treinen@debian.org>,
    
    7 7
      Stéphane Glondu <glondu@debian.org>
    
    8
    -Build-Depends: debhelper-compat (= 13), dh-ocaml
    
    9
    -Build-Depends-Indep: ocaml
    
    8
    +Build-Depends: debhelper-compat (= 13), dh-ocaml, ocaml
    
    10 9
     Standards-Version: 4.6.2
    
    11 10
     Rules-Requires-Root: no
    
    12 11
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlwc.git
    


  • Reply to: