Control: tags -1 patchI am unable to reproduce the original FTBFS issue and error message here.
The current version of maven-assembly-plugin in Unstable has since been updated to 3.1.0 so that might have changed something. There's also the fact that a new version of dummydroid has been uploaded to Unstable, so either (or both) of these might have resolved it.
However, dummydroid currently fails to build due to a different issue. It seems to be missing a build dependency on junit (see attached patch) With this in place, I was able to successfully build dummydroid in a pbuilder environment. So while the original issue is no longer reproducible, the package still suffers from FTBFS without the attached patch. Presumably this issue could be closed when the patch is added and the package builds successfully again? :) -- mvh / best regards Hans Joachim Desserud http://desserud.org
diff --git a/debian/control b/debian/control index a89aff6..5c5c06a 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, javahelper, + junit, libmaven-assembly-plugin-java, libprotobuf-java, maven-debian-helper (>= 1.5~)