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

[Git][ocaml-team/camomile][master] 6 commits: Fix debian/watch



Title: GitLab

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

Commits:

6 changed files:

Changes:

  • .gitignore deleted
    1
    -_build/
    
    2
    -.merlin
    
    3
    -*.install

  • camomile.opam
    1
    +version: "1.0.2"
    
    1 2
     # This file is generated by dune, edit dune-project instead
    
    2 3
     opam-version: "2.0"
    
    3 4
     synopsis: "A Unicode library"
    
    ... ... @@ -25,4 +26,4 @@ build: [
    25 26
         "@runtest" {with-test}
    
    26 27
         "@doc" {with-doc}
    
    27 28
       ]
    
    28
    -]
    29
    +]
    \ No newline at end of file

  • debian/changelog
    1
    +camomile (1.0.2+2-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Change upstream tarball, with properly set version number
    
    5
    +  * Fix debian/watch to follow the correct upstream tarballs
    
    6
    +  * Bump Standards-Version to 4.6.0
    
    7
    +
    
    8
    + -- Stéphane Glondu <glondu@debian.org>  Mon, 10 Jan 2022 10:25:46 +0100
    
    9
    +
    
    1 10
     camomile (1.0.2-3) unstable; urgency=medium
    
    2 11
     
    
    3 12
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -11,11 +11,11 @@ Build-Depends: cppo,
    11 11
                    ocaml-dune (>= 1.6.2),
    
    12 12
                    libxml2-utils,
    
    13 13
                    ocaml-findlib (>= 1.4),
    
    14
    -               ocaml-nox (>= 4.02.3),
    
    14
    +               ocaml,
    
    15 15
                    opam-installer,
    
    16 16
                    po4a,
    
    17 17
                    xsltproc
    
    18
    -Standards-Version: 4.5.0
    
    18
    +Standards-Version: 4.6.0
    
    19 19
     Rules-Requires-Root: no
    
    20 20
     Vcs-Git: https://salsa.debian.org/ocaml-team/camomile.git
    
    21 21
     Vcs-Browser: https://salsa.debian.org/ocaml-team/camomile
    

  • debian/watch
    1 1
     version=4
    
    2
    -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/camomile-$1\.tar\.gz/ \
    
    3
    -  https://github.com/yoriyuki/Camomile/tags .*/v?(\d\S+)\.tar\.gz
    2
    +https://github.com/yoriyuki/Camomile/releases .*/camomile-v?(\d\S+)\.tbz

  • dune-project
    1 1
     (lang dune 1.11)
    
    2 2
     (name camomile)
    
    3
    +(version 1.0.2)
    
    3 4
     
    
    4 5
     (generate_opam_files true)
    
    5 6
     (license "LGPL-2+ with OCaml linking exception")
    


  • Reply to: