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

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



Title: GitLab

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

Commits:

  • b658bf95
    by Stephane Glondu at 2023-08-13T11:57:15+02:00
    Use ocaml_dune DH buildsystem
    

5 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-config-file (1.2.1-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use ocaml_dune DH buildsystem
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 13 Aug 2023 11:56:02 +0200
    
    6
    +
    
    1 7
     ocaml-config-file (1.2.1-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Fix build with recent dune
    

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    4 4
     Uploaders: Stéphane Glondu <glondu@debian.org>
    
    5 5
     Build-Depends:
    
    6 6
      debhelper-compat (= 13),
    
    7
    - dh-ocaml,
    
    7
    + dh-ocaml (>= 1.2),
    
    8 8
      ocaml-dune,
    
    9 9
      camlp4,
    
    10 10
      cppo,
    

  • debian/debian-dune
    1
    +config-file

  • debian/libconfig-file-ocaml-dev.docs
    1
    -usr/doc/config-file/README.md
    
    2
    -usr/doc/config-file/CHANGES.md
    1
    +usr/doc/config-file/*

  • debian/rules
    ... ... @@ -3,14 +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 config-file
    
    13
    -
    
    14
    -override_dh_auto_install:
    
    15
    -	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
    
    16
    -	rm -f $(DESTDIR)/usr/doc/config-file/LICENSE
    7
    +	dh $@ --with ocaml --buildsystem ocaml_dune


  • Reply to: