diff --git a/TODO.rst b/TODO.rst index 1c27326..f764596 100644 --- a/TODO.rst +++ b/TODO.rst @@ -103,6 +103,7 @@ serde-json (update) simd (update) smallvec (update) + spin (update) Delayed/problematic:: diff --git a/src/spin/debian/changelog b/src/spin/debian/changelog index 4703180..b036c85 100644 --- a/src/spin/debian/changelog +++ b/src/spin/debian/changelog @@ -1,3 +1,9 @@ +rust-spin (0.4.10-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package spin 0.4.10 from crates.io using debcargo 2.2.9 + + -- Wolfgang Silbermayr Tue, 11 Dec 2018 13:43:08 +0100 + rust-spin (0.4.9-1) unstable; urgency=medium * Package spin 0.4.9 from crates.io using debcargo 2.2.6 diff --git a/src/spin/debian/copyright b/src/spin/debian/copyright index 753ac2f..8b10422 100644 --- a/src/spin/debian/copyright +++ b/src/spin/debian/copyright @@ -15,6 +15,7 @@ Copyright: 2018 Debian Rust Maintainers 2018 kpcyrd + 2018 Wolfgang Silbermayr License: MIT License: MIT diff --git a/src/spin/debian/copyright.debcargo.hint b/src/spin/debian/copyright.debcargo.hint index c2afa98..c7497cb 100644 --- a/src/spin/debian/copyright.debcargo.hint +++ b/src/spin/debian/copyright.debcargo.hint @@ -26,7 +26,8 @@ Files: debian/* Copyright: 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018 kpcyrd + 2018 Wolfgang Silbermayr License: MIT License: MIT diff --git a/src/spin/debian/debcargo.toml b/src/spin/debian/debcargo.toml index 62cc3f7..6bd5986 100644 --- a/src/spin/debian/debcargo.toml +++ b/src/spin/debian/debcargo.toml @@ -1 +1,5 @@ overlay = "." +uploaders = [ + "kpcyrd ", + "Wolfgang Silbermayr ", +]