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

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



Title: GitLab

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

Commits:

  • b6feef63
    by Stephane Glondu at 2023-08-13T17:48:39+02:00
    Use ocaml_dune DH buildsystem
    

4 changed files:

Changes:

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

  • debian/control
    ... ... @@ -7,7 +7,7 @@ Build-Depends:
    7 7
      debhelper-compat (= 13),
    
    8 8
      dh-buildinfo,
    
    9 9
      ocaml,
    
    10
    - dh-ocaml,
    
    10
    + dh-ocaml (>= 1.2),
    
    11 11
      libspeex-dev,
    
    12 12
      libogg-ocaml-dev (>= 0.7.0),
    
    13 13
      ocaml-dune,
    

  • debian/debian-dune
    1
    +speex

  • 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 speex
    
    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: