diff --git a/src/markup5ever/debian/changelog b/src/markup5ever/debian/changelog index 7aaa7ad..cd845e0 100644 --- a/src/markup5ever/debian/changelog +++ b/src/markup5ever/debian/changelog @@ -1,3 +1,10 @@ +rust-markup5ever (0.10.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package markup5ever 0.10.0 from crates.io using debcargo 2.4.2 + + -- Ximin Luo Wed, 08 Jan 2020 23:00:10 +0000 + rust-markup5ever (0.9.0-1) unstable; urgency=medium * Package markup5ever 0.9.0 from crates.io using debcargo 2.4.0 diff --git a/src/markup5ever/debian/copyright.debcargo.hint b/src/markup5ever/debian/copyright.debcargo.hint index 549d6c7..eab716f 100644 --- a/src/markup5ever/debian/copyright.debcargo.hint +++ b/src/markup5ever/debian/copyright.debcargo.hint @@ -54,13 +54,6 @@ FIXME (overlay): These notices are extracted from files. Please review them before uploading to the archive. -Files: ./rcdom.rs -Copyright: 2014-2017 The html5ever Project Developers. See the -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - Files: ./serialize.rs Copyright: 2014-2017 The html5ever Project Developers. See the License: UNKNOWN-LICENSE; FIXME (overlay) @@ -84,8 +77,8 @@ Files: debian/* Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd + 2018-2020 Debian Rust Maintainers + 2018-2020 kpcyrd License: MIT or Apache-2.0 License: Apache-2.0 diff --git a/src/string-cache-codegen/debian/changelog b/src/string-cache-codegen/debian/changelog index 9f19fae..9793fc0 100644 --- a/src/string-cache-codegen/debian/changelog +++ b/src/string-cache-codegen/debian/changelog @@ -1,3 +1,10 @@ +rust-string-cache-codegen (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package string_cache_codegen 0.5.1 from crates.io using debcargo 2.4.2 + + -- Ximin Luo Wed, 08 Jan 2020 22:59:44 +0000 + rust-string-cache-codegen (0.4.2-2) unstable; urgency=medium * Patch quote and proc-macro2 to 1.0 diff --git a/src/string-cache-codegen/debian/copyright.debcargo.hint b/src/string-cache-codegen/debian/copyright.debcargo.hint index 6e52fb5..fc58d60 100644 --- a/src/string-cache-codegen/debian/copyright.debcargo.hint +++ b/src/string-cache-codegen/debian/copyright.debcargo.hint @@ -12,6 +12,13 @@ be correct information so you should review and fix this before uploading to the archive. +Files: ./LICENSE-MIT +Copyright: 2012-2013 Mozilla Foundation +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + Files: ./lib.rs Copyright: 2016 The Servo Project Developers License: UNKNOWN-LICENSE; FIXME (overlay) @@ -21,8 +28,8 @@ Files: debian/* Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 kpcyrd + 2018-2020 Debian Rust Maintainers + 2018-2020 kpcyrd License: MIT or Apache-2.0 License: Apache-2.0 diff --git a/src/string-cache-codegen/debian/patches/relax-deps.patch b/src/string-cache-codegen/debian/patches/relax-deps.patch deleted file mode 100644 index edffcc6..0000000 --- a/src/string-cache-codegen/debian/patches/relax-deps.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -29,10 +29,10 @@ - version = "0.7.4" - - [dependencies.proc-macro2] --version = "0.4" -+version = "1.0" - - [dependencies.quote] --version = "0.6" -+version = "1.0" - - [dependencies.string_cache_shared] - version = "0.3" diff --git a/src/string-cache-codegen/debian/patches/series b/src/string-cache-codegen/debian/patches/series deleted file mode 100644 index bdddf05..0000000 --- a/src/string-cache-codegen/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -relax-deps.patch