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

[Git][ocaml-team/ocaml][debian/ocaml-5] 2 commits: Change OCaml stdlib dir to /usr/lib/<multiarch>/ocaml/<abi>



Title: GitLab

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

Commits:

  • 46e9daac
    by Stéphane Glondu at 2024-08-06T03:17:28+02:00
    Change OCaml stdlib dir to /usr/lib/<multiarch>/ocaml/<abi>
    
  • 652e3e82
    by Stéphane Glondu at 2024-08-06T06:16:18+02:00
    Update changelog
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml (5.2.0-1~exp5) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Add bytes and bigarray compatibility packages
    
    4
    +  * Change OCaml stdlib dir to /usr/lib/<multiarch>/ocaml/<abi>
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 03 Aug 2024 02:26:54 +0200
    
    7
    +
    
    1 8
     ocaml (5.2.0-1~exp4) experimental; urgency=medium
    
    2 9
     
    
    3 10
       * Bump version of findlib in Breaks/Replaces (Closes: #1074589)
    

  • debian/ocamlvars.mk
    ... ... @@ -4,7 +4,7 @@ OCAMLMAJOR := 5.2
    4 4
     OCAMLMINOR := 0
    
    5 5
     
    
    6 6
     OCAML_ABI := $(OCAMLMAJOR).$(OCAMLMINOR)
    
    7
    -OCAML_STDLIB_DIR := /usr/lib/ocaml
    
    7
    +OCAML_STDLIB_DIR := /usr/lib/$(DEB_TARGET_MULTIARCH)/ocaml/$(OCAML_ABI)
    
    8 8
     OCAML_NATIVE_ARCHS := $(shell cat debian/native-archs)
    
    9 9
     OCAML_OPT_ARCH := $(filter $(DEB_HOST_ARCH),$(OCAML_NATIVE_ARCHS))
    
    10 10
     OCAML_HAVE_OCAMLOPT := $(if $(OCAML_OPT_ARCH),yes,no)
    


  • Reply to: