On 3/29/26 3:11 PM, Sebastiaan Couwenberg wrote:
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.
The initial patch also installed skipset.h, but this is not actually installed
by CMakeList.txt, it's only used by zip.c.
This new patch does still install ints.h.
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 02:05:33.000000000
+0100
+++ zlib-1.3.dfsg+really1.3.2/debian/changelog 2026-03-29 15:05:47.000000000
+0200
@@ -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 01:00:00.000000000 +0100
+++ zlib-1.3.dfsg+really1.3.2/debian/patches/minizip-headers.patch
2026-03-29 15:05:47.000000000 +0200
@@ -0,0 +1,14 @@
+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,6 +27,7 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -v
+ minizip_includedir = $(includedir)/minizip
+ minizip_include_HEADERS = \
+ crypt.h \
++ ints.h \
+ ioapi.h \
+ mztools.h \
+ unzip.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
02:05:22.000000000 +0100
+++ zlib-1.3.dfsg+really1.3.2/debian/patches/series 2026-03-29
15:05:47.000000000 +0200
@@ -0,0 +1 @@
+minizip-headers.patch