Codebase list rust-libslirp / 01b2c0e
Update ascii to 0.9.2, patch out obsolete quickcheck feature Wolfgang Silbermayr 4 years ago
5 changed file(s) with 28 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 rust-ascii (0.9.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ascii 0.9.2 from crates.io using debcargo 2.4.0
3 * Patch out qickcheck feature (closes: #927314)
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 18 Jul 2019 06:51:45 +0200
6
07 rust-ascii (0.9.1-1) unstable; urgency=medium
18
29 * Package ascii 0.9.1 from crates.io using debcargo 2.2.9
77
88 Files: *
99 Copyright:
10 2014-2018 Thomas Bahn <thomas@thomas-bahn.net>
11 2014-2018 Torbjørn Birch Moltu <t.b.moltu@lyse.net>
10 2014-2019 Thomas Bahn <thomas@thomas-bahn.net>
11 2014-2019 Torbjørn Birch Moltu <t.b.moltu@lyse.net>
1212 2013-2014 Simon Sapin <simon.sapin@exyr.org>
13 2014-2018 The Rust Project Developers
13 2019 George Burton <burtonageo@gmail.com>
14 2014-2019 The Rust Project Developers
1415 License: Apache-2.0 or MIT
1516
1617 Files: debian/*
1718 Copyright:
18 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
19 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
19 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
20 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2021 License: Apache-2.0 or MIT
2122
2223 License: Apache-2.0
1717 be correct information so you should review and fix this before uploading to
1818 the archive.
1919
20 Files: ./LICENSE-APACHE
21 Copyright:
22 2017 Thomas Bahn and contributors
23 2014 The Rust Project Developers
24 License: UNKNOWN-LICENSE; FIXME (overlay)
25 Comment:
26 FIXME (overlay): These notices are extracted from files. Please review them
27 before uploading to the archive.
28
2920 Files: ./LICENSE-MIT
3021 Copyright:
3122 2017 Thomas Bahn and contributors
4435
4536 Files: debian/*
4637 Copyright:
47 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
48 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
38 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
39 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
4940 License: Apache-2.0 or MIT
5041
5142 License: Apache-2.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,9 +23,6 @@
3 [[test]]
4 name = "tests"
5 path = "tests.rs"
6 -[dependencies.quickcheck]
7 -version = "0.6"
8 -optional = true
9
10 [dependencies.serde]
11 version = "1.0.25"
0 remove-quickcheck-feature.diff