Andrius Merkys pushed to branch master at Debian Java Maintainers / zip4j
Commits: 923409e8 by Andrius Merkys at 2022-10-11T02:18:24-04:00 Update debian/watch to watch GitHub tags. - - - - - 67780095 by Andrius Merkys at 2022-10-11T02:18:43-04:00 Update standards version to 4.6.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 4cdb2e79 by Andrius Merkys at 2022-10-11T02:19:08-04:00 Update changelog for 2.11.2-2 release - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +zip4j (2.11.2-2) unstable; urgency=medium + + * Update debian/watch to watch GitHub tags. + * Update standards version to 4.6.1, no changes needed. + + -- Andrius Merkys <[email protected]> Tue, 11 Oct 2022 02:19:03 -0400 + zip4j (2.11.2-1) unstable; urgency=medium * New upstream version 2.11.2 ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: default-jdk, libmaven-bundle-plugin-java, maven-debian-helper (>= 2.1), -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/zip4j.git Vcs-Browser: https://salsa.debian.org/java-team/zip4j Homepage: http://www.lingala.net/zip4j ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ version=4 -https://github.com/srikanth-lingala/zip4j/releases .*/(?:.*?)([\d\.]+)\.tar\.gz +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ + https://github.com/srikanth-lingala/zip4j/tags \ + (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/java-team/zip4j/-/compare/08390db3b193e7be520c71b2016886f8f43b4010...4cdb2e797939384fa2f1ec2f2915b8e15a136bcc -- View it on GitLab: https://salsa.debian.org/java-team/zip4j/-/compare/08390db3b193e7be520c71b2016886f8f43b4010...4cdb2e797939384fa2f1ec2f2915b8e15a136bcc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

