diff --git a/TODO.rst b/TODO.rst index 6d95ff4..1e8a197 100644 --- a/TODO.rst +++ b/TODO.rst @@ -58,7 +58,7 @@ diesel sha3 nom 4.2.3 (so we can update nom to 5.0.0) - glob + glob (update) toml (update, introduces new feature) toml_edit (previous upload rejected due to missing entry in d/copyright) hostname @@ -69,6 +69,7 @@ data-encoding-macro-internal want (update) bytes (update) + users (update) Delayed/problematic:: diff --git a/src/users/debian/changelog b/src/users/debian/changelog index 6b965ff..f19efaa 100644 --- a/src/users/debian/changelog +++ b/src/users/debian/changelog @@ -1,3 +1,9 @@ +rust-users (0.9.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package users 0.9.1 from crates.io using debcargo 2.2.10 + + -- kpcyrd Fri, 12 Jul 2019 12:15:09 +0000 + rust-users (0.8.1-1) unstable; urgency=medium * Package users 0.8.1 from crates.io using debcargo 2.2.9 diff --git a/src/users/debian/copyright b/src/users/debian/copyright index 4f5bd2a..d0d759d 100644 --- a/src/users/debian/copyright +++ b/src/users/debian/copyright @@ -1,14 +1,17 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: users -Upstream-Contact: ogham@bsago.me +Upstream-Contact: Benjamin Sago +Source: https://github.com/ogham/rust-users Files: * -Copyright: 2018 Benjamin Sago +Copyright: 2018-2019 Benjamin Sago License: MIT Files: debian/* -Copyright: 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru +Copyright: + 2018-2019 Debian Rust Maintainers + 2018-2019 Sylvestre Ledru + 2018-2019 kpcyrd License: MIT License: MIT diff --git a/src/users/debian/copyright.debcargo.hint b/src/users/debian/copyright.debcargo.hint index 774f92a..70f7747 100644 --- a/src/users/debian/copyright.debcargo.hint +++ b/src/users/debian/copyright.debcargo.hint @@ -1,9 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: users -Upstream-Contact: ogham@bsago.me +Upstream-Contact: Benjamin Sago +Source: https://github.com/ogham/rust-users Files: * -Copyright: FIXME (overlay) UNKNOWN-YEARS ogham@bsago.me +Copyright: FIXME (overlay) UNKNOWN-YEARS Benjamin Sago License: MIT Comment: FIXME (overlay): Since upstream copyright years are not available in @@ -12,7 +13,7 @@ the archive. Files: ./LICENCE -Copyright: 2018 Benjamin Sago +Copyright: 2019 Benjamin Sago License: UNKNOWN-LICENSE; FIXME (overlay) Comment: FIXME (overlay): These notices are extracted from files. Please review them @@ -22,6 +23,7 @@ Copyright: 2018-2019 Debian Rust Maintainers 2018-2019 Sylvestre Ledru + 2018-2019 kpcyrd License: MIT License: MIT diff --git a/src/users/debian/debcargo.toml b/src/users/debian/debcargo.toml index d4f56da..033ed6f 100644 --- a/src/users/debian/debcargo.toml +++ b/src/users/debian/debcargo.toml @@ -1,2 +1,5 @@ overlay = "." -uploaders = ["Sylvestre Ledru "] +uploaders = [ + "Sylvestre Ledru ", + "kpcyrd ", +]