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

[Git][ocaml-team/ocaml-dune][master] 3 commits: Add support for a different OCaml stdlib dir



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dune

Commits:

  • 95f138ca
    by Stephane Glondu at 2024-08-03T03:49:15+02:00
    Add support for a different OCaml stdlib dir
    
  • ee62278c
    by Stephane Glondu at 2024-08-03T03:49:22+02:00
    Update changelog
    
  • 8be53c6f
    by Stephane Glondu at 2024-08-03T05:09:21+02:00
    Prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-dune (3.16.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Add support for a different OCaml stdlib dir
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 03 Aug 2024 05:09:05 +0200
    
    6
    +
    
    1 7
     ocaml-dune (3.16.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/libdune-ocaml-dev.install.in
    ... ... @@ -7,6 +7,6 @@
    7 7
     @OCamlStdlibDir@/xdg
    
    8 8
     @OCamlStdlibDir@/dyn
    
    9 9
     @OCamlStdlibDir@/ordering
    
    10
    -usr/lib/ocaml/stublibs/dlldune_filesystem_stubs_stubs.so @OCamlDllDir@
    
    11
    -usr/lib/ocaml/stublibs/dllstdune_stubs.so @OCamlDllDir@
    
    12
    -usr/lib/ocaml/stublibs/dllxdg_stubs.so @OCamlDllDir@
    10
    +@OCamlDllDir@/dlldune_filesystem_stubs_stubs.so
    
    11
    +@OCamlDllDir@/dllstdune_stubs.so
    
    12
    +@OCamlDllDir@/dllxdg_stubs.so


  • Reply to: