diff --git a/src/tokio-threadpool/debian/changelog b/src/tokio-threadpool/debian/changelog index a8009a7..d053b6e 100644 --- a/src/tokio-threadpool/debian/changelog +++ b/src/tokio-threadpool/debian/changelog @@ -1,3 +1,10 @@ +rust-tokio-threadpool (0.1.16-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.3 + + -- Sylvestre Ledru Sun, 04 Oct 2020 21:51:03 +0200 + rust-tokio-threadpool (0.1.16-1) unstable; urgency=medium * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.0 diff --git a/src/tokio-threadpool/debian/copyright.debcargo.hint b/src/tokio-threadpool/debian/copyright.debcargo.hint index e966cbc..79aefa1 100644 --- a/src/tokio-threadpool/debian/copyright.debcargo.hint +++ b/src/tokio-threadpool/debian/copyright.debcargo.hint @@ -21,9 +21,9 @@ Files: debian/* Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr - 2018-2019 kpcyrd + 2018-2020 Debian Rust Maintainers + 2018-2020 Wolfgang Silbermayr + 2018-2020 kpcyrd License: MIT License: MIT diff --git a/src/tokio-threadpool/debian/patches/series b/src/tokio-threadpool/debian/patches/series new file mode 100644 index 0000000..f1891b3 --- /dev/null +++ b/src/tokio-threadpool/debian/patches/series @@ -0,0 +1 @@ +update-dep.diff diff --git a/src/tokio-threadpool/debian/patches/update-dep.diff b/src/tokio-threadpool/debian/patches/update-dep.diff new file mode 100644 index 0000000..69fb913 --- /dev/null +++ b/src/tokio-threadpool/debian/patches/update-dep.diff @@ -0,0 +1,17 @@ +Index: tokio-threadpool/Cargo.toml +=================================================================== +--- tokio-threadpool.orig/Cargo.toml ++++ tokio-threadpool/Cargo.toml +@@ -25,10 +25,10 @@ repository = "https://github.com/tokio-r + version = "0.7.0" + + [dependencies.crossbeam-queue] +-version = "0.1.0" ++version = "0.2.0" + + [dependencies.crossbeam-utils] +-version = "0.6.4" ++version = "0.7.0" + + [dependencies.futures] + version = "0.1.19"