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

[Git][ocaml-team/opam-file-format][master] 3 commits: Do not hardcode /usr/lib/ocaml



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / opam-file-format

Commits:

  • 6f2c64ad
    by Stephane Glondu at 2024-08-03T08:19:50+02:00
    Do not hardcode /usr/lib/ocaml
    
  • 239327fa
    by Stephane Glondu at 2024-08-03T08:19:57+02:00
    Update changelog
    
  • e5bfb36c
    by Stephane Glondu at 2024-08-03T09:44:46+02:00
    Prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +opam-file-format (2.1.6-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Do not hardcode /usr/lib/ocaml
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 03 Aug 2024 09:44:34 +0200
    
    7
    +
    
    1 8
     opam-file-format (2.1.6-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/rules
    ... ... @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    4 4
     include /usr/share/ocaml/ocamlvars.mk
    
    5 5
     
    
    6 6
     DESTDIR=$(CURDIR)/debian/libopam-file-format-ocaml-dev
    
    7
    -export LIBDIR=/usr/lib/ocaml
    
    7
    +export LIBDIR=$(OCAML_STDLIB_DIR)
    
    8 8
     export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
    
    9 9
     
    
    10 10
     %:
    


  • Reply to: