Codebase list rust-serde-xml-rs / 560d195
cargo - restore expermental version. Peter Michael Green 1 year, 6 months ago
6 changed file(s) with 7 addition(s) and 46 deletion(s). Raw diff Collapse all Expand all
0 rust-cargo (0.57.0-2) unstable; urgency=medium
0 rust-cargo (0.63.1-1) experimental; urgency=medium
11
22 * Team upload.
3 * Package cargo 0.57.0 from crates.io using debcargo 2.5.0
4 * Re-enable pretty-env-logger (Thanks to Matthias Geiger)
5 * Set collapse_features = true (Thanks to Fabian Grünbichler)
6 * Bump git2, libgit2-sys and git2-curl dependencies.
3 * Package cargo 0.63.1 from crates.io using debcargo 2.5.0
74
8 -- Peter Michael Green <plugwash@debian.org> Sat, 08 Oct 2022 03:39:34 +0000
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 27 Sep 2022 20:58:56 -0400
96
107 rust-cargo (0.57.0-1) unstable; urgency=medium
118
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: cargo
2 Upstream-Contact:
3 Yehuda Katz <wycats@gmail.com>
4 Carl Lerche <me@carllerche.com>
5 Alex Crichton <alex@alexcrichton.com>
2 Upstream-Contact: FIXME (overlay) UNKNOWN-AUTHORS
63 Source: https://github.com/rust-lang/cargo
74
85 Files: *
9 Copyright:
10 FIXME (overlay) UNKNOWN-YEARS Yehuda Katz <wycats@gmail.com>
11 FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
12 FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
6 Copyright: FIXME (overlay) UNKNOWN-AUTHORS FIXME (overlay) UNKNOWN-YEARS
137 License: MIT or Apache-2.0
148 Comment:
159 FIXME (overlay): Since upstream copyright years are not available in
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -201,7 +201,6 @@
2 @@ -224,7 +224,6 @@ default-features = false
33 [features]
44 deny-warnings = []
55 pretty-env-logger = ["pretty_env_logger"]
66 -vendored-openssl = ["openssl/vendored"]
7
78 [target."cfg(windows)".dependencies.fwdansi]
89 version = "1.1.0"
9
+0
-26
src/cargo/debian/patches/relax-dep.diff less more
0 Index: cargo/Cargo.toml
1 ===================================================================
2 --- cargo.orig/Cargo.toml
3 +++ cargo/Cargo.toml
4 @@ -72,10 +72,10 @@ features = ["zlib"]
5 default-features = false
6
7 [dependencies.git2]
8 -version = "0.13.16"
9 +version = "0.14"
10
11 [dependencies.git2-curl]
12 -version = "0.14.1"
13 +version = "0.15"
14
15 [dependencies.glob]
16 version = "0.3.0"
17 @@ -111,7 +111,7 @@ version = "1.2.0"
18 version = "0.2"
19
20 [dependencies.libgit2-sys]
21 -version = "0.12.18"
22 +version = "0.13"
23
24 [dependencies.log]
25 version = "0.4.6"
00 disable-vendor.patch
1 relax-dep.diff
00 #!/usr/bin/make -f
11 %:
22 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true