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
--- 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,