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

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



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamldap

Commits:

  • db6cad40
    by Stephane Glondu at 2023-07-15T14:37:58+02:00
    Use ocaml_dune DH buildsystem
    

4 changed files:

Changes:

  • debian/changelog
    1
    +ocamldap (2.4.2-2) 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 14:37:54 +0200
    
    7
    +
    
    1 8
     ocamldap (2.4.2-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -10,7 +10,7 @@ Build-Depends:
    10 10
      ocaml-dune,
    
    11 11
      libocamlnet-ocaml-dev,
    
    12 12
      libssl-ocaml-dev,
    
    13
    - dh-ocaml
    
    13
    + dh-ocaml (>= 1.2)
    
    14 14
     Standards-Version: 4.5.1
    
    15 15
     Rules-Requires-Root: no
    
    16 16
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamldap.git
    

  • debian/debian-dune
    1
    +ldap

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


  • Reply to: