tags 1086360 patch
thanks

Chris Hofstaedtler wrote:
Seems like only jgit needs it in testing at the moment:

# Broken Depends:
jgit: libjgit-java

# Broken Build-Depends:
jgit: libjavaewah-java (0.8.6 >=)

However jgit is a key package via gradle via mockito via fop via pam.

Seems like the package exists with the only purpose of satisfying some
dependencies or build-dependencies, and it can't be removed.

At this point, I would suggest to disable the tests (trivial patch attached),
so that we can build the package at least.

(If the maintainers still want to debug the tests and find a proper fix,
they are still welcome to do so)

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,5 @@
 
 %:
        dh $@
+
+override_dh_auto_test:

Reply via email to