diff --git a/TODO.rst b/TODO.rst index 01c6024..9146084 100644 --- a/TODO.rst +++ b/TODO.rst @@ -67,6 +67,7 @@ These packages (RFS) are prepared in the master branch and can be uploaded because all required dependencies are available in main:: + tokio-fs tokio-codec h2 encoding-index-korean diff --git a/src/tokio-fs/debian/changelog b/src/tokio-fs/debian/changelog index a980517..5ba2346 100644 --- a/src/tokio-fs/debian/changelog +++ b/src/tokio-fs/debian/changelog @@ -1,5 +1,5 @@ rust-tokio-fs (0.1.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium - * Package tokio-fs 0.1.3 from crates.io using debcargo 2.2.6 + * Package tokio-fs 0.1.3 from crates.io using debcargo 2.2.7 - -- Wolfgang Silbermayr Sun, 9 Sep 2018 10:31:18 +0200 + -- Wolfgang Silbermayr Wed, 17 Oct 2018 21:04:27 +0200 diff --git a/src/tokio-fs/debian/copyright.debcargo.hint b/src/tokio-fs/debian/copyright.debcargo.hint index 57a5d30..3ddc439 100644 --- a/src/tokio-fs/debian/copyright.debcargo.hint +++ b/src/tokio-fs/debian/copyright.debcargo.hint @@ -22,7 +22,7 @@ Files: debian/* Copyright: 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018 Wolfgang Silbermayr License: MIT License: MIT diff --git a/src/tokio-fs/debian/debcargo.toml b/src/tokio-fs/debian/debcargo.toml index 62cc3f7..a6b2f3a 100644 --- a/src/tokio-fs/debian/debcargo.toml +++ b/src/tokio-fs/debian/debcargo.toml @@ -1 +1,2 @@ overlay = "." +uploaders = ["Wolfgang Silbermayr "]