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

[Git][ocaml-team/ocamlmakefile][master] Depend on ocaml instead of ocaml-nox



Title: GitLab

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

Commits:

  • 3a05b87a
    by Stephane Glondu at 2023-08-12T09:42:19+02:00
    Depend on ocaml instead of ocaml-nox
    

1 changed file:

Changes:

  • debian/control
    ... ... @@ -13,7 +13,7 @@ Homepage: https://mmottl.github.io/ocaml-makefile/
    13 13
     Package: ocamlmakefile
    
    14 14
     Architecture: all
    
    15 15
     Depends: ${misc:Depends}
    
    16
    -Recommends: ocaml-nox
    
    16
    +Recommends: ocaml
    
    17 17
     Description: general makefile for the Objective Caml programming language
    
    18 18
      OCamlMakefile is a general makefile which allows a programmer to
    
    19 19
      create quickly customized makefiles for a project written in the
    


  • Reply to: