Bug#834744: xmlgraphics-commons: FTBFS (missing build-depends on gnupg)
Santiago Vila
sanvila at debian.org
Thu Aug 18 14:22:57 UTC 2016
Package: src:xmlgraphics-commons
Version: 2.1-1
Severity: serious
Tags: patch
Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:
--------------------------------------------------------------------------------
[...]
BUILD FAILED
/<<PKGBUILDDIR>>/build.xml:620: The following error occurred while executing this line:
/<<PKGBUILDDIR>>/build.xml:591: Execute failed: java.io.IOException: Cannot run program "gpg" (in directory "/<<PKGBUILDDIR>>"): error=2, No such file or directory
--------------------------------------------------------------------------------
The gnupg package is not essential. Therefore, whenever a package
requires it for building there should be a build-dependency on it.
Trivial (but untested) patch below.
Thanks.
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), javahelper
Build-Depends-Indep: ant-optional,
default-jdk,
default-jdk-doc,
+ gnupg,
junit4,
libcommons-io-java (>= 1.3.1),
libcommons-logging-java,
More information about the pkg-java-maintainers
mailing list