Codebase list rust-stfu8 / 67a4f20
git2-curl: remove zlib-ng-compat feature. Peter Michael Green 3 years ago
3 changed file(s) with 20 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-git2-curl (0.14.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package git2-curl 0.14.1 from crates.io using debcargo 2.4.3
4 * Drop the zlib-ng-compat feature, the ftpmasters are rejecting new
5 rust feature packages at the moment and the zlib-ng option in
6 libz-sys seems to be broken in Debian anyway (see bug 972361)
7
8 [ Ximin Luo ]
29 * Package git2-curl 0.14.1 from crates.io using debcargo 2.4.3
310
4 -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:37:29 +0100
11 -- Peter Michael Green <plugwash@debian.org> Mon, 07 Dec 2020 03:28:09 +0000
512
613 rust-git2-curl (0.12.0-1) unstable; urgency=medium
714
0 Index: git2-curl/Cargo.toml
1 ===================================================================
2 --- git2-curl.orig/Cargo.toml
3 +++ git2-curl/Cargo.toml
4 @@ -46,6 +46,3 @@ version = "0.8"
5
6 [dev-dependencies.tempfile]
7 version = "3.0"
8 -
9 -[features]
10 -zlib-ng-compat = ["git2/zlib-ng-compat", "curl/zlib-ng-compat"]
0 remove-zlib-ng-compat.patch