diff --git a/src/lazy-static/debian/changelog b/src/lazy-static/debian/changelog index 10fc54a..20487aa 100644 --- a/src/lazy-static/debian/changelog +++ b/src/lazy-static/debian/changelog @@ -1,3 +1,9 @@ +rust-lazy-static (1.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package lazy_static 1.2.0 from crates.io using debcargo 2.2.9 + + -- Paride Legovini Mon, 26 Nov 2018 15:05:13 +0100 + rust-lazy-static (1.1.0-1) unstable; urgency=medium * Package lazy_static 1.1.0 from crates.io using debcargo 2.2.6 diff --git a/src/lazy-static/debian/copyright.debcargo.hint b/src/lazy-static/debian/copyright.debcargo.hint index b40e135..4cbce74 100644 --- a/src/lazy-static/debian/copyright.debcargo.hint +++ b/src/lazy-static/debian/copyright.debcargo.hint @@ -26,13 +26,6 @@ FIXME (overlay): These notices are extracted from files. Please review them before uploading to the archive. -Files: ./src/heap_lazy.rs -Copyright: 2016 lazy-static.rs Developers -License: UNKNOWN-LICENSE; FIXME (overlay) -Comment: - FIXME (overlay): These notices are extracted from files. Please review them - before uploading to the archive. - Files: ./src/inline_lazy.rs Copyright: 2016 lazy-static.rs Developers License: UNKNOWN-LICENSE; FIXME (overlay) @@ -50,7 +43,7 @@ Files: debian/* Copyright: 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018 Paride Legovini License: MIT or Apache-2.0 License: Apache-2.0 diff --git a/src/lazy-static/debian/debcargo.toml b/src/lazy-static/debian/debcargo.toml index 62cc3f7..18f81f2 100644 --- a/src/lazy-static/debian/debcargo.toml +++ b/src/lazy-static/debian/debcargo.toml @@ -1 +1,2 @@ overlay = "." +uploaders = ["Paride Legovini "]