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

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



Title: GitLab

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

Commits:

  • 1d485493
    by Stephane Glondu at 2024-08-03T06:54:57+02:00
    Add support for a different OCaml stdlib dir
    
  • 0cf82220
    by Stephane Glondu at 2024-08-03T06:55:30+02:00
    Update changelog
    
  • b68c5c9e
    by Stephane Glondu at 2024-08-03T07:10:56+02:00
    Prepare upload to unstable
    

3 changed files:

Changes:

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

  • debian/libbz2-ocaml-dev.install.in
    1
    -usr/lib/ocaml/bz2/  @OCamlStdlibDir@
    1
    +@OCamlStdlibDir@/bz2

  • debian/libbz2-ocaml.install.in
    1
    -usr/lib/ocaml/stublibs/*.so	 @OCamlDllDir@
    1
    +@OCamlDllDir@/*.so


  • Reply to: