Alexandre Detiste pushed to branch master at Debian Java Maintainers / plexus-bsh-factory
Commits: 0051db65 by Alexandre Detiste at 2026-06-21T01:18:35+02:00 replace dependency on transitonal libplexus-container-default1.5-java with libplexus-container-default-java - - - - - 4d9c4577 by Alexandre Detiste at 2026-06-21T01:19:07+02:00 bump Standards-Version to 4.7.4, drop Priority: tag - - - - - 0a417910 by Alexandre Detiste at 2026-06-21T01:19:20+02:00 wrap-and-osrt -ast - - - - - ad257130 by Alexandre Detiste at 2026-06-21T00:19:26+01:00 debian/copyright: use spaces rather than tabs to start continuation lines. Changes-By: lintian-brush Fixes: lintian: source: tab-in-license-text debian/copyright:11 See-also: https://lintian.debian.org/tags/tab-in-license-text.html - - - - - f232f1d8 by Alexandre Detiste at 2026-06-21T00:19:26+01:00 Drop fields with obsolete URLs. Changes-By: lintian-brush Fixes: lintian: source: obsolete-url-in-packaging http://plexus.codehaus.org/ [debian/control] See-also: https://lintian.debian.org/tags/obsolete-url-in-packaging.html - - - - - 1e5d5077 by Alexandre Detiste at 2026-06-21T01:20:33+02:00 rewrite d/watch in v5 format - - - - - cab640f9 by Alexandre Detiste at 2026-06-21T01:21:30+02:00 release - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +plexus-bsh-factory (1.0~alpha7-6) unstable; urgency=medium + + * Team Upload + * Replace dependency on transitonal libplexus-container-default1.5-java + with libplexus-container-default-java + * Bump Standards-Version to 4.7.4, drop Priority: tag + * debian/copyright: use spaces rather than tabs to start continuation lines. + * Drop fields with obsolete URLs. + * Rewrite d/watch in v5 format + + -- Alexandre Detiste <[email protected]> Sun, 21 Jun 2026 01:20:59 +0200 + plexus-bsh-factory (1.0~alpha7-5) unstable; urgency=medium * Update Uploaders field (Closes: #889420) ===================================== debian/control ===================================== @@ -1,23 +1,26 @@ Source: plexus-bsh-factory Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]>, - tony mancill <[email protected]> -Build-Depends: debhelper-compat (= 13), +Uploaders: + Ludovic Claude <[email protected]>, + tony mancill <[email protected]>, +Build-Depends: + debhelper-compat (= 13), default-jdk, junit4, libbsh-java, libplexus-container-default-java, maven-debian-helper, -Standards-Version: 4.6.1 +Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/java-team/plexus-bsh-factory.git Vcs-Browser: https://salsa.debian.org/java-team/plexus-bsh-factory -Homepage: http://plexus.codehaus.org/ Package: libplexus-bsh-factory-java Architecture: all -Depends: ${misc:Depends}, libplexus-container-default1.5-java, libbsh-java +Depends: + libbsh-java, + libplexus-container-default-java, + ${misc:Depends}, Description: Plexus Beanshell Factory The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications ===================================== debian/copyright ===================================== @@ -8,7 +8,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2009-2022, Ludovic Claude <[email protected]> - 2022 tony mancill <[email protected]> + 2022 tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/watch ===================================== @@ -1,5 +1,6 @@ -version=3 -opts="uversionmangle=s/alpha-7-SNAPSHOT/alpha-7/;s/-(alpha|beta)-/~$1/" \ - http://svn.codehaus.org/plexus/tags/ \ - plexus-bsh-factory-([0-9].*)/ debian debian/orig-tar.sh +Version: 5 +Source: http://svn.codehaus.org/plexus/tags/ +Matching-Pattern: plexus-bsh-factory-([0-9].*)/ +Update-Script: debian/orig-tar.sh +Uversionmangle: s/alpha-7-SNAPSHOT/alpha-7/;s/-(alpha|beta)-/~$1/ View it on GitLab: https://salsa.debian.org/java-team/plexus-bsh-factory/-/compare/bdc735c2178c8c782e998c7d7622ca2638fdeb9a...cab640f96a2e78eefaeb8bc26e83addb628a7a31 -- View it on GitLab: https://salsa.debian.org/java-team/plexus-bsh-factory/-/compare/bdc735c2178c8c782e998c7d7622ca2638fdeb9a...cab640f96a2e78eefaeb8bc26e83addb628a7a31 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

