File: no-cloudflare-zlib

package info (click to toggle)
rust-bgzip 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Michael R. Crusoe <crusoe@debian.org>
Description: cloudflare_zlib is not supported by Debian's flate2 package
Forwarded: not-needed
--- bgzip.orig/Cargo.toml
+++ bgzip/Cargo.toml
@@ -77,10 +77,6 @@
 version = "3.3"
 
 [features]
-cloudflare_zlib = [
-    "flate2/cloudflare_zlib",
-    "flate2",
-]
 default = [
     "rust_backend",
     "log",
--- bgzip.orig/Cargo.toml.orig
+++ bgzip/Cargo.toml.orig
@@ -19,7 +19,6 @@
 zlib = ["flate2/zlib", "flate2"]
 zlib-ng-compat = ["flate2/zlib-ng-compat", "flate2"]
 zlib-ng = ["flate2/zlib-ng", "flate2"]
-cloudflare_zlib = ["flate2/cloudflare_zlib", "flate2"]
 libdeflater = ["dep:libdeflater"]
 rayon = ["dep:rayon"]
 log  = ["dep:log"]