diff -Nru rust-object-0.12.0/debian/changelog rust-object-0.12.0/debian/changelog --- rust-object-0.12.0/debian/changelog 2020-04-13 01:15:56.000000000 +0000 +++ rust-object-0.12.0/debian/changelog 2021-06-29 17:31:12.000000000 +0000 @@ -1,3 +1,12 @@ +rust-object (0.12.0-4) unstable; urgency=medium + + * Team upload. + * Package object 0.12.0 from crates.io using debcargo 2.4.2 + * Bump dependency on flate2 to ease buster->bullseye upgrades + (Closes: #990317). + + -- Peter Michael Green Tue, 29 Jun 2021 17:31:12 +0000 + rust-object (0.12.0-3) unstable; urgency=medium * Team upload. diff -Nru rust-object-0.12.0/debian/control rust-object-0.12.0/debian/control --- rust-object-0.12.0/debian/control 2020-04-13 01:15:56.000000000 +0000 +++ rust-object-0.12.0/debian/control 2021-06-29 17:31:12.000000000 +0000 @@ -6,7 +6,7 @@ cargo:native , rustc:native , libstd-rust-dev , - librust-flate2-1+default-dev , + librust-flate2-1+default-dev (>= 1.0.13-~~) , librust-goblin-0.2+archive-dev | librust-goblin-0.1+archive-dev | librust-goblin-0.0+archive-dev (>= 0.0.22-~~) , librust-goblin-0.2+elf32-dev | librust-goblin-0.1+elf32-dev | librust-goblin-0.0+elf32-dev (>= 0.0.22-~~) , librust-goblin-0.2+elf64-dev | librust-goblin-0.1+elf64-dev | librust-goblin-0.0+elf64-dev (>= 0.0.22-~~) , @@ -63,7 +63,7 @@ Depends: ${misc:Depends}, librust-object-dev (= ${binary:Version}), - librust-flate2-1+default-dev + librust-flate2-1+default-dev (>= 1.0.13-~~) Provides: librust-object+flate2-dev (= ${binary:Version}), librust-object-0+compression-dev (= ${binary:Version}), diff -Nru rust-object-0.12.0/debian/copyright rust-object-0.12.0/debian/copyright --- rust-object-0.12.0/debian/copyright 2020-04-13 01:15:56.000000000 +0000 +++ rust-object-0.12.0/debian/copyright 2021-06-29 17:31:12.000000000 +0000 @@ -14,7 +14,7 @@ Files: debian/* Copyright: - 2018-2020 Debian Rust Maintainers + 2018-2021 Debian Rust Maintainers 2018 Ximin Luo 2020 Wolfgang Silbermayr License: Apache-2.0 or MIT diff -Nru rust-object-0.12.0/debian/copyright.debcargo.hint rust-object-0.12.0/debian/copyright.debcargo.hint --- rust-object-0.12.0/debian/copyright.debcargo.hint 2020-04-13 01:15:56.000000000 +0000 +++ rust-object-0.12.0/debian/copyright.debcargo.hint 2021-06-29 17:31:12.000000000 +0000 @@ -25,9 +25,9 @@ Files: debian/* Copyright: - 2018-2020 Debian Rust Maintainers - 2018-2020 Ximin Luo - 2018-2020 Wolfgang Silbermayr + 2018-2021 Debian Rust Maintainers + 2018-2021 Ximin Luo + 2018-2021 Wolfgang Silbermayr License: Apache-2.0 or MIT License: Apache-2.0 diff -Nru rust-object-0.12.0/debian/patches/bump-flate2.patch rust-object-0.12.0/debian/patches/bump-flate2.patch --- rust-object-0.12.0/debian/patches/bump-flate2.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-object-0.12.0/debian/patches/bump-flate2.patch 2021-06-29 17:31:12.000000000 +0000 @@ -0,0 +1,15 @@ +Bump the flate2 dependency to help apt with updates from +buster to bullseye (Closes: 990317) +Index: object/Cargo.toml +=================================================================== +--- object.orig/Cargo.toml ++++ object/Cargo.toml +@@ -21,7 +21,7 @@ keywords = ["object", "loader", "elf", " + license = "Apache-2.0/MIT" + repository = "https://github.com/gimli-rs/object" + [dependencies.flate2] +-version = "1" ++version = "1.0.13" + optional = true + + [dependencies.goblin] diff -Nru rust-object-0.12.0/debian/patches/series rust-object-0.12.0/debian/patches/series --- rust-object-0.12.0/debian/patches/series 2020-04-13 01:15:56.000000000 +0000 +++ rust-object-0.12.0/debian/patches/series 2021-06-29 17:31:12.000000000 +0000 @@ -1 +1,2 @@ relax-deps.diff +bump-flate2.patch