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

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



Title: GitLab

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

Commits:

  • c68caaf6
    by Stephane Glondu at 2024-08-03T04:17:38+02:00
    Add support for a different OCaml stdlib dir
    
  • bc29ead5
    by Stephane Glondu at 2024-08-03T04:17:43+02:00
    Update changelog
    
  • 498c4b27
    by Stephane Glondu at 2024-08-03T05:11:22+02:00
    Prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlbuild (0.15.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 05:11:13 +0200
    
    7
    +
    
    1 8
     ocamlbuild (0.15.0-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/rules
    ... ... @@ -16,7 +16,7 @@ OCAML_NATIVE = $(if $(BYTECODE),false,true)
    16 16
     OCAMLBUILD_CFG = \
    
    17 17
      OCAMLBUILD_PREFIX=/usr \
    
    18 18
      OCAMLBUILD_BINDIR=/usr/bin \
    
    19
    - OCAMLBUILD_LIBDIR=/usr/lib/ocaml \
    
    19
    + OCAMLBUILD_LIBDIR=$(OCAML_STDLIB_DIR) \
    
    20 20
      OCAMLBUILD_MANDIR=/usr/share/man
    
    21 21
     
    
    22 22
     # these variables from your shell can interfere with tests. it should not be
    


  • Reply to: