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

[Git][ocaml-team/camlbz2][master] Build-depend on ocaml instead of ocaml-nox



Title: GitLab

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

Commits:

  • ea528f82
    by Stephane Glondu at 2023-08-07T15:29:59+02:00
    Build-depend on ocaml instead of ocaml-nox
    

2 changed files:

Changes:

  • debian/control
    ... ... @@ -6,7 +6,7 @@ Uploaders:
    6 6
      Ralf Treinen <treinen@debian.org>
    
    7 7
     Build-Depends:
    
    8 8
      debhelper-compat (= 13),
    
    9
    - ocaml-nox (>= 3.11),
    
    9
    + ocaml,
    
    10 10
      ocaml-findlib (>= 1.2.4),
    
    11 11
      libbz2-dev,
    
    12 12
      dh-ocaml
    

  • debian/tests/control
    1 1
     Tests: upstream
    
    2
    -Depends:  ocaml-nox, ocaml-findlib, libbz2-ocaml-dev, bzip2
    2
    +Depends:  ocaml, ocaml-findlib, libbz2-ocaml-dev, bzip2


  • Reply to: