Package: unalz
Version: 0.65-2
Severity: important
Tags: patch

Hi,

the upload of 0.65-2 introduces a patch (type-conversion.diff) which
makes use of the z_crc_t typedef; such typedef has been introduced
in zlib 1.2.7, so the unalz build currently fails with lower zlib
versions (like 1.2.6, which is what is currently in testing).
Please tighten the zlib1g-dev build dependency to proper mark the need
of the new zlib version; simple patch attached for this.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~),
 	       libbz2-dev,
 	       quilt (>= 0.46-7~),
 	       xsltproc,
-	       zlib1g-dev,
+	       zlib1g-dev (>= 1:1.2.7),
 Standards-Version: 3.9.3
 
 Package: unalz

Reply via email to