Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jxplorer
Commits: d24ec67c by Emmanuel Bourg at 2023-11-21T08:28:54+01:00 Wrap and sort - - - - - e7b76472 by Emmanuel Bourg at 2023-11-21T08:29:15+01:00 Standards-Version updated to 4.6.2 - - - - - bc8f2046 by Emmanuel Bourg at 2023-11-21T08:40:28+01:00 Fixed the build failure with Java 21 (Closes: #1053043) - - - - - 25412a1f by Emmanuel Bourg at 2023-11-21T08:43:35+01:00 No longer build the javadoc - - - - - fa2ab54c by Emmanuel Bourg at 2023-11-21T08:44:12+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +jxplorer (3.3.2+dfsg-7) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 21 (Closes: #1053043) + * Standards-Version updated to 4.6.2 + * No longer build the javadoc + + -- Emmanuel Bourg <[email protected]> Tue, 21 Nov 2023 08:44:06 +0100 + jxplorer (3.3.2+dfsg-6) unstable; urgency=medium * Update Vcs fields for migration from Alioth -> Salsa ===================================== debian/control ===================================== @@ -3,24 +3,32 @@ Section: admin Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 11) -Build-Depends-Indep: default-jdk, javahelper (>= 0.24), javahelp2, junit, - imagemagick -Standards-Version: 4.3.0 +Build-Depends: + debhelper (>= 11), + default-jdk, + imagemagick, + javahelp2, + javahelper (>= 0.24), + junit +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/java-team/jxplorer Vcs-Git: https://salsa.debian.org/java-team/jxplorer.git Homepage: http://jxplorer.org/ Package: jxplorer Architecture: all -Depends: default-jre | java6-runtime, javahelp2, ${misc:Depends}, - java-wrappers (>= 0.1.14), ca-certificates-java +Depends: + ca-certificates-java, + default-jre | java6-runtime, + java-wrappers (>= 0.1.14), + javahelp2, + ${misc:Depends} Description: Java LDAP Browser JXplorer is an open source LDAP browser originally developed by Computer Associates' eTrust Directory development lab. It is a standards compliant general purpose LDAP browser that can be used to read and search any LDAP directory, or any X500 directory with - an LDAP interface. + an LDAP interface. JXplorer is a fully functional piece of software with advanced security integration and support for the more difficult and obscure parts of the LDAP protocol. It should run on any Java @@ -44,5 +52,5 @@ Description: Java LDAP Browser o binary attributes o Certificates and Passwords o Unicode characters - o Special characters / UTF8 in distinguished names. + o Special characters / UTF8 in distinguished names. * Extensible architecture with object class based Java plugins ===================================== debian/copyright ===================================== @@ -86,6 +86,6 @@ Files: debian/* Copyright: 2010, Gabriele Giacone <[email protected]> 2017, tony mancill <[email protected]> License: GPL-3+ - On Debian systems the full text of the GNU General Public + On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-3' file. ===================================== debian/rules ===================================== @@ -22,7 +22,7 @@ override_dh_auto_build: -mkdir jars cd help && jar cf ../jars/jxplorer_help.jar * # build jxplorer - jh_build --javacopts="-source 1.7 -target 1.7" --javadoc-opts="-source 1.7" jxplorer.jar src + jh_build --javacopts="-source 8 -target 8" --no-javadoc jxplorer.jar src # tests $(JAVA) com.ca.directory.jxplorer.viewer.tableviewer.TableViewerTestSuite $(JAVA) com.ca.commons.naming.NamingTestSuite View it on GitLab: https://salsa.debian.org/java-team/jxplorer/-/compare/14e36392c45d594bad9c9ce8e03190d5d25ac42d...fa2ab54c99c0034493a41363ccab0e6ba709c55e -- View it on GitLab: https://salsa.debian.org/java-team/jxplorer/-/compare/14e36392c45d594bad9c9ce8e03190d5d25ac42d...fa2ab54c99c0034493a41363ccab0e6ba709c55e 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

