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: - debian/changelog - debian/libzip-ocaml-dev.lintian-overrides - debian/patches/meta-version-1.11 - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +camlzip (1.11-3) unstable; urgency=medium + + * Note that patch meta-version-1.11 has been forwarded to upstream + * Update debian/watch, now using the github API + * Lintian-override: reduce context so that it does match again + + -- Ralf Treinen <[email protected]> Thu, 29 Feb 2024 08:13:08 +0100 + camlzip (1.11-2) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/libzip-ocaml-dev.lintian-overrides ===================================== @@ -1 +1,3 @@ -libzip-ocaml-dev: broken-zip var/lib/ocaml/lintian/libzip-ocaml-dev.META.zip +# this is not really a zip file, the -zip extension is due to the fact that +# the META file refers to the zip library. +libzip-ocaml-dev: broken-zip *META.zip* ===================================== debian/patches/meta-version-1.11 ===================================== @@ -1,5 +1,6 @@ -Author: Ralf Treinen <treinen#debian.org> +Author: Ralf Treinen <[email protected]> Description: Fix version in META file +Forwarded: https://github.com/xavierleroy/camlzip/issues/37 Index: camlzip/META-zip =================================================================== ===================================== debian/watch ===================================== @@ -1,4 +1,8 @@ version=4 -opts="uversionmangle=s/-rc/~rc/;s/(..)$/.$1/" \ - https://github.com/xavierleroy/camlzip/releases .*/rel(.*)\.tar\.gz +# upstream uses numbers like 123 in the filename for version 1.23 +opts="searchmode=plain,\ + filenamemangle=s%.*/rel([0-9][0-9][0-9])%@PACKAGE@-$1.tar.xz%,\ + uversionmangle=s/-rc/~rc/;s/(..)$/.$1/" \ + https://api.github.com/repos/xavierleroy/camlzip/releases?per_page=50 \ + https://api.github.com/repos/[^/]+/[^/]+/tarball/rel@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/ocaml-team/camlzip/-/compare/87472fe651c3cd9e7263202893a97c8783c00ec1...342b5afbe6472a021e4e9a01d8a2fce2b4a31b93 -- View it on GitLab: https://salsa.debian.org/ocaml-team/camlzip/-/compare/87472fe651c3cd9e7263202893a97c8783c00ec1...342b5afbe6472a021e4e9a01d8a2fce2b4a31b93 You're receiving this email because of your account on salsa.debian.org.

