Codebase list rust-serde-xml-rs / 9047676
structopt: update to 0.3.26 (add myself to uploaders) Refresh patch to disable paw Daniel Kahn Gillmor 2 years ago
6 changed file(s) with 19 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-structopt (0.3.26-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Add myself to uploaders.
3 * Package structopt 0.3.26 from crates.io using debcargo 2.5.0
4 * Ship examples
5
6 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 09 Mar 2022 12:56:41 -0500
7
08 rust-structopt (0.3.20-1) unstable; urgency=medium
19
210 * Team upload.
1010
1111 Files: debian/*
1212 Copyright:
13 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2018-2020 kpcyrd <git@rxv.cc>
15 2020 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
15 2021-2022 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
1616 License: Apache-2.0 or MIT
1717
1818 License: Apache-2.0
353353
354354 Files: debian/*
355355 Copyright:
356 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
357 2018-2020 kpcyrd <git@rxv.cc>
356 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
357 2018-2022 kpcyrd <git@rxv.cc>
358 2018-2022 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
358359 License: Apache-2.0 or MIT
359360
360361 License: Apache-2.0
00 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
1 uploaders = ["kpcyrd <git@rxv.cc>", "Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
0 examples/*.rs
1 examples/README.md
11 ===================================================================
22 --- structopt.orig/Cargo.toml
33 +++ structopt/Cargo.toml
4 @@ -29,10 +29,10 @@ default-features = false
4 @@ -28,10 +28,10 @@
55 [dependencies.lazy_static]
66 version = "1.4.0"
77
1515 +#package = "paw"
1616
1717 [dependencies.structopt-derive]
18 version = "=0.4.13"
19 @@ -50,7 +50,7 @@ default = ["clap/default"]
18 version = "=0.4.18"
19 @@ -53,7 +53,7 @@
2020 doc = ["clap/doc"]
2121 lints = ["clap/lints"]
2222 no_cargo = ["clap/no_cargo"]