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

[Git][ocaml-team/camlzip][master] 3 commits: patch meta-version-11 forwarded to upstream



Title: GitLab

Ralf Treinen pushed to branch master at Debian OCaml Maintainers / camlzip

Commits:

  • 7c99a36c
    by Ralf Treinen at 2024-02-29T08:09:33+01:00
    patch meta-version-11 forwarded to upstream
    
  • 13a50a7c
    by Ralf Treinen at 2024-02-29T08:11:59+01:00
    update debian/watch
    
  • 342b5afb
    by Ralf Treinen at 2024-02-29T08:13:58+01:00
    lintian override : reduce context
    

4 changed files:

Changes:

  • debian/changelog
    1
    +camlzip (1.11-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Note that patch meta-version-1.11 has been forwarded to upstream
    
    4
    +  * Update debian/watch, now using the github API
    
    5
    +  * Lintian-override: reduce context so that it does match again
    
    6
    +
    
    7
    + -- Ralf Treinen <treinen@debian.org>  Thu, 29 Feb 2024 08:13:08 +0100
    
    8
    +
    
    1 9
     camlzip (1.11-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Stéphane Glondu ]
    

  • debian/libzip-ocaml-dev.lintian-overrides
    1
    -libzip-ocaml-dev: broken-zip var/lib/ocaml/lintian/libzip-ocaml-dev.META.zip
    1
    +# this is not really a zip file, the -zip extension is due to the fact that
    
    2
    +# the META file refers to the zip library.
    
    3
    +libzip-ocaml-dev: broken-zip *META.zip*

  • debian/patches/meta-version-1.11
    1
    -Author: Ralf Treinen <treinen#debian.org>
    
    1
    +Author: Ralf Treinen <treinen@debian.org>
    
    2 2
     Description: Fix version in META file
    
    3
    +Forwarded: https://github.com/xavierleroy/camlzip/issues/37
    
    3 4
     
    
    4 5
     Index: camlzip/META-zip
    
    5 6
     ===================================================================
    

  • debian/watch
    1 1
     version=4
    
    2 2
     
    
    3
    -opts="uversionmangle=s/-rc/~rc/;s/(..)$/.$1/" \
    
    4
    -    https://github.com/xavierleroy/camlzip/releases .*/rel(.*)\.tar\.gz
    3
    +# upstream uses numbers like 123 in the filename for version 1.23
    
    4
    +opts="searchmode=plain,\
    
    5
    +  filenamemangle=s%.*/rel([0-9][0-9][0-9])%@PACKAGE@-$1.tar.xz%,\
    
    6
    +  uversionmangle=s/-rc/~rc/;s/(..)$/.$1/" \
    
    7
    +  https://api.github.com/repos/xavierleroy/camlzip/releases?per_page=50 \
    
    8
    +  https://api.github.com/repos/[^/]+/[^/]+/tarball/rel@ANY_VERSION@


  • Reply to: