Alexandre Detiste pushed to branch master at Debian Java Maintainers / maven-scm
Commits: db0fdcbd by Alexandre Detiste at 2026-06-21T01:05:43+02:00 replace transitional libplexus-container-default1.5-java dependency with libplexus-container-default-java - - - - - b0fcf789 by Alexandre Detiste at 2026-06-21T01:05:43+02:00 bump Standards-Version to 4.7.4, drop Priority: tag - - - - - 692fb0df by Alexandre Detiste at 2026-06-21T01:05:43+02:00 Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: source: homepage-field-uses-insecure-uri http://maven.apache.org/scm/ See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html - - - - - 29d6a864 by Alexandre Detiste at 2026-06-21T01:05:43+02:00 add debian/upstream/metadata - - - - - b520b022 by Alexandre Detiste at 2026-06-21T01:05:43+02:00 rewrite d/watch in v5 format - - - - - 52e09e6c by Alexandre Detiste at 2026-06-21T01:05:43+02:00 release - - - - - 4 changed files: - debian/changelog - debian/control - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +maven-scm (1.13.0-2) unstable; urgency=medium + + * Team upload. + * Replace transitional libplexus-container-default1.5-java + dependency with libplexus-container-default-java + * Bump Standards-Version to 4.7.4, drop Priority: tag + * Use secure URI in Homepage field. + * Add debian/upstream/metadata + * Rewrite d/watch in v5 format + + -- Alexandre Detiste <[email protected]> Sun, 21 Jun 2026 00:53:02 +0200 + maven-scm (1.13.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: maven-scm Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: @@ -12,18 +11,18 @@ Build-Depends: libmockito-java, libmodello-maven-plugin-java, libplexus-component-metadata-java, - libplexus-container-default1.5-java, + libplexus-container-default-java, libplexus-utils2-java, maven-debian-helper (>= 1.4), subversion -Standards-Version: 4.6.2 +Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/java-team/maven-scm.git Vcs-Browser: https://salsa.debian.org/java-team/maven-scm -Homepage: http://maven.apache.org/scm/ +Homepage: https://maven.apache.org/scm/ Package: libmaven-scm-java Architecture: all -Depends: ${misc:Depends}, libplexus-container-default1.5-java, libplexus-utils2-java +Depends: ${misc:Depends}, libplexus-container-default-java, libplexus-utils2-java Description: Maven SCM - Common API for SCM operations (Core API) Maven SCM supports Maven 2.x plugins and other tools by providing them with a common API for doing SCM operations. Maven SCM supports the main ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,2 @@ +--- +Repository: https://gitbox.apache.org/repos/asf/maven-scm.git ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=4 -opts="repack" \ -https://github.com/apache/maven-scm/tags .*/maven-scm-([\d\.]+).tar.gz +Version: 5 + +Source: https://github.com/apache/maven-scm/tags +Matching-Pattern: .*/maven-scm-([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/maven-scm/-/compare/849b9f76730314877ff0e8279ff62d7d191ababe...52e09e6ceee395cd39fffdf386d33edc0b4b63b1 -- View it on GitLab: https://salsa.debian.org/java-team/maven-scm/-/compare/849b9f76730314877ff0e8279ff62d7d191ababe...52e09e6ceee395cd39fffdf386d33edc0b4b63b1 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

