Codebase list rust-libslirp / bfe27b7
update string_cache_codegen, markup5ever Ximin Luo 4 years ago
6 changed file(s) with 25 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
0 rust-markup5ever (0.10.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package markup5ever 0.10.0 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Wed, 08 Jan 2020 23:00:10 +0000
6
07 rust-markup5ever (0.9.0-1) unstable; urgency=medium
18
29 * Package markup5ever 0.9.0 from crates.io using debcargo 2.4.0
5353 FIXME (overlay): These notices are extracted from files. Please review them
5454 before uploading to the archive.
5555
56 Files: ./rcdom.rs
57 Copyright: 2014-2017 The html5ever Project Developers. See the
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
6356 Files: ./serialize.rs
6457 Copyright: 2014-2017 The html5ever Project Developers. See the
6558 License: UNKNOWN-LICENSE; FIXME (overlay)
8376
8477 Files: debian/*
8578 Copyright:
86 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
87 2018-2019 kpcyrd <git@rxv.cc>
79 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2018-2020 kpcyrd <git@rxv.cc>
8881 License: MIT or Apache-2.0
8982
9083 License: Apache-2.0
0 rust-string-cache-codegen (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package string_cache_codegen 0.5.1 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Wed, 08 Jan 2020 22:59:44 +0000
6
07 rust-string-cache-codegen (0.4.2-2) unstable; urgency=medium
18
29 * Patch quote and proc-macro2 to 1.0
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT
15 Copyright: 2012-2013 Mozilla Foundation
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
1421 Files: ./lib.rs
1522 Copyright: 2016 The Servo Project Developers
1623 License: UNKNOWN-LICENSE; FIXME (overlay)
2027
2128 Files: debian/*
2229 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
30 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2020 kpcyrd <git@rxv.cc>
2532 License: MIT or Apache-2.0
2633
2734 License: Apache-2.0
+0
-15
src/string-cache-codegen/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -29,10 +29,10 @@
3 version = "0.7.4"
4
5 [dependencies.proc-macro2]
6 -version = "0.4"
7 +version = "1.0"
8
9 [dependencies.quote]
10 -version = "0.6"
11 +version = "1.0"
12
13 [dependencies.string_cache_shared]
14 version = "0.3"
+0
-1
src/string-cache-codegen/debian/patches/series less more
0 relax-deps.patch