Olek Wojnar pushed to branch master at Debian Java Maintainers / grpc-java
Commits: a5db9ea2 by Olek Wojnar at 2020-11-02T15:40:25-05:00 Eliminate Android dependency that is missing in Testing Dependency chain ultimately leads to Kotlin which needs to be in Testing. Otherwise, Bazel dependencies will not be able to migrate to Testing. - - - - - 7 changed files: - debian/changelog - debian/control - debian/patches/build-plugin.patch - debian/patches/fix-gradle-build.patch - debian/patches/python3.patch - debian/patches/remove-android-annotations.patch - − debian/protobuf-compiler-grpc-java-plugin.lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +grpc-java (1.20.0+ds-3) unstable; urgency=high + + * Remove Android dependency due to unavailability in Testing + + -- Olek Wojnar <[email protected]> Mon, 02 Nov 2020 15:17:38 -0500 + grpc-java (1.20.0+ds-2) unstable; urgency=medium * Add remaining modules required for Bazel ===================================== debian/control ===================================== @@ -12,7 +12,6 @@ Build-Depends: debhelper-compat (= 13), gradle-plugin-protobuf, javahelper, jdupes, - libandroid-tools-annotations-java, libanimal-sniffer-java, libc-ares-dev, liberror-prone-java, ===================================== debian/patches/build-plugin.patch ===================================== @@ -1,5 +1,6 @@ Description: Use autotools to build C++ plugin since Gradle is a hot mess Author: Olek Wojnar <[email protected]> +Forwarded: not-needed Last-Update: 2020-06-19 --- /dev/null ===================================== debian/patches/fix-gradle-build.patch ===================================== @@ -1,5 +1,6 @@ Description: Allow Gradle to correctly build this package Author: Olek Wojnar <[email protected]> +Forwarded: not-needed Last-Update: 2020-06-18 --- a/settings.gradle ===================================== debian/patches/python3.patch ===================================== @@ -1,5 +1,6 @@ Description: Use Python 3 instead of Python 2 Author: Olek Wojnar <[email protected]> +Forwarded: not-needed Last-Update: 2020-06-18 --- a/buildscripts/set_github_status.py ===================================== debian/patches/remove-android-annotations.patch ===================================== @@ -1,5 +1,6 @@ Description: Remove Android annotations Author: Olek Wojnar <[email protected]> +Forwarded: not-needed Last-Update: 2020-07-16 --- a/core/src/main/java/io/grpc/internal/JndiResourceResolverFactory.java ===================================== debian/protobuf-compiler-grpc-java-plugin.lintian-overrides deleted ===================================== @@ -1,2 +0,0 @@ -# False positive -protobuf-compiler-grpc-java-plugin: hardening-no-fortify-functions View it on GitLab: https://salsa.debian.org/java-team/grpc-java/-/commit/a5db9ea21316dc901df4b34646b87ff366de2e0b -- View it on GitLab: https://salsa.debian.org/java-team/grpc-java/-/commit/a5db9ea21316dc901df4b34646b87ff366de2e0b 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

