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

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



Title: GitLab

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

Commits:

  • bdc0fc23
    by Stephane Glondu at 2023-07-15T12:10:48+02:00
    Use ocaml_dune DH buildsystem
    

4 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-opus (0.2.2-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Use ocaml_dune DH buildsystem
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 15 Jul 2023 12:10:43 +0200
    
    7
    +
    
    1 8
     ocaml-opus (0.2.2-2) unstable; urgency=low
    
    2 9
     
    
    3 10
       [ Debian Janitor ]
    

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Uploaders: Kyle Robbertze <paddatrapper@debian.org>
    
    6 6
     Build-Depends: debhelper-compat (= 13),
    
    7
    -               dh-ocaml,
    
    7
    +               dh-ocaml (>= 1.2),
    
    8 8
                    libdune-ocaml-dev,
    
    9 9
                    libogg-ocaml-dev (>= 0.7.0),
    
    10 10
                    libopus-dev (>= 1.3.0),
    

  • debian/debian-dune
    1
    +opus

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


  • Reply to: