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

[Git][ocaml-team/ocaml-mad][master] Fix build with recent dune



Title: GitLab

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

Commits:

  • 5dcf598f
    by Stephane Glondu at 2023-07-15T07:16:34+02:00
    Fix build with recent dune
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-mad (0.5.2-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix build with recent dune
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 15 Jul 2023 07:16:34 +0200
    
    7
    +
    
    1 8
     ocaml-mad (0.5.2-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/rules
    ... ... @@ -12,4 +12,4 @@ override_dh_auto_build:
    12 12
     	dune build -p mad
    
    13 13
     
    
    14 14
     override_dh_auto_install:
    
    15
    -	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)
    15
    +	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)


  • Reply to: