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

[Git][ocaml-team/ocaml][debian/experimental] 2 commits: Add (empty) METAS directory in stdlib dir



Title: GitLab

Stéphane Glondu pushed to branch debian/experimental at Debian OCaml Maintainers / ocaml

Commits:

  • 1d887a34
    by Stéphane Glondu at 2023-08-23T16:22:39+02:00
    Add (empty) METAS directory in stdlib dir
    
    Findlib is configured to look into this directory, and without it,
    utop complains during completion in the `#require` directive.
    
  • 2f42bbc9
    by Stéphane Glondu at 2023-08-23T16:23:51+02:00
    Update changelog
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ocaml (4.13.1-5~exp2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * libstdlib-ocaml breaks dh-ocaml (<< 2)
    
    4
    +  * Add (empty) METAS directory in stdlib dir
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 23 Aug 2023 16:20:03 +0200
    
    7
    +
    
    1 8
     ocaml (4.13.1-5~exp1) experimental; urgency=medium
    
    2 9
     
    
    3 10
       * Reorganize binary packages
    

  • debian/libstdlib-ocaml.dirs.in
    1
    +@OCamlStdlibDir@/METAS

  • debian/libstdlib-ocaml.lintian-overrides.in
    1
    +libstdlib-ocaml: package-contains-empty-directory [.@OCamlStdlibDir@/METAS/]


  • Reply to: