File: no-zlib-ng

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 (28 lines) | stat: -rw-r--r-- 715 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
27
28
Author: Michael R. Crusoe <crusoe@debian.org>
Description: zlib-ng is not supported by Debian's flate2 package
Forwarded: not-needed
--- bgzip.orig/Cargo.toml
+++ bgzip/Cargo.toml
@@ -94,11 +94,3 @@
     "flate2/zlib",
     "flate2",
 ]
-zlib-ng = [
-    "flate2/zlib-ng",
-    "flate2",
-]
-zlib-ng-compat = [
-    "flate2/zlib-ng-compat",
-    "flate2",
-]
--- bgzip.orig/Cargo.toml.orig
+++ bgzip/Cargo.toml.orig
@@ -17,8 +17,6 @@
 flate2 = ["dep:flate2"]
 rust_backend = ["flate2/rust_backend", "flate2"]
 zlib = ["flate2/zlib", "flate2"]
-zlib-ng-compat = ["flate2/zlib-ng-compat", "flate2"]
-zlib-ng = ["flate2/zlib-ng", "flate2"]
 libdeflater = ["dep:libdeflater"]
 rayon = ["dep:rayon"]
 log  = ["dep:log"]