Tony Mancill pushed to branch master at Debian Java Maintainers / netty
Commits: 4f52530d by Sudip Mukherjee at 2020-03-20T16:36:26+00:00 Enable building of transport-native-kqueue Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - c33788b0 by Sudip Mukherjee at 2020-03-20T16:37:03+00:00 Update 06-remove-tcnative-classifier.patch Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 0eb1b9c5 by Sudip Mukherjee at 2020-03-20T16:37:21+00:00 Add changelog Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 3 changed files: - debian/changelog - debian/libnetty-java.poms - debian/patches/06-remove-tcnative-classifier.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +netty (1:4.1.45-2) unstable; urgency=medium + + * Team upload. + * Enable building of transport-native-kqueue. + - Needed to update async-http-client. + + -- Sudip Mukherjee <[email protected]> Fri, 20 Mar 2020 16:35:51 +0000 + netty (1:4.1.45-1) unstable; urgency=medium * Team upload. ===================================== debian/libnetty-java.poms ===================================== @@ -47,7 +47,7 @@ transport-blockhound-tests/pom.xml --ignore transport-native-unix-common/pom.xml transport-native-unix-common-tests/pom.xml --ignore transport-native-epoll/pom.xml -transport-native-kqueue/pom.xml --ignore +transport-native-kqueue/pom.xml transport-rxtx/pom.xml --ignore transport-sctp/pom.xml transport-udt/pom.xml --ignore ===================================== debian/patches/06-remove-tcnative-classifier.patch ===================================== @@ -32,3 +32,13 @@ Forwarded: not-needed <scope>test</scope> </dependency> </dependencies> +--- a/transport-native-kqueue/pom.xml ++++ b/transport-native-kqueue/pom.xml +@@ -401,7 +401,6 @@ + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>${tcnative.artifactId}</artifactId> +- <classifier>${tcnative.classifier}</classifier> + <scope>test</scope> + </dependency> + </dependencies> View it on GitLab: https://salsa.debian.org/java-team/netty/-/compare/4a3137cee5b9c4f7e2ca293930d1d69be16f7a9e...0eb1b9c5833887d8617d3be0c2a2bd515cee7926 -- View it on GitLab: https://salsa.debian.org/java-team/netty/-/compare/4a3137cee5b9c4f7e2ca293930d1d69be16f7a9e...0eb1b9c5833887d8617d3be0c2a2bd515cee7926 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

