Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jsch
Commits: a386c0ce by Emmanuel Bourg at 2024-08-05T12:22:44+02:00 Removed the -java-doc package - - - - - 05489ead by Emmanuel Bourg at 2024-08-05T12:38:30+02:00 Standards-Version updated to 4.7.0 - - - - - b416714e by Emmanuel Bourg at 2024-08-05T12:38:44+02:00 Switch to debhelper level 13 - - - - - b787c253 by Emmanuel Bourg at 2024-08-05T12:49:27+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - − debian/libjsch-java-doc.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jsch (0.1.55-2) unstable; urgency=medium + + * Removed the -java-doc package + * Standards-Version updated to 4.7.0 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Mon, 05 Aug 2024 12:49:21 +0200 + jsch (0.1.55-1) unstable; urgency=medium * New upstream release ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -7,11 +7,11 @@ Uploaders: Ludovic Claude <[email protected]> Build-Depends: ant (>= 1.6.5), - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, libjzlib-java, maven-repo-helper -Standards-Version: 4.2.1 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/jsch.git Vcs-Browser: https://salsa.debian.org/java-team/jsch Homepage: http://www.jcraft.com/jsch/ @@ -22,14 +22,3 @@ Depends: ${misc:Depends}, libjzlib-java Description: Java implementation of the SSH2 protocol JSch allows your programs to connect to an SSH server. It supports port forwarding, X11 forwarding, file transfer and more. - -Package: libjsch-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Recommends: default-jdk-doc -Description: Java implementation of the SSH2 protocol - documentation - JSch allows your programs to connect to an SSH server. It supports - port forwarding, X11 forwarding, file transfer and more. - . - This package contains the API documentation and example code. ===================================== debian/libjsch-java-doc.install deleted ===================================== @@ -1,2 +0,0 @@ -javadoc/* usr/share/doc/libjsch-java/api -examples/*.java usr/share/doc/libjsch-java-doc/examples ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ override_dh_auto_build: mkdir -p lib ln -s /usr/share/java/jzlib.jar lib/jzlib.jar - dh_auto_build -- dist javadoc -Dant.build.javac.source=1.4 + dh_auto_build -- dist -Dant.build.javac.source=1.4 override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/java-team/jsch/-/compare/82a9fc6caa048338eafcc719dedeef4c1743b7de...b787c253abfbf43452a344b8fad7a17b4526e459 -- View it on GitLab: https://salsa.debian.org/java-team/jsch/-/compare/82a9fc6caa048338eafcc719dedeef4c1743b7de...b787c253abfbf43452a344b8fad7a17b4526e459 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

