diff -Nru rust-async-oneshot-0.5.0/.cargo_vcs_info.json rust-async-oneshot-0.5.9/.cargo_vcs_info.json --- rust-async-oneshot-0.5.0/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 +++ rust-async-oneshot-0.5.9/.cargo_vcs_info.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +1,5 @@ { "git": { - "sha1": "9d2f61ddd10f6304fb6194a04174c3ae38c4e33e" + "sha1": "1cefbc0ffc98acecb0b71b5566d97833a49f6d47" } } diff -Nru rust-async-oneshot-0.5.0/Cargo.toml rust-async-oneshot-0.5.9/Cargo.toml --- rust-async-oneshot-0.5.0/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 +++ rust-async-oneshot-0.5.9/Cargo.toml 1970-01-01 00:00:00.000000000 +0000 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "async-oneshot" -version = "0.5.0" +version = "0.5.9" authors = ["James Laver "] description = "A fast, small, full-featured, async-aware oneshot channel." homepage = "https://github.com/irrustible/async-oneshot" diff -Nru rust-async-oneshot-0.5.0/Cargo.toml.orig rust-async-oneshot-0.5.9/Cargo.toml.orig --- rust-async-oneshot-0.5.0/Cargo.toml.orig 1970-01-01 00:00:00.000000000 +0000 +++ rust-async-oneshot-0.5.9/Cargo.toml.orig 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +1,6 @@ [package] name = "async-oneshot" -version = "0.5.0" +version = "0.5.9" description = "A fast, small, full-featured, async-aware oneshot channel." keywords = ["oneshot", "channel"] categories = ["asynchronous", "concurrency", "data-structures", "no-std"] diff -Nru rust-async-oneshot-0.5.0/debian/changelog rust-async-oneshot-0.5.9/debian/changelog --- rust-async-oneshot-0.5.0/debian/changelog 2023-11-21 13:50:16.000000000 +0000 +++ rust-async-oneshot-0.5.9/debian/changelog 2023-12-10 13:28:36.000000000 +0000 @@ -1,3 +1,9 @@ +rust-async-oneshot (0.5.9-1) unstable; urgency=medium + + * Package async-oneshot 0.5.9 from crates.io using debcargo 2.6.1 + + -- Arnaud Ferraris Sun, 10 Dec 2023 14:28:36 +0100 + rust-async-oneshot (0.5.0-1) unstable; urgency=medium * Package async-oneshot 0.5.0 from crates.io using debcargo 2.6.0 diff -Nru rust-async-oneshot-0.5.0/debian/control rust-async-oneshot-0.5.9/debian/control --- rust-async-oneshot-0.5.0/debian/control 2023-11-21 13:50:16.000000000 +0000 +++ rust-async-oneshot-0.5.9/debian/control 2023-12-10 13:28:36.000000000 +0000 @@ -10,7 +10,7 @@ Maintainer: Debian Rust Maintainers Uploaders: Arnaud Ferraris -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/async-oneshot] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/async-oneshot Homepage: https://github.com/irrustible/async-oneshot @@ -29,8 +29,7 @@ librust-async-oneshot-0+default-dev (= ${binary:Version}), librust-async-oneshot-0.5-dev (= ${binary:Version}), librust-async-oneshot-0.5+default-dev (= ${binary:Version}), - librust-async-oneshot-0.5.0-dev (= ${binary:Version}), - librust-async-oneshot-0.5.0+default-dev (= ${binary:Version}) + librust-async-oneshot-0.5.9-dev (= ${binary:Version}), + librust-async-oneshot-0.5.9+default-dev (= ${binary:Version}) Description: Fast, small, full-featured, async-aware oneshot channel - Rust source code - This package contains the source for the Rust async-oneshot crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "async-oneshot" diff -Nru rust-async-oneshot-0.5.0/debian/tests/control rust-async-oneshot-0.5.9/debian/tests/control --- rust-async-oneshot-0.5.0/debian/tests/control 2023-11-21 13:50:16.000000000 +0000 +++ rust-async-oneshot-0.5.9/debian/tests/control 2023-12-10 13:28:36.000000000 +0000 @@ -1,14 +1,14 @@ -Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.0 --all-targets --all-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.9 --all-targets --all-features Features: test-name=rust-async-oneshot:@ Depends: dh-cargo (>= 18), librust-criterion-0.5+default-dev, librust-criterion-0.5+real-blackbox-dev, librust-futures-lite-1+default-dev, librust-waker-fn-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.0 --all-targets +Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.9 --all-targets Features: test-name=librust-async-oneshot-dev:default Depends: dh-cargo (>= 18), librust-criterion-0.5+default-dev, librust-criterion-0.5+real-blackbox-dev, librust-futures-lite-1+default-dev, librust-waker-fn-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.0 --all-targets --no-default-features +Test-Command: /usr/share/cargo/bin/cargo-auto-test async-oneshot 0.5.9 --all-targets --no-default-features Features: test-name=librust-async-oneshot-dev: Depends: dh-cargo (>= 18), librust-criterion-0.5+default-dev, librust-criterion-0.5+real-blackbox-dev, librust-futures-lite-1+default-dev, librust-waker-fn-1+default-dev, @ Restrictions: allow-stderr, skip-not-installable