Tony Mancill pushed to branch master at Debian Java Maintainers / findbugs
Commits: b319d76b by tony mancill at 2024-08-11T09:49:41-07:00 findbugs needs commons-lang3 in wrapper (Closes: #1078410) - - - - - f1f6179a by tony mancill at 2024-08-11T10:00:26-07:00 Freshen years in debian/copyright - - - - - 5ca55009 by tony mancill at 2024-08-11T10:00:26-07:00 Set Rules-Requires-Root: no in debian/control - - - - - 7de16285 by tony mancill at 2024-08-11T10:03:22-07:00 Update Vcs URLs to point to Salsa - - - - - 2a9337f0 by tony mancill at 2024-08-11T10:03:33-07:00 Prepare changelog for upload - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/patches/0004-FixLibraryInScriptProperties.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +findbugs (3.1.0~preview2-4) unstable; urgency=medium + + * Team upload. + * findbugs needs commons-lang3 in wrapper (Closes: #1078410) + * Freshen years in debian/copyright + * Set Rules-Requires-Root: no in debian/control + * Update Vcs URLs to point to Salsa + + -- tony mancill <[email protected]> Sun, 11 Aug 2024 09:59:03 -0700 + findbugs (3.1.0~preview2-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -23,9 +23,10 @@ Build-Depends: ant, libsaxon-java, maven-repo-helper Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/findbugs.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/findbugs.git -Homepage: http://findbugs.sourceforge.net +Vcs-Git: https://salsa.debian.org/java-team/findbugs.git +Vcs-Browser: https://salsa.debian.org/java-team/findbugs +Homepage: https://findbugs.sourceforge.net +Rules-Requires-Root: no Package: findbugs Architecture: all ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FindBugs Source: https://github.com/findbugsproject/findbugs @@ -77,9 +77,9 @@ License: docbook Files: debian/* Copyright: 2013, ShuxiongYe <[email protected]> - 2013-2016, tony mancill <[email protected]> 2014, James Page <[email protected]> - 2015-2016, Emmanuel Bourg <[email protected]> + 2013-2024, tony mancill <[email protected]> + 2015-2024, Emmanuel Bourg <[email protected]> License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ===================================== debian/patches/0004-FixLibraryInScriptProperties.patch ===================================== @@ -5,7 +5,7 @@ # could override fb_javacmd. script.set.default.java=\ + . /usr/lib/java-wrappers/java-wrappers.sh\n\ -+ find_jars dom4j commons-lang jaxen asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\ ++ find_jars dom4j commons-lang3 jaxen asm asm-commons asm-tree ant jcip jsr305 jFormatString bcel\n\ + export CLASSPATH=$JAVA_CLASSPATH\n\ # Choose default java binary\n\ fb_javacmd=java\n\ View it on GitLab: https://salsa.debian.org/java-team/findbugs/-/compare/fcf2b829419bed43facb90768a04dec028dc32b1...2a9337f05dd2da9dad2d40b4d36f170956c8529d -- View it on GitLab: https://salsa.debian.org/java-team/findbugs/-/compare/fcf2b829419bed43facb90768a04dec028dc32b1...2a9337f05dd2da9dad2d40b4d36f170956c8529d 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

