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

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



Title: GitLab

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

Commits:

  • 0fde5a84
    by Stephane Glondu at 2023-08-13T12:27:06+02:00
    Use ocaml_dune DH buildsystem
    

4 changed files:

Changes:

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

  • debian/control
    ... ... @@ -7,10 +7,10 @@ Build-Depends:
    7 7
      ocaml,
    
    8 8
      ocaml-findlib,
    
    9 9
      ocaml-dune,
    
    10
    - liblwt-ocaml-dev,
    
    11
    - libfileutils-ocaml-dev,
    
    12
    - libounit-ocaml-dev,
    
    13
    - dh-ocaml
    
    10
    + liblwt-ocaml-dev <!nocheck>,
    
    11
    + libfileutils-ocaml-dev <!nocheck>,
    
    12
    + libounit-ocaml-dev <!nocheck>,
    
    13
    + dh-ocaml (>= 1.2)
    
    14 14
     Standards-Version: 4.6.2
    
    15 15
     Rules-Requires-Root: no
    
    16 16
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-inotify
    

  • debian/debian-dune
    1
    +inotify

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


  • Reply to: