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

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



Title: GitLab

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

Commits:

  • 0f1bdc13
    by Stephane Glondu at 2023-07-15T06:51:06+02:00
    Fix build with recent dune
    

2 changed files:

Changes:

  • debian/changelog
    1
    +parmap (1.2.5-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 06:51:06 +0200
    
    7
    +
    
    1 8
     parmap (1.2.5-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/rules
    ... ... @@ -15,5 +15,5 @@ override_dh_auto_test:
    15 15
     	nData=1000 dune runtest -p parmap -j 1 --verbose
    
    16 16
     
    
    17 17
     override_dh_auto_install:
    
    18
    -	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)
    
    18
    +	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
    
    19 19
     	rm -f $(DESTDIR)/usr/doc/parmap/LICENSE


  • Reply to: