diff -Nru rust-block-cipher-trait-0.6.2/debian/changelog rust-block-cipher-trait-0.6.2/debian/changelog --- rust-block-cipher-trait-0.6.2/debian/changelog 2020-11-25 21:41:07.000000000 +0000 +++ rust-block-cipher-trait-0.6.2/debian/changelog 2022-06-03 11:10:43.000000000 +0000 @@ -1,3 +1,11 @@ +rust-block-cipher-trait (0.6.2-4) unstable; urgency=medium + + * Team upload + * Manual upload because debcargo will not operate on yanked crates. + * Bump blobby dependency to 0.3 + + -- Peter Michael Green Fri, 03 Jun 2022 11:10:43 +0000 + rust-block-cipher-trait (0.6.2-3) unstable; urgency=medium * Team upload. diff -Nru rust-block-cipher-trait-0.6.2/debian/control rust-block-cipher-trait-0.6.2/debian/control --- rust-block-cipher-trait-0.6.2/debian/control 2020-11-25 21:41:07.000000000 +0000 +++ rust-block-cipher-trait-0.6.2/debian/control 2022-06-03 11:10:43.000000000 +0000 @@ -45,7 +45,7 @@ Depends: ${misc:Depends}, librust-block-cipher-trait-dev (= ${binary:Version}), - librust-blobby-0.1+default-dev + librust-blobby-0.3+default-dev Provides: librust-block-cipher-trait+dev-dev (= ${binary:Version}), librust-block-cipher-trait-0+blobby-dev (= ${binary:Version}), diff -Nru rust-block-cipher-trait-0.6.2/debian/patches/fix-dep.diff rust-block-cipher-trait-0.6.2/debian/patches/fix-dep.diff --- rust-block-cipher-trait-0.6.2/debian/patches/fix-dep.diff 2020-11-25 21:41:07.000000000 +0000 +++ rust-block-cipher-trait-0.6.2/debian/patches/fix-dep.diff 2022-06-03 11:10:08.000000000 +0000 @@ -1,8 +1,13 @@ -Index: block-cipher-trait/Cargo.toml +Index: rust-block-cipher-trait-0.6.2/Cargo.toml =================================================================== ---- block-cipher-trait.orig/Cargo.toml -+++ block-cipher-trait/Cargo.toml -@@ -27,7 +27,7 @@ version = "0.1" +--- rust-block-cipher-trait-0.6.2.orig/Cargo.toml ++++ rust-block-cipher-trait-0.6.2/Cargo.toml +@@ -23,11 +23,11 @@ repository = "https://github.com/RustCry + [package.metadata.docs.rs] + features = ["std"] + [dependencies.blobby] +-version = "0.1" ++version = "0.3" optional = true [dependencies.generic-array]