Pierre Gruet pushed to branch master at Debian Java Maintainers / libpf4j-java
Commits: 1213e80e by Pierre Gruet at 2022-12-20T21:59:40+01:00 Stopping requiring the org.objectweb.asm module - - - - - 8c969693 by Pierre Gruet at 2022-12-20T22:00:31+01:00 Raising Standards version to 4.6.2 (no change) - - - - - 5251f1d7 by Pierre Gruet at 2022-12-20T22:00:44+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/no_module_expectation.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libpf4j-java (3.8.0+dfsg-2) unstable; urgency=medium + + * Stopping requiring the org.objectweb.asm module (Closes: #1026673) + * Raising Standards version to 4.6.2 (no change) + + -- Pierre Gruet <[email protected]> Tue, 20 Dec 2022 22:00:35 +0100 + libpf4j-java (3.8.0+dfsg-1) unstable; urgency=medium * New upstream version 3.8.0+dfsg ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), libhamcrest-java <!nocheck>, liblog4j2-java <!nocheck>, libmockito-java <!nocheck> -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/java-team/libpf4j-java Vcs-Git: https://salsa.debian.org/java-team/libpf4j-java.git Homepage: https://www.pf4j.org/ ===================================== debian/patches/no_module_expectation.patch ===================================== @@ -6,7 +6,14 @@ Last-Update: 2021-05-07 --- a/pf4j/src/main/java/module-info.java +++ b/pf4j/src/main/java/module-info.java -@@ -33,12 +33,12 @@ +@@ -27,18 +27,18 @@ + requires java.compiler; + + // provided by the ASM library, use "requires static" since it's optional +- requires static org.objectweb.asm; ++ //requires static org.objectweb.asm; + + // The SLF4J library currently does not provide a module. // Version 1.8 provides a module called "org.slf4j". But this version is // currently in beta stage. Therefore I'm not sure, if we already like to // use it. View it on GitLab: https://salsa.debian.org/java-team/libpf4j-java/-/compare/3d6aa4589b9cda4dee65bec302ec3acc94136553...5251f1d7e2613995dd1c523a26e65e1c06a901ea -- View it on GitLab: https://salsa.debian.org/java-team/libpf4j-java/-/compare/3d6aa4589b9cda4dee65bec302ec3acc94136553...5251f1d7e2613995dd1c523a26e65e1c06a901ea 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

