Codebase list rust-libslirp / bd0d134
Prevent miniz from being packaged Ximin Luo 5 years ago
2 changed file(s) with 12 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
113113 statistical (blocked by num & co)
114114 hyperfine (blocked by indicatif & statistical)
115115
116 Avoided, for now::
117
118 miniz-sys-0.1.10
119 flate2 was patched to not use miniz, hopefully this works.
120 if not we can package miniz as a static C lib then miniz-sys
121116
122117 Unblocking testing migrations
123118 -----------------------------
00 overlay = "."
1
2 XXXX
3
4 Please don't package this for the time being.
5
6 flate2 was patched to not use miniz, and instead the system zlib. This seems to
7 be working fine. Typically, crates depend on flate2 rather than miniz directly.
8
9 If a crate depends on miniz directly, try persuading them to use flate2 instead.
10
11 (If this really needs to be packaged, we should first package miniz as a
12 C static library Debian package, and *then* package miniz-sys here.)