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

[Git][ocaml-team/easy-format][master] Update packaging



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / easy-format

Commits:

  • b1c924ba
    by Stephane Glondu at 2023-08-07T08:14:45+02:00
    Update packaging
    

4 changed files:

Changes:

  • debian/changelog
    1
    +easy-format (1.3.4-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Use ocaml_dune DH buildsystem
    
    5
    +  * Bump Standards-Version to 4.6.2
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 07 Aug 2023 08:14:42 +0200
    
    8
    +
    
    1 9
     easy-format (1.3.4-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -5,10 +5,10 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    5 5
     Uploaders: Hendrik Tews <hendrik@askra.de>
    
    6 6
     Build-Depends:
    
    7 7
      debhelper-compat (= 13),
    
    8
    - ocaml-nox,
    
    8
    + ocaml,
    
    9 9
      ocaml-dune,
    
    10
    - dh-ocaml
    
    11
    -Standards-Version: 4.6.1
    
    10
    + dh-ocaml (>= 1.2)
    
    11
    +Standards-Version: 4.6.2
    
    12 12
     Rules-Requires-Root: no
    
    13 13
     Homepage: https://github.com/ocaml-community/easy-format
    
    14 14
     Vcs-Git: https://salsa.debian.org/ocaml-team/easy-format.git
    

  • debian/debian-dune
    1
    +easy-format

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     # -*- makefile -*-
    
    3 3
     
    
    4
    -# Uncomment this to turn on verbose mode.
    
    5
    -#export DH_VERBOSE=1
    
    6
    -#export DH_OPTIONS=-v
    
    7
    -
    
    8
    -DESTDIR=$(CURDIR)/debian/tmp
    
    9
    -
    
    10 4
     include /usr/share/ocaml/ocamlvars.mk
    
    11 5
     
    
    12 6
     %:
    
    13
    -	dh $@ --with ocaml
    
    14
    -
    
    15
    -override_dh_auto_build:
    
    16
    -	dune build -p easy-format
    
    17
    -
    
    18
    -override_dh_auto_test:
    
    19
    -	dune runtest -p easy-format
    
    20
    -
    
    21
    -override_dh_auto_install:
    
    22
    -	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
    
    23
    -	rm -f $(DESTDIR)/usr/doc/easy-format/LICENSE
    7
    +	dh $@ --with ocaml --buildsystem ocaml_dune


  • Reply to: