Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libnanoxml2-java
Commits: f841795e by Emmanuel Bourg at 2021-02-08T01:38:12+01:00 Standards-Version updated to 4.5.1 - - - - - fd43a05f by Emmanuel Bourg at 2021-02-08T01:38:23+01:00 Switch to debhelper level 13 - - - - - 90c703d5 by Emmanuel Bourg at 2021-02-08T01:39:06+01:00 Fixed the build failure with OpenJDK 17 (Closes: #981947) - - - - - 0b83f341 by Emmanuel Bourg at 2021-02-08T01:39:24+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libnanoxml2-java (2.2.3.dfsg-9) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with OpenJDK 17 (Closes: #981947) + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Mon, 08 Feb 2021 01:39:19 +0100 + libnanoxml2-java (2.2.3.dfsg-8) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -5,11 +5,11 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Sveinung Kvilhaugsvik <[email protected]> Build-Depends: bnd (>= 2.1.0), - debhelper (>= 11~), + debhelper-compat (= 13), default-jdk, javahelper, perl -Standards-Version: 4.1.4 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/java-team/libnanoxml2-java Vcs-Git: https://salsa.debian.org/java-team/libnanoxml2-java.git Homepage: http://devkix.com/nanoxml.php ===================================== debian/rules ===================================== @@ -32,7 +32,7 @@ override_dh_auto_build: mv $(LITE).tmp $(LITE) mv $(SAX).tmp $(SAX) - ${JAVA_HOME}/bin/javadoc -author -quiet \ + ${JAVA_HOME}/bin/javadoc -author -quiet -Xdoclint:none \ -sourcepath Sources/Java/:Sources/Lite/:Sources/SAX/ -source 1.8 \ nanoxml net.n3.nanoxml net.n3.nanoxml.sax -d api @@ -73,6 +73,3 @@ test: done touch $@ -get-orig-source: - set -e; \ - sh ${SRCDIR}/debian/origCleaner.sh thisIsIgnored ${VERSION} alsoIgnored ${SRCDIR}/debian/orig.tmp View it on GitLab: https://salsa.debian.org/java-team/libnanoxml2-java/-/compare/8c97b35e9c4966a3dc98d2e6d712b39cc7f124d2...0b83f341de03e817a2e8188ebc849591e57a5c2c -- View it on GitLab: https://salsa.debian.org/java-team/libnanoxml2-java/-/compare/8c97b35e9c4966a3dc98d2e6d712b39cc7f124d2...0b83f341de03e817a2e8188ebc849591e57a5c2c 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

