Control: tags -1 patch On Sat, 28 Mar 2026 10:10:28 +0100 Christian Marillat <[email protected]> wrote:
'ioapi.h' from the same package include 'ints.h' but this include isn't packaged in libminizip-dev'ints.h' was packaged in 1:1.3.dfsg+really1.3.1-3
skipset.h is likewise not installed by the Autotools build, the cmake build installs all headers as expected. The attached patch fixes the issue. Kind Regards, Bas -- PGP Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
diff -Nru zlib-1.3.dfsg+really1.3.2/debian/changelog zlib-1.3.dfsg+really1.3.2/debian/changelog --- zlib-1.3.dfsg+really1.3.2/debian/changelog 2026-03-24 01:05:33.000000000 +0000 +++ zlib-1.3.dfsg+really1.3.2/debian/changelog 2026-03-29 13:05:47.000000000 +0000 @@ -1,3 +1,11 @@ +zlib (1:1.3.dfsg+really1.3.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add patch to install all minizip headers. + (closes: #1132119) + + -- Bas Couwenberg <[email protected]> Sun, 29 Mar 2026 13:05:47 +0000 + zlib (1:1.3.dfsg+really1.3.2-1) unstable; urgency=low * New upstream release. diff -Nru zlib-1.3.dfsg+really1.3.2/debian/patches/minizip-headers.patch zlib-1.3.dfsg+really1.3.2/debian/patches/minizip-headers.patch --- zlib-1.3.dfsg+really1.3.2/debian/patches/minizip-headers.patch 1970-01-01 00:00:00.000000000 +0000 +++ zlib-1.3.dfsg+really1.3.2/debian/patches/minizip-headers.patch 2026-03-29 13:05:36.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Install all headers like CMakeLists.txt. +Author: Bas Couwenberg <[email protected]> +Bug-Debian: https://bugs.debian.org/1132119 + +--- a/contrib/minizip/Makefile.am ++++ b/contrib/minizip/Makefile.am +@@ -27,8 +27,10 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -v + minizip_includedir = $(includedir)/minizip + minizip_include_HEADERS = \ + crypt.h \ ++ ints.h \ + ioapi.h \ + mztools.h \ ++ skipset.h \ + unzip.h \ + zip.h \ + ${iowin32_h} diff -Nru zlib-1.3.dfsg+really1.3.2/debian/patches/series zlib-1.3.dfsg+really1.3.2/debian/patches/series --- zlib-1.3.dfsg+really1.3.2/debian/patches/series 2026-03-24 01:05:22.000000000 +0000 +++ zlib-1.3.dfsg+really1.3.2/debian/patches/series 2026-03-29 13:04:10.000000000 +0000 @@ -0,0 +1 @@ +minizip-headers.patch

