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

[Git][ocaml-team/tophide][master] 2 commits: Update packaging



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +tophide (1.0.4-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Recompile with OCaml 4.13.1
    
    5
    +  * Bump Standards-Version to 4.6.0
    
    6
    +  * Bump debian/watch version to 4
    
    7
    +
    
    8
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 20 Jan 2022 06:14:44 +0100
    
    9
    +
    
    1 10
     tophide (1.0.4-3) unstable; urgency=medium
    
    2 11
     
    
    3 12
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -3,11 +3,11 @@ Section: ocaml
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    -  ocaml-nox (>= 4.04),
    
    6
    +  ocaml,
    
    7 7
       ocaml-findlib,
    
    8 8
       dh-ocaml,
    
    9 9
       debhelper-compat (= 13)
    
    10
    -Standards-Version: 4.5.0
    
    10
    +Standards-Version: 4.6.0
    
    11 11
     Rules-Requires-Root: no
    
    12 12
     Homepage: http://mjambon.com/ocaml.html#tophide
    
    13 13
     Vcs-Git: https://salsa.debian.org/ocaml-team/tophide.git
    

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     
    
    3 3
     opts=filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/tophide-$1\.tar\.gz/ \
    
    4 4
       https://github.com/mjambon/tophide/tags .*/v(\d\S*)\.tar\.gz


  • Reply to: