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

[Git][ocaml-team/ocaml-bjack][master] Use ocaml_dune DH buildsystem



Title: GitLab

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

Commits:

  • 8d2c6ab0
    by Stephane Glondu at 2023-08-13T12:10:11+02:00
    Use ocaml_dune DH buildsystem
    

4 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-bjack (0.1.6-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use ocaml_dune DH buildsystem
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 13 Aug 2023 12:10:08 +0200
    
    6
    +
    
    1 7
     ocaml-bjack (0.1.6-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Team upload
    

  • debian/control
    ... ... @@ -7,7 +7,7 @@ Uploaders:
    7 7
     Build-Depends:
    
    8 8
      debhelper-compat (= 13),
    
    9 9
      ocaml,
    
    10
    - dh-ocaml,
    
    10
    + dh-ocaml (>= 1.2),
    
    11 11
      libjack-jackd2-dev | libjack-dev,
    
    12 12
      libsamplerate0-dev,
    
    13 13
      ocaml-dune,
    

  • debian/debian-dune
    1
    +bjack

  • debian/rules
    ... ... @@ -3,13 +3,5 @@
    3 3
     
    
    4 4
     include /usr/share/ocaml/ocamlvars.mk
    
    5 5
     
    
    6
    -DESTDIR=$(CURDIR)/debian/tmp
    
    7
    -
    
    8 6
     %:
    
    9
    -	dh $@ --with ocaml
    
    10
    -
    
    11
    -override_dh_auto_build:
    
    12
    -	dune build -p bjack
    
    13
    -
    
    14
    -override_dh_auto_install:
    
    15
    -	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
    7
    +	dh $@ --with ocaml --buildsystem ocaml_dune


  • Reply to: