cargo and its transitive deps
Ximin Luo
2 years ago
19 | 19 | test -d "src/$pkg/debian/patches" || mkdir "src/$pkg/debian/patches" |
20 | 20 | rm -rf "build/$pkg/debian/patches" |
21 | 21 | rm -rf "build/$pkg/.pc" |
22 | mkdir -p "build/$pkg/debian" | |
22 | 23 | ln -sfT "$PWD/src/$pkg/debian/patches" "build/$pkg/debian/patches" |
23 | 24 | |
24 | 25 | if [ -z "$2" ]; then exit 0; fi |
0 | rust-cargo (0.47.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package cargo 0.47.0 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 22:03:19 +0100 | |
5 | ||
0 | 6 | rust-cargo (0.43.1-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package cargo 0.43.1 from crates.io using debcargo 2.4.2 |
1 | 1 | +++ b/Cargo.toml |
2 | 2 | @@ -125,4 +125,0 @@ |
3 | 3 | -[dependencies.pretty_env_logger] |
4 | -version = "0.3" | |
4 | -version = "0.4" | |
5 | 5 | -optional = true |
6 | 6 | - |
7 | 7 | @@ -188,1 +184,1 @@ |
0 | 0 | --- a/Cargo.toml |
1 | 1 | +++ b/Cargo.toml |
2 | @@ -196,7 +196,7 @@ | |
2 | @@ -194,7 +194,7 @@ | |
3 | 3 | [features] |
4 | 4 | deny-warnings = [] |
5 | 5 | pretty-env-logger = ["pretty_env_logger"] |
6 | 6 | -vendored-openssl = ["openssl/vendored"] |
7 | 7 | +vendored-openssl = ["openssl"] |
8 | 8 | [target."cfg(target_os = \"macos\")".dependencies.core-foundation] |
9 | version = "0.7.0" | |
9 | version = "0.9.0" | |
10 | 10 | features = ["mac_os_10_7_support"] |
0 | --- a/Cargo.toml | |
1 | +++ b/Cargo.toml | |
2 | @@ -140,7 +140,7 @@ | |
3 | version = "1" | |
4 | ||
5 | [dependencies.semver] | |
6 | -version = "0.10" | |
7 | +version = "0.11" | |
8 | features = ["serde"] | |
9 | ||
10 | [dependencies.serde] |
0 | rust-core-foundation (0.9.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package core-foundation 0.9.1 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:02:16 +0100 | |
5 | ||
0 | 6 | rust-core-foundation (0.7.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package core-foundation 0.7.0 from crates.io using debcargo 2.4.2 |
0 | rust-core-foundation-sys (0.8.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package core-foundation-sys 0.8.1 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:16:44 +0100 | |
5 | ||
0 | 6 | rust-core-foundation-sys (0.7.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package core-foundation-sys 0.7.0 from crates.io using debcargo 2.4.2 |
0 | rust-crates-io (0.31.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package crates-io 0.31.1 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:47:52 +0100 | |
5 | ||
0 | 6 | rust-crates-io (0.31.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package crates-io 0.31.0 from crates.io using debcargo 2.4.2 |
0 | rust-curl (0.4.28-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
0 | rust-curl (0.4.33-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | 1 | |
2 | 2 | * Team upload. |
3 | * Package curl 0.4.28 from crates.io using debcargo 2.4.2 | |
3 | * Package curl 0.4.33 from crates.io using debcargo 2.4.3 | |
4 | 4 | |
5 | -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 18:51:33 +0100 | |
5 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:52:45 +0100 | |
6 | 6 | |
7 | 7 | rust-curl (0.4.25-2) unstable; urgency=medium |
8 | 8 |
0 | rust-git2 (0.13.11-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Team upload. | |
3 | * Package git2 0.13.11 from crates.io using debcargo 2.4.3 | |
4 | ||
5 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:52:11 +0100 | |
6 | ||
0 | 7 | rust-git2 (0.11.0-1) unstable; urgency=medium |
1 | 8 | |
2 | 9 | * Team upload. |
25 | 25 | Files: debian/* |
26 | 26 | Copyright: |
27 | 27 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
28 | 2018-2020 Paride Legovini <pl@ninthfloor.org> | |
28 | 2018-2020 Paride Legovini <paride@debian.org> | |
29 | 29 | License: MIT or Apache-2.0 |
30 | 30 | |
31 | 31 | License: Apache-2.0 |
3 | 3 | [packages."lib+@"] |
4 | 4 | # a file is missing in libgit2-sys |
5 | 5 | test_is_broken = true |
6 | test_depends = ["git"] |
6 | 6 | ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"] |
7 | 7 | unstable = [] |
8 | 8 | -vendored-openssl = ["openssl-sys/vendored"] |
9 | zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"] | |
9 | 10 | [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe] |
10 | 11 | version = "0.1" |
11 | optional = true |
0 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --all-features | |
1 | Features: test-name=@ | |
2 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
3 | Restrictions: allow-stderr, skip-not-installable, flaky | |
4 | ||
5 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --no-default-features | |
6 | Features: test-name=librust-git2-dev | |
7 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
8 | Restrictions: allow-stderr, skip-not-installable | |
9 | ||
10 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features default | |
11 | Features: test-name=librust-git2+default-dev | |
12 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
13 | Restrictions: allow-stderr, skip-not-installable | |
14 | ||
15 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features https | |
16 | Features: test-name=librust-git2+https-dev | |
17 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
18 | Restrictions: allow-stderr, skip-not-installable | |
19 | ||
20 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features openssl-probe | |
21 | Features: test-name=librust-git2+openssl-probe-dev | |
22 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
23 | Restrictions: allow-stderr, skip-not-installable | |
24 | ||
25 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features openssl-sys | |
26 | Features: test-name=librust-git2+openssl-sys-dev | |
27 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
28 | Restrictions: allow-stderr, skip-not-installable | |
29 | ||
30 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features ssh | |
31 | Features: test-name=librust-git2+ssh-dev | |
32 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
33 | Restrictions: allow-stderr, skip-not-installable | |
34 | ||
35 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features ssh_key_from_memory | |
36 | Features: test-name=librust-git2+ssh-key-from-memory-dev | |
37 | Depends: git, dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
38 | Restrictions: allow-stderr, skip-not-installable |
0 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --all-features | |
1 | Features: test-name=@ | |
2 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
3 | Restrictions: allow-stderr, skip-not-installable, flaky | |
4 | ||
5 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --no-default-features | |
6 | Features: test-name=librust-git2-dev | |
7 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
8 | Restrictions: allow-stderr, skip-not-installable | |
9 | ||
10 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features default | |
11 | Features: test-name=librust-git2+default-dev | |
12 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
13 | Restrictions: allow-stderr, skip-not-installable | |
14 | ||
15 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features https | |
16 | Features: test-name=librust-git2+https-dev | |
17 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
18 | Restrictions: allow-stderr, skip-not-installable | |
19 | ||
20 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features openssl-probe | |
21 | Features: test-name=librust-git2+openssl-probe-dev | |
22 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
23 | Restrictions: allow-stderr, skip-not-installable | |
24 | ||
25 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features openssl-sys | |
26 | Features: test-name=librust-git2+openssl-sys-dev | |
27 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
28 | Restrictions: allow-stderr, skip-not-installable | |
29 | ||
30 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features ssh | |
31 | Features: test-name=librust-git2+ssh-dev | |
32 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
33 | Restrictions: allow-stderr, skip-not-installable | |
34 | ||
35 | Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.11.0 --all-targets --features ssh_key_from_memory | |
36 | Features: test-name=librust-git2+ssh-key-from-memory-dev | |
37 | Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempfile-3+default-dev (>= 3.1.0-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ | |
38 | Restrictions: allow-stderr, skip-not-installable |
0 | rust-git2-curl (0.14.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package git2-curl 0.14.1 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:37:29 +0100 | |
5 | ||
0 | 6 | rust-git2-curl (0.12.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package git2-curl 0.12.0 from crates.io using debcargo 2.4.2 |
0 | rust-im-rc (15.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package im-rc 15.0.0 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:08:07 +0100 | |
5 | ||
0 | 6 | rust-im-rc (14.3.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Team upload. |
0 | Index: im-rc/Cargo.toml | |
1 | =================================================================== | |
2 | --- im-rc.orig/Cargo.toml | |
3 | +++ im-rc/Cargo.toml | |
4 | @@ -29,9 +29,9 @@ all-features = true | |
5 | ||
6 | [lib] | |
7 | path = "./src/lib.rs" | |
8 | -[dependencies.arbitrary] | |
9 | -version = "0.4" | |
10 | -optional = true | |
11 | +#[dependencies.arbitrary] | |
12 | +#version = "0.4" | |
13 | +#optional = true | |
14 | ||
15 | [dependencies.bitmaps] | |
16 | version = "2.0.0" | |
17 | @@ -54,9 +54,9 @@ version = "0.4.0" | |
18 | version = "1.0" | |
19 | optional = true | |
20 | ||
21 | -[dependencies.refpool] | |
22 | -version = "0.2.2" | |
23 | -optional = true | |
24 | +#[dependencies.refpool] | |
25 | +#version = "0.2.2" | |
26 | +#optional = true | |
27 | ||
28 | [dependencies.serde] | |
29 | version = "1.0" |
0 | Index: im-rc/Cargo.toml | |
1 | =================================================================== | |
2 | --- im-rc.orig/Cargo.toml | |
3 | +++ im-rc/Cargo.toml | |
4 | @@ -63,7 +63,7 @@ version = "1.0" | |
5 | optional = true | |
6 | ||
7 | [dependencies.sized-chunks] | |
8 | -version = "0.5.1" | |
9 | +version = ">= 0.5.1, < 0.7" | |
10 | ||
11 | [dependencies.typenum] | |
12 | version = "1.10" |
0 | rust-jobserver (0.1.21-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package jobserver 0.1.21 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:20:26 +0100 | |
5 | ||
0 | 6 | rust-jobserver (0.1.17-2) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Team upload. |
8 | 8 | |
9 | 9 | Files: debian/* |
10 | 10 | Copyright: |
11 | 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
12 | 2018 Ximin Luo <infinity0@debian.org> | |
11 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
12 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
13 | 13 | License: MIT or Apache-2.0 |
14 | 14 | |
15 | 15 | License: Apache-2.0 |
20 | 20 | |
21 | 21 | Files: debian/* |
22 | 22 | Copyright: |
23 | 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
24 | 2018-2019 Ximin Luo <infinity0@debian.org> | |
23 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
24 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
25 | 25 | License: MIT or Apache-2.0 |
26 | 26 | |
27 | 27 | License: Apache-2.0 |
0 | rust-libgit2-sys (0.12.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package libgit2-sys 0.12.13+1.0.1 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:34:39 +0100 | |
5 | ||
0 | 6 | rust-libgit2-sys (0.10.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package libgit2-sys 0.10.0 from crates.io using debcargo 2.4.2 |
0 | --- a/lib.rs | |
1 | +++ b/lib.rs | |
2 | @@ -331,7 +331,6 @@ | |
3 | pub push_negotiation: Option<git_push_negotiation>, | |
4 | pub transport: Option<git_transport_cb>, | |
5 | pub payload: *mut c_void, | |
6 | - pub resolve_url: Option<git_url_resolve_cb>, | |
7 | } | |
8 | ||
9 | #[repr(C)] |
0 | 0 | --- a/build.rs |
1 | 1 | +++ b/build.rs |
2 | @@ -7,7 +7,7 @@ | |
3 | let https = env::var("CARGO_FEATURE_HTTPS").is_ok(); | |
4 | let ssh = env::var("CARGO_FEATURE_SSH").is_ok(); | |
5 | ||
6 | - if env::var("LIBGIT2_SYS_USE_PKG_CONFIG").is_ok() { | |
7 | + if true { | |
2 | @@ -11,7 +11,7 @@ | |
3 | // To use zlib-ng in zlib-compat mode, we have to build libgit2 ourselves. | |
4 | if !zlib_ng_compat { | |
8 | 5 | let mut cfg = pkg_config::Config::new(); |
9 | if let Ok(lib) = cfg.atleast_version("0.28.0").probe("libgit2") { | |
6 | - if let Ok(lib) = cfg.atleast_version("1.0.0").probe("libgit2") { | |
7 | + if let Ok(lib) = cfg.probe("libgit2") { | |
10 | 8 | for include in &lib.include_paths { |
11 | @@ -17,7 +17,7 @@ | |
9 | println!("cargo:root={}", include.display()); | |
10 | } | |
11 | @@ -19,7 +19,7 @@ | |
12 | 12 | } |
13 | 13 | } |
14 | 14 | |
15 | 15 | - if !Path::new("libgit2/.git").exists() { |
16 | 16 | + if false { |
17 | 17 | let _ = Command::new("git") |
18 | .args(&["submodule", "update", "--init"]) | |
18 | .args(&["submodule", "update", "--init", "libgit2"]) | |
19 | 19 | .status(); |
0 | rust-libssh2-sys (0.2.19-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package libssh2-sys 0.2.19 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:42:34 +0100 | |
5 | ||
0 | 6 | rust-libssh2-sys (0.2.13-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package libssh2-sys 0.2.13 from crates.io using debcargo 2.4.0 |
12 | 12 | |
13 | 13 | Files: debian/* |
14 | 14 | Copyright: |
15 | 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
16 | 2018-2019 Ximin Luo <infinity0@debian.org> | |
15 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
16 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
17 | 17 | License: MIT or Apache-2.0 |
18 | 18 | |
19 | 19 | License: Apache-2.0 |
17 | 17 | |
18 | 18 | Files: debian/* |
19 | 19 | Copyright: |
20 | 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
21 | 2018-2019 Ximin Luo <infinity0@debian.org> | |
20 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
21 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
22 | 22 | License: MIT or Apache-2.0 |
23 | 23 | |
24 | 24 | License: Apache-2.0 |
5 | 5 | [features] |
6 | 6 | -vendored-openssl = ["openssl-sys/vendored"] |
7 | 7 | +vendored-openssl = [] |
8 | zlib-ng-compat = ["libz-sys/zlib-ng"] | |
8 | 9 | [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] |
9 | 10 | version = "0.2" |
10 | [target."cfg(unix)".dependencies.openssl-sys] |
0 | 0 | --- a/build.rs |
1 | 1 | +++ b/build.rs |
2 | 2 | @@ -17,7 +17,7 @@ |
3 | // The system copy of libssh2 is not used by default because it | |
4 | 3 | // can lead to having two copies of libssl loaded at once. |
5 | 4 | // See https://github.com/alexcrichton/ssh2-rs/pull/88 |
5 | println!("cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG"); | |
6 | 6 | - if env::var("LIBSSH2_SYS_USE_PKG_CONFIG").is_ok() { |
7 | 7 | + if true { |
8 | if let Ok(lib) = pkg_config::find_library("libssh2") { | |
9 | for path in &lib.include_paths { | |
10 | println!("cargo:include={}", path.display()); | |
8 | if zlib_ng_compat { | |
9 | panic!("LIBSSH2_SYS_USE_PKG_CONFIG set, but cannot use zlib-ng-compat with system libssh2"); | |
10 | } | |
11 | 11 | @@ -26,7 +26,7 @@ |
12 | 12 | } |
13 | 13 | } |
0 | rust-libz-sys (1.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package libz-sys 1.1.2 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:33:05 +0100 | |
5 | ||
0 | 6 | rust-libz-sys (1.0.25-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Team upload. |
0 | 0 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
1 | 1 | Upstream-Name: libz-sys |
2 | Upstream-Contact: Alex Crichton <alex@alexcrichton.com> | |
3 | Source: https://github.com/alexcrichton/libz-sys | |
2 | Upstream-Contact: | |
3 | Alex Crichton <alex@alexcrichton.com> | |
4 | Josh Triplett <josh@joshtriplett.org> | |
5 | Source: https://github.com/rust-lang/libz-sys | |
4 | 6 | |
5 | 7 | Files: * |
6 | Copyright: 2014-2018 Alex Crichton <alex@alexcrichton.com> | |
8 | Copyright: | |
9 | 2014-2020 Alex Crichton <alex@alexcrichton.com> | |
10 | 2020 Josh Triplett <josh@joshtriplett.org> | |
7 | 11 | License: MIT or Apache-2.0 |
8 | 12 | |
9 | 13 | Files: debian/* |
10 | 14 | Copyright: |
11 | 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
12 | 2018 Ximin Luo <infinity0@debian.org> | |
15 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
16 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
13 | 17 | License: MIT or Apache-2.0 |
14 | 18 | |
15 | 19 | License: Apache-2.0 |
0 | 0 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
1 | 1 | Upstream-Name: libz-sys |
2 | Upstream-Contact: Alex Crichton <alex@alexcrichton.com> | |
3 | Source: https://github.com/alexcrichton/libz-sys | |
2 | Upstream-Contact: | |
3 | Alex Crichton <alex@alexcrichton.com> | |
4 | Josh Triplett <josh@joshtriplett.org> | |
5 | Source: https://github.com/rust-lang/libz-sys | |
4 | 6 | |
5 | 7 | Files: * |
6 | Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com> | |
8 | Copyright: | |
9 | FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com> | |
10 | FIXME (overlay) UNKNOWN-YEARS Josh Triplett <josh@joshtriplett.org> | |
7 | 11 | License: MIT or Apache-2.0 |
8 | 12 | Comment: |
9 | 13 | FIXME (overlay): Since upstream copyright years are not available in |
12 | 16 | the archive. |
13 | 17 | |
14 | 18 | Files: ./LICENSE-MIT |
15 | Copyright: 2014 Alex Crichton | |
19 | Copyright: | |
20 | 2014 Alex Crichton | |
21 | 2020 Josh Triplett | |
16 | 22 | License: UNKNOWN-LICENSE; FIXME (overlay) |
17 | 23 | Comment: |
18 | 24 | FIXME (overlay): These notices are extracted from files. Please review them |
20 | 26 | |
21 | 27 | Files: debian/* |
22 | 28 | Copyright: |
23 | 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
24 | 2018 Ximin Luo <infinity0@debian.org> | |
29 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
30 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
25 | 31 | License: MIT or Apache-2.0 |
26 | 32 | |
27 | 33 | License: Apache-2.0 |
0 | 0 | overlay = "." |
1 | 1 | uploaders = ["Ximin Luo <infinity0@debian.org>"] |
2 | 2 | excludes = ["src/zlib-*/**", "src/zlib/**"] |
3 | whitelist = ["src/smoke.c"] | |
3 | 4 | |
4 | 5 | [packages.lib] |
5 | 6 | depends = ["zlib1g-dev"] |
0 | rust-semver (0.11.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package semver 0.11.0 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:08:22 +0100 | |
5 | ||
0 | 6 | rust-semver (0.9.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package semver 0.9.0 from crates.io using debcargo 2.2.8 |
6 | 6 | |
7 | 7 | Files: * |
8 | 8 | Copyright: |
9 | 2012-2014 Steve Klabnik <steve@steveklabnik.com> | |
9 | 2012-2020 Steve Klabnik <steve@steveklabnik.com> | |
10 | 10 | 2012-2014 The Rust Project Developers |
11 | 11 | License: MIT or Apache-2.0 |
12 | 12 | |
13 | 13 | Files: debian/* |
14 | 14 | Copyright: |
15 | 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
16 | 2018 Ximin Luo <infinity0@debian.org> | |
15 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
16 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
17 | 17 | License: MIT or Apache-2.0 |
18 | 18 | |
19 | 19 | License: Apache-2.0 |
45 | 45 | |
46 | 46 | Files: debian/* |
47 | 47 | Copyright: |
48 | 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
49 | 2018 Ximin Luo <infinity0@debian.org> | |
48 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
49 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
50 | 50 | License: MIT or Apache-2.0 |
51 | 51 | |
52 | 52 | License: Apache-2.0 |
0 | rust-semver-parser (0.10.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Package semver-parser 0.10.0 from crates.io using debcargo 2.4.3 | |
3 | ||
4 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:08:42 +0100 | |
5 | ||
0 | 6 | rust-semver-parser (0.9.0-1) unstable; urgency=medium |
1 | 7 | |
2 | 8 | * Package semver-parser 0.9.0 from crates.io using debcargo 2.1.1 |
3 | 3 | Source: https://github.com/steveklabnik/semver-parser |
4 | 4 | |
5 | 5 | Files: * |
6 | Copyright: 2016-2018 Steve Klabnik <steve@steveklabnik.com> | |
6 | Copyright: 2016-2020 Steve Klabnik <steve@steveklabnik.com> | |
7 | 7 | License: MIT or Apache-2.0 |
8 | 8 | |
9 | 9 | Files: debian/* |
10 | Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
11 | 2018 Ximin Luo <infinity0@debian.org> | |
10 | Copyright: | |
11 | 2018-2020 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
12 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
12 | 13 | License: MIT or Apache-2.0 |
13 | 14 | |
14 | 15 | License: Apache-2.0 |
3 | 3 | Source: https://github.com/steveklabnik/semver-parser |
4 | 4 | |
5 | 5 | Files: * |
6 | Copyright: FIXME (overlay) UNKNOWN Steve Klabnik <steve@steveklabnik.com> | |
6 | Copyright: FIXME (overlay) UNKNOWN-YEARS Steve Klabnik <steve@steveklabnik.com> | |
7 | 7 | License: MIT or Apache-2.0 |
8 | 8 | Comment: |
9 | 9 | FIXME (overlay): Since upstream copyright years are not available in |
13 | 13 | |
14 | 14 | Files: ./LICENSE-MIT |
15 | 15 | Copyright: 2016 Steve Klabnik |
16 | License: UNKNOWN; FIXME (overlay) | |
16 | License: UNKNOWN-LICENSE; FIXME (overlay) | |
17 | 17 | Comment: |
18 | 18 | FIXME (overlay): These notices are extracted from files. Please review them |
19 | 19 | before uploading to the archive. |
20 | 20 | |
21 | 21 | Files: debian/* |
22 | Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
23 | 2018 FIXME (overlay) Your Name <Your Email> | |
22 | Copyright: | |
23 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
24 | 2018-2020 Ximin Luo <infinity0@debian.org> | |
24 | 25 | License: MIT or Apache-2.0 |
25 | 26 | |
26 | 27 | License: Apache-2.0 |
45 | 46 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
46 | 47 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
47 | 48 | SOFTWARE. |
48 | ||
49 | ||
50 |
0 | rust-typenum (1.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium | |
1 | ||
2 | * Team upload. | |
3 | * Package typenum 1.12.0 from crates.io using debcargo 2.4.3 | |
4 | ||
5 | -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:09:46 +0100 | |
6 | ||
0 | 7 | rust-typenum (1.11.2-1) unstable; urgency=medium |
1 | 8 | |
2 | 9 | * Team upload. |
24 | 24 | |
25 | 25 | Files: debian/* |
26 | 26 | Copyright: |
27 | 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
28 | 2018-2019 kpcyrd <git@rxv.cc> | |
27 | 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> | |
28 | 2018-2020 kpcyrd <git@rxv.cc> | |
29 | 29 | License: MIT or Apache-2.0 |
30 | 30 | |
31 | 31 | License: Apache-2.0 |