Codebase list rust-bzip2 / 42c05a2
cargo and its transitive deps Ximin Luo 3 years ago
46 changed file(s) with 169 addition(s) and 192 deletion(s). Raw diff Collapse all Expand all
1919 test -d "src/$pkg/debian/patches" || mkdir "src/$pkg/debian/patches"
2020 rm -rf "build/$pkg/debian/patches"
2121 rm -rf "build/$pkg/.pc"
22 mkdir -p "build/$pkg/debian"
2223 ln -sfT "$PWD/src/$pkg/debian/patches" "build/$pkg/debian/patches"
2324
2425 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
06 rust-cargo (0.43.1-1) unstable; urgency=medium
17
28 * Package cargo 0.43.1 from crates.io using debcargo 2.4.2
11 +++ b/Cargo.toml
22 @@ -125,4 +125,0 @@
33 -[dependencies.pretty_env_logger]
4 -version = "0.3"
4 -version = "0.4"
55 -optional = true
66 -
77 @@ -188,1 +184,1 @@
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -196,7 +196,7 @@
2 @@ -194,7 +194,7 @@
33 [features]
44 deny-warnings = []
55 pretty-env-logger = ["pretty_env_logger"]
66 -vendored-openssl = ["openssl/vendored"]
77 +vendored-openssl = ["openssl"]
88 [target."cfg(target_os = \"macos\")".dependencies.core-foundation]
9 version = "0.7.0"
9 version = "0.9.0"
1010 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]
00 disable-vendor.patch
11 disable-pretty-env-logger.patch
2 relax-deps.patch
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
06 rust-core-foundation (0.7.0-1) unstable; urgency=medium
17
28 * 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
06 rust-core-foundation-sys (0.7.0-1) unstable; urgency=medium
17
28 * 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
06 rust-crates-io (0.31.0-1) unstable; urgency=medium
17
28 * 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
11
22 * 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
44
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
66
77 rust-curl (0.4.25-2) unstable; urgency=medium
88
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
07 rust-git2 (0.11.0-1) unstable; urgency=medium
18
29 * Team upload.
2525 Files: debian/*
2626 Copyright:
2727 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>
2929 License: MIT or Apache-2.0
3030
3131 License: Apache-2.0
33 [packages."lib+@"]
44 # a file is missing in libgit2-sys
55 test_is_broken = true
6 test_depends = ["git"]
66 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
77 unstable = []
88 -vendored-openssl = ["openssl-sys/vendored"]
9 zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
910 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
1011 version = "0.1"
11 optional = true
+0
-39
src/git2/debian/tests/control less more
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
-39
src/git2/debian/tests/control.debcargo.hint less more
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
06 rust-git2-curl (0.12.0-1) unstable; urgency=medium
17
28 * 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
06 rust-im-rc (14.3.0-1) unstable; urgency=medium
17
28 * Team upload.
+0
-30
src/im-rc/debian/patches/disable-features.patch less more
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
-13
src/im-rc/debian/patches/relax-deps.patch less more
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
-2
src/im-rc/debian/patches/series less more
0 relax-deps.patch
1 disable-features.patch
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
06 rust-jobserver (0.1.17-2) unstable; urgency=medium
17
28 * Team upload.
88
99 Files: debian/*
1010 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>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
2020
2121 Files: debian/*
2222 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>
2525 License: MIT or Apache-2.0
2626
2727 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
06 rust-libgit2-sys (0.10.0-1) unstable; urgency=medium
17
28 * Package libgit2-sys 0.10.0 from crates.io using debcargo 2.4.2
+0
-10
src/libgit2-sys/debian/patches/abi-compat-0.28.3.patch less more
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)]
00 --- a/build.rs
11 +++ 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 {
85 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") {
108 for include in &lib.include_paths {
11 @@ -17,7 +17,7 @@
9 println!("cargo:root={}", include.display());
10 }
11 @@ -19,7 +19,7 @@
1212 }
1313 }
1414
1515 - if !Path::new("libgit2/.git").exists() {
1616 + if false {
1717 let _ = Command::new("git")
18 .args(&["submodule", "update", "--init"])
18 .args(&["submodule", "update", "--init", "libgit2"])
1919 .status();
00 no-special-snowflake-env.patch
1 abi-compat-0.28.3.patch
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
06 rust-libssh2-sys (0.2.13-1) unstable; urgency=medium
17
28 * Package libssh2-sys 0.2.13 from crates.io using debcargo 2.4.0
1212
1313 Files: debian/*
1414 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>
1717 License: MIT or Apache-2.0
1818
1919 License: Apache-2.0
1717
1818 Files: debian/*
1919 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>
2222 License: MIT or Apache-2.0
2323
2424 License: Apache-2.0
55 [features]
66 -vendored-openssl = ["openssl-sys/vendored"]
77 +vendored-openssl = []
8 zlib-ng-compat = ["libz-sys/zlib-ng"]
89 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
910 version = "0.2"
10 [target."cfg(unix)".dependencies.openssl-sys]
00 --- a/build.rs
11 +++ b/build.rs
22 @@ -17,7 +17,7 @@
3 // The system copy of libssh2 is not used by default because it
43 // can lead to having two copies of libssl loaded at once.
54 // See https://github.com/alexcrichton/ssh2-rs/pull/88
5 println!("cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG");
66 - if env::var("LIBSSH2_SYS_USE_PKG_CONFIG").is_ok() {
77 + 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 }
1111 @@ -26,7 +26,7 @@
1212 }
1313 }
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
06 rust-libz-sys (1.0.25-1) unstable; urgency=medium
17
28 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 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
46
57 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>
711 License: MIT or Apache-2.0
812
913 Files: debian/*
1014 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>
1317 License: MIT or Apache-2.0
1418
1519 License: Apache-2.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 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
46
57 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>
711 License: MIT or Apache-2.0
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
1216 the archive.
1317
1418 Files: ./LICENSE-MIT
15 Copyright: 2014 Alex Crichton
19 Copyright:
20 2014 Alex Crichton
21 2020 Josh Triplett
1622 License: UNKNOWN-LICENSE; FIXME (overlay)
1723 Comment:
1824 FIXME (overlay): These notices are extracted from files. Please review them
2026
2127 Files: debian/*
2228 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>
2531 License: MIT or Apache-2.0
2632
2733 License: Apache-2.0
00 overlay = "."
11 uploaders = ["Ximin Luo <infinity0@debian.org>"]
22 excludes = ["src/zlib-*/**", "src/zlib/**"]
3 whitelist = ["src/smoke.c"]
34
45 [packages.lib]
56 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
06 rust-semver (0.9.0-1) unstable; urgency=medium
17
28 * Package semver 0.9.0 from crates.io using debcargo 2.2.8
66
77 Files: *
88 Copyright:
9 2012-2014 Steve Klabnik <steve@steveklabnik.com>
9 2012-2020 Steve Klabnik <steve@steveklabnik.com>
1010 2012-2014 The Rust Project Developers
1111 License: MIT or Apache-2.0
1212
1313 Files: debian/*
1414 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>
1717 License: MIT or Apache-2.0
1818
1919 License: Apache-2.0
4545
4646 Files: debian/*
4747 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>
5050 License: MIT or Apache-2.0
5151
5252 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
06 rust-semver-parser (0.9.0-1) unstable; urgency=medium
17
28 * Package semver-parser 0.9.0 from crates.io using debcargo 2.1.1
33 Source: https://github.com/steveklabnik/semver-parser
44
55 Files: *
6 Copyright: 2016-2018 Steve Klabnik <steve@steveklabnik.com>
6 Copyright: 2016-2020 Steve Klabnik <steve@steveklabnik.com>
77 License: MIT or Apache-2.0
88
99 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>
1213 License: MIT or Apache-2.0
1314
1415 License: Apache-2.0
33 Source: https://github.com/steveklabnik/semver-parser
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Steve Klabnik <steve@steveklabnik.com>
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Steve Klabnik <steve@steveklabnik.com>
77 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2016 Steve Klabnik
16 License: UNKNOWN; FIXME (overlay)
16 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
2121 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>
2425 License: MIT or Apache-2.0
2526
2627 License: Apache-2.0
4546 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4647 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4748 SOFTWARE.
48
49
50
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
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
07 rust-typenum (1.11.2-1) unstable; urgency=medium
18
29 * Team upload.
2424
2525 Files: debian/*
2626 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>
2929 License: MIT or Apache-2.0
3030
3131 License: Apache-2.0