Codebase list rust-bzip2 / 244a2aa
Update curl.sys and try to fix autopkgtest. Peter Michael Green 3 years ago
7 changed file(s) with 96 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 rust-curl-sys (0.4.36-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package curl-sys 0.4.36+curl-7.71.1 from crates.io using debcargo 2.4.3
4 * Update disable-vendor.patch for new upstream
5 * Refresh disable-mesalink.patch for new upstream
6 * Add new patch disable-libz-sys.patch to disable libz-sys and
7 zlib-ng-compat features which depend on a package that is not
8 in Debian.
9 * Manually fix debian/tests/control until commit
10 293fb88f2156d0db6262349aa4b1c4d3a3b1186a is in a released version of
11 debcargo ( Closes: 968858 ).
12
13 -- Peter Michael Green <plugwash@debian.org> Tue, 01 Sep 2020 18:38:58 +0000
14
015 rust-curl-sys (0.4.30-2) unstable; urgency=medium
116
217 * Package curl-sys 0.4.30+curl-7.69.1 from crates.io using debcargo 2.4.2
0 Index: curl-sys/Cargo.toml
1 ===================================================================
2 --- curl-sys.orig/Cargo.toml
3 +++ curl-sys/Cargo.toml
4 @@ -32,11 +32,6 @@ version = "0.2.2"
5 version = "0.1.3"
6 optional = true
7
8 -[dependencies.libz-sys]
9 -version = "1.0.18"
10 -features = ["libc"]
11 -default-features = false
12 -
13 [build-dependencies.cc]
14 version = "1.0"
15
16 @@ -52,7 +47,6 @@ spnego = []
17 ssl = ["openssl-sys"]
18 static-curl = []
19 static-ssl = ["openssl-sys"]
20 -zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
21 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
22 version = "0.9"
23 optional = true
00 Description: for now, disable mesalink as it has some extra deps
1 --- a/Cargo.toml
2 +++ b/Cargo.toml
3 @@ -35,11 +35,6 @@
4 [dependencies.libz-sys]
5 version = "1.0.18"
1 Index: curl-sys/Cargo.toml
2 ===================================================================
3 --- curl-sys.orig/Cargo.toml
4 +++ curl-sys/Cargo.toml
5 @@ -37,11 +37,6 @@ version = "1.0.18"
6 features = ["libc"]
7 default-features = false
68
79 -[dependencies.mesalink]
810 -version = "1.1.0-cratesio"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -49,7 +49,7 @@
0 Index: curl-sys/Cargo.toml
1 ===================================================================
2 --- curl-sys.orig/Cargo.toml
3 +++ curl-sys/Cargo.toml
4 @@ -51,7 +51,7 @@ protocol-ftp = []
35 spnego = []
46 ssl = ["openssl-sys"]
57 static-curl = []
68 -static-ssl = ["openssl-sys/vendored"]
79 +static-ssl = ["openssl-sys"]
10 zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
811 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
912 version = "0.9"
10 optional = true
11 --- a/build.rs
12 +++ b/build.rs
13 @@ -19,8 +19,9 @@
13 Index: curl-sys/build.rs
14 ===================================================================
15 --- curl-sys.orig/build.rs
16 +++ curl-sys/build.rs
17 @@ -19,8 +19,9 @@ fn main() {
1418 return println!("cargo:rustc-flags=-l curl");
1519 }
1620
00 disable-mesalink.patch
11 disable-vendor.patch
2 disable-libz-sys.patch
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36 --all-targets --all-features
1 Features: test-name=@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36 --all-targets --no-default-features
6 Features: test-name=librust-curl-sys-dev
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36 --all-targets --features http2
11 Features: test-name=librust-curl-sys+http2-dev
12 Depends: dh-cargo (>= 18), @
13 Restrictions: allow-stderr, skip-not-installable
14
15 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36 --all-targets --features openssl-sys
16 Features: test-name=librust-curl-sys+openssl-sys-dev
17 Depends: dh-cargo (>= 18), @
18 Restrictions: allow-stderr, skip-not-installable
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36+curl-7.71.1 --all-targets --all-features
1 Features: test-name=@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36+curl-7.71.1 --all-targets --no-default-features
6 Features: test-name=librust-curl-sys-dev
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36+curl-7.71.1 --all-targets --features http2
11 Features: test-name=librust-curl-sys+http2-dev
12 Depends: dh-cargo (>= 18), @
13 Restrictions: allow-stderr, skip-not-installable
14
15 Test-Command: /usr/share/cargo/bin/cargo-auto-test curl-sys 0.4.36+curl-7.71.1 --all-targets --features openssl-sys
16 Features: test-name=librust-curl-sys+openssl-sys-dev
17 Depends: dh-cargo (>= 18), @
18 Restrictions: allow-stderr, skip-not-installable