Tony Mancill pushed to branch master at Debian Java Maintainers / findbugs


Commits:
f91bcab4 by tony mancill at 2026-02-20T20:33:24-08:00
Add patch for FTBFS with JDK 25 (Closes: #1128166)

- - - - -
adfb0c67 by tony mancill at 2026-02-20T20:50:24-08:00
Freshen years in debian/copyright

- - - - -
37ca5c0f by tony mancill at 2026-02-20T20:50:24-08:00
Use debhelper-compat 13

- - - - -
7c7952da by tony mancill at 2026-02-20T20:50:24-08:00
Bump Standards-Version to 4.7.3

- - - - -
c33bd4f3 by tony mancill at 2026-02-20T20:50:24-08:00
Prepare changelog for upload

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/patches/0018-jdk25-build.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+findbugs (3.1.0~preview2-5) unstable; urgency=medium
+
+  * Team upload.
+  [ Debian Janitor ]
+  * Apply multi-arch hints. + libfindbugs-annotations-java:
+    Add Multi-Arch: foreign.
+
+  [ tony mancill ]
+  * Add patch for FTBFS with JDK 25 (Closes: #1128166)
+  * Freshen years in debian/copyright
+  * Use debhelper-compat 13
+  * Bump Standards-Version to 4.7.3
+
+ -- tony mancill <[email protected]>  Fri, 20 Feb 2026 20:46:59 -0800
+
 findbugs (3.1.0~preview2-4) unstable; urgency=medium
 
   * Team upload.
@@ -81,7 +96,7 @@ findbugs (2.0.3+repack-1) unstable; urgency=medium
 
   * Team upload.
   * Install annotations.jar file and pom into /usr/share/maven-repo for
-    use of findbugs annotations with projects that use maven. 
+    use of findbugs annotations with projects that use maven.
   * Update orig-tar.sh to fully clean all generated sources from upstream
     tarball (Closes: #726988), repack 2.0.3 release.
   * d/p/0008-fix-docbook-ref.patch: Switch use of online docbookx.dtd


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -1,11 +1,10 @@
 Source: findbugs
 Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: ShuxiongYe <[email protected]>, Sylvestre Ledru 
<[email protected]>
 Build-Depends: ant,
                ant-optional,
-               debhelper (>= 11),
+               debhelper-compat (= 13),
                default-jdk (>= 2:1.8),
                docbook-xsl (>= 1.76),
                help2man,
@@ -22,11 +21,10 @@ Build-Depends: ant,
                libjsr305-java,
                libsaxon-java,
                maven-repo-helper
-Standards-Version: 4.1.3
+Standards-Version: 4.7.3
 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
=====================================
@@ -78,8 +78,8 @@ License: docbook
 Files: debian/*
 Copyright: 2013, ShuxiongYe <[email protected]>
            2014, James Page <[email protected]>
-           2013-2024, tony mancill <[email protected]>
-           2015-2024, Emmanuel Bourg <[email protected]>
+           2013-2026, tony mancill <[email protected]>
+           2015-2026, 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/0018-jdk25-build.patch
=====================================
@@ -0,0 +1,18 @@
+--- a/build.xml
++++ b/build.xml
+@@ -892,6 +892,7 @@
+         <echo>Generating HTML version of manual</echo>
+         <echo>Running saxon: ${saxon.home}/saxon.jar</echo>
+         <java fork="true" dir="${docoutput.dir}" failonerror="true" 
classname="com.icl.saxon.StyleSheet" >
++            <jvmarg value="-Djdk.xml.entityExpansionLimit=10000"/>
+             <classpath>
+                 <pathelement location="${saxon.home}/saxon.jar"/>
+                 <pathelement path="${java.class.path}"/>
+@@ -901,6 +902,7 @@
+         </java>
+ 
+         <java fork="true" dir="${docoutput.dir}/ja" failonerror="true" 
classname="com.icl.saxon.StyleSheet" >
++            <jvmarg value="-Djdk.xml.entityExpansionLimit=10000"/>
+             <classpath>
+                 <pathelement location="${saxon.home}/saxon.jar"/>
+                 <pathelement path="${java.class.path}"/>


=====================================
debian/patches/series
=====================================
@@ -15,3 +15,4 @@
 0015-reproducibility.patch
 0016-dom4j2-compatibility.patch
 0017-java9-compatibility.patch
+0018-jdk25-build.patch



View it on GitLab: 
https://salsa.debian.org/java-team/findbugs/-/compare/4c5bd5087a65531da0baf88d38e7054619068d34...c33bd4f3e8d08aca17650c4e73d8056580ede49b

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/findbugs/-/compare/4c5bd5087a65531da0baf88d38e7054619068d34...c33bd4f3e8d08aca17650c4e73d8056580ede49b
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

Reply via email to