Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libusb-java
Commits: 6596fe37 by Emmanuel Bourg at 2020-09-05T14:44:12+02:00 Switch to debhelper level 13 - - - - - 3fec58a6 by Emmanuel Bourg at 2021-02-07T23:28:53+01:00 Fixed the build failure with OpenJDK 17 (Closes: #981961) - - - - - 042b1ea6 by Emmanuel Bourg at 2021-02-07T23:29:19+01:00 Standards-Version updated to 4.5.1 - - - - - 7e5451c6 by Emmanuel Bourg at 2021-02-07T23:29:36+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ -libusb-java (0.8+ztex20090101-9) UNRELEASED; urgency=medium +libusb-java (0.8+ztex20090101-9) unstable; urgency=medium * Team upload. + * Fixed the build failure with OpenJDK 17 (Closes: #981961) * Removed schlaepfer.patch * Track and download the new releases from the upstream SVN repository - * Standards-Version updated to 4.5.0 + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 - -- Emmanuel Bourg <[email protected]> Sat, 05 Sep 2020 14:26:18 +0200 + -- Emmanuel Bourg <[email protected]> Sun, 07 Feb 2021 23:29:30 +0100 libusb-java (0.8+ztex20090101-8) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,10 +4,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, libusb-dev -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/libusb-java.git Vcs-Browser: https://salsa.debian.org/java-team/libusb-java Homepage: http://libusbjava.sf.net ===================================== debian/rules ===================================== @@ -22,7 +22,7 @@ override_dh_auto_build-indep: $(MAKE) STRIP="# not stripping: " classes jar cf libusb.jar `find ch -name "*.class"` [ -d $(DOCPATH) ] || mkdir -p $(DOCPATH) - javadoc -source 1.7 -encoding ISO-8859-1 -classpath . -d $(DOCPATH) ch.ntb.usb + javadoc -Xdoclint:none -source 1.7 -encoding ISO-8859-1 -classpath . -d $(DOCPATH) ch.ntb.usb touch build-indep-stamp LIBPACKAGE=libusb-java-lib View it on GitLab: https://salsa.debian.org/java-team/libusb-java/-/compare/36c97bb4688761f1d8b805644f97f09ed38383a9...7e5451c6afa5fcdfb7a8b282e224631953f9de0b -- View it on GitLab: https://salsa.debian.org/java-team/libusb-java/-/compare/36c97bb4688761f1d8b805644f97f09ed38383a9...7e5451c6afa5fcdfb7a8b282e224631953f9de0b 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

