Bug#915820: xmltooling: missing zlib1g-dev build dependency
Pino Toscano
pino at debian.org
Fri Dec 7 06:07:52 GMT 2018
Source: xmltooling
Version: 3.0.2-2
Severity: minor
Tags: patch
Hi,
xmltooling requires zlib for building, see configure.ac:
AX_PKG_CHECK_MODULES([zlib],,[zlib],,,
[XMLTOOLING_LITE_REQUIRES],[XMLTOOLING_LITE_REQUIRES_PRIVATE])
OTOH, zlib1g-dev is not a build dependency, and thus xmltooling relies
on the other build dependencies to install it. Specifying it directly
avoids this issue.
Thanks,
--
Pino
-------------- next part --------------
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends:
libxerces-c-dev,
libxml-security-c-dev (>= 2~),
pkg-config,
+ zlib1g-dev,
Build-Depends-Indep:
doxygen,
graphviz,
More information about the Pkg-shibboleth-devel
mailing list