Bug#1086360: libjavaewah-java: FTBFS: autobuilder hangs
Santiago Vila
sanvila at debian.org
Wed Apr 30 21:30:30 BST 2025
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.
-------------- next part --------------
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,5 @@
%:
dh $@
+
+override_dh_auto_test:
More information about the pkg-java-maintainers
mailing list