Codebase list rust-serde-xml-rs / 5488c2c
cargo - revert experimental-targetted commits so I can work on the version in unstable. Peter Michael Green 1 year, 6 months ago
6 changed file(s) with 16 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 rust-cargo (0.63.1-1) experimental; urgency=medium
1
2 * Team upload.
3 * Package cargo 0.63.1 from crates.io using debcargo 2.5.0
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Tue, 27 Sep 2022 20:58:56 -0400
6
70 rust-cargo (0.57.0-1) unstable; urgency=medium
81
92 * Package cargo 0.57.0 from crates.io using debcargo 2.4.4
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: cargo
2 Upstream-Contact: FIXME (overlay) UNKNOWN-AUTHORS
2 Upstream-Contact:
3 Yehuda Katz <wycats@gmail.com>
4 Carl Lerche <me@carllerche.com>
5 Alex Crichton <alex@alexcrichton.com>
36 Source: https://github.com/rust-lang/cargo
47
58 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-AUTHORS FIXME (overlay) UNKNOWN-YEARS
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>
713 License: MIT or Apache-2.0
814 Comment:
915 FIXME (overlay): Since upstream copyright years are not available in
3945
4046 Files: debian/*
4147 Copyright:
42 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
43 2018-2022 Ximin Luo <infinity0@debian.org>
48 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
49 2018-2021 Ximin Luo <infinity0@debian.org>
4450 License: MIT or Apache-2.0
4551
4652 License: Apache-2.0
00 overlay = "."
11 uploaders = ["Ximin Luo <infinity0@debian.org>"]
2 collapse_features = true
32
43 # we already provide /usr/bin/cargo in a separate src:cargo package to make the
54 # toolchain easier to bootstrap, so disable the binary package here
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -224,7 +224,6 @@ default-features = false
2 @@ -201,7 +201,6 @@
33 [features]
44 deny-warnings = []
55 pretty-env-logger = ["pretty_env_logger"]
66 -vendored-openssl = ["openssl/vendored"]
7
87 [target."cfg(windows)".dependencies.fwdansi]
98 version = "1.1.0"
9
00 disable-vendor.patch
1 disable-pretty-env-logger.patch
00 #!/usr/bin/make -f
11 %:
22 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true