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

[Git][ocaml-team/uuidm][master] Update packaging



Title: GitLab

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

Commits:

  • cfa78dbd
    by Stephane Glondu at 2023-08-16T15:23:41+02:00
    Update packaging
    

3 changed files:

Changes:

  • debian/changelog
    1
    +uuidm (0.9.8-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Remove Hendrik from Uploaders
    
    4
    +  * Bump debhelper compat level to 13
    
    5
    +  * Bump Standard-Version to 4.6.2
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 16 Aug 2023 15:22:40 +0200
    
    8
    +
    
    1 9
     uuidm (0.9.8-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -2,18 +2,16 @@ Source: uuidm
    2 2
     Section: ocaml
    
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5
    -Uploaders:
    
    6
    - Hendrik Tews <hendrik@askra.de>
    
    7 5
     Build-Depends:
    
    8
    - debhelper-compat (= 12),
    
    6
    + debhelper-compat (= 13),
    
    9 7
      ocaml,
    
    10 8
      ocaml-findlib,
    
    11 9
      ocamlbuild,
    
    12 10
      opam-installer,
    
    13 11
      libcmdliner-ocaml-dev,
    
    14 12
      libtopkg-ocaml-dev,
    
    15
    - dh-ocaml (>= 0.9.1)
    
    16
    -Standards-Version: 4.4.1
    
    13
    + dh-ocaml
    
    14
    +Standards-Version: 4.6.2
    
    17 15
     Rules-Requires-Root: no
    
    18 16
     Homepage: http://erratique.ch/software/uuidm
    
    19 17
     Vcs-Git: https://salsa.debian.org/ocaml-team/uuidm.git
    

  • debian/rules
    ... ... @@ -21,6 +21,3 @@ endif
    21 21
     override_dh_auto_install:
    
    22 22
     	opam-installer --prefix=$(DESTDIR) --libdir=.$(OCAML_STDLIB_DIR) uuidm.install
    
    23 23
     	rm -f $(DESTDIR)/doc/uuidm/LICENSE.md
    24
    -
    
    25
    -override_dh_missing:
    
    26
    -	dh_missing --fail-missing


  • Reply to: