diff -Nru rust-zip-0.6.6/debian/changelog rust-zip-0.6.6/debian/changelog --- rust-zip-0.6.6/debian/changelog 2023-08-31 01:08:09.000000000 +0000 +++ rust-zip-0.6.6/debian/changelog 2023-12-30 12:02:59.000000000 +0000 @@ -1,3 +1,12 @@ +rust-zip (0.6.6-3) experimental; urgency=medium + + * Team upload. + * Package zip 0.6.6 from crates.io using debcargo 2.6.1 + * Bump zstd dependency to 0.13. + * Reduce context in no-benches.patch to avoid fuzz. + + -- Peter Michael Green Sat, 30 Dec 2023 12:02:59 +0000 + rust-zip (0.6.6-2) unstable; urgency=medium * Team upload. @@ -24,7 +33,7 @@ * Team upload. * Package zip 0.6.3 from crates.io using debcargo 2.6.0 - * Patch zip to use newer zstd version; move part of disable-benches.patch + * Patch zip to use newer zstd version; move part of disable-benches.patch into separate patch to avoid collision -- Matthias Geiger Mon, 09 Jan 2023 21:38:06 +0100 diff -Nru rust-zip-0.6.6/debian/control rust-zip-0.6.6/debian/control --- rust-zip-0.6.6/debian/control 2023-08-31 01:08:09.000000000 +0000 +++ rust-zip-0.6.6/debian/control 2023-12-30 12:02:59.000000000 +0000 @@ -4,7 +4,7 @@ Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo:native , - rustc:native , + rustc:native (>= 1.59.0) , libstd-rust-dev , librust-aes-0.8+default-dev (>= 0.8.2-~~) , librust-byteorder-1+default-dev (>= 1.4.3-~~) , @@ -18,11 +18,11 @@ librust-pbkdf2-0.12+default-dev , librust-sha1-0.10+default-dev (>= 0.10.1-~~) , librust-time-0.3+std-dev (>= 0.3.7-~~) , - librust-zstd-0.12+default-dev + librust-zstd-0.13+default-dev Maintainer: Debian Rust Maintainers Uploaders: Sylvestre Ledru -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/zip] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/zip X-Cargo-Crate: zip @@ -48,7 +48,7 @@ librust-pbkdf2-0.12+default-dev, librust-sha1-0.10+default-dev (>= 0.10.1-~~), librust-time-0.3+std-dev (>= 0.3.7-~~), - librust-zstd-0.12+default-dev + librust-zstd-0.13+default-dev Provides: librust-zip+aes-dev (= ${binary:Version}), librust-zip+aes-crypto-dev (= ${binary:Version}), @@ -114,5 +114,4 @@ librust-zip-0.6.6+unreserved-dev (= ${binary:Version}), librust-zip-0.6.6+zstd-dev (= ${binary:Version}) Description: Support the reading and writing of zip files - Rust source code - This package contains the source for the Rust zip crate, packaged by debcargo - for use with cargo and dh-cargo. + Source code for Debianized Rust crate "zip" diff -Nru rust-zip-0.6.6/debian/patches/no-benches.patch rust-zip-0.6.6/debian/patches/no-benches.patch --- rust-zip-0.6.6/debian/patches/no-benches.patch 2023-08-31 01:08:09.000000000 +0000 +++ rust-zip-0.6.6/debian/patches/no-benches.patch 2023-12-30 12:02:59.000000000 +0000 @@ -21,14 +21,10 @@ [dependencies.aes] version = "0.8.2" -@@ -84,8 +84,8 @@ - version = "0.12.0" - optional = true +@@ -86,4 +86,4 @@ -[dev-dependencies.bencher] -version = "0.1.5" +#[dev-dependencies.bencher] +#version = "0.1.5" - [dev-dependencies.getrandom] - version = "0.2.5" diff -Nru rust-zip-0.6.6/debian/patches/relax-deps.diff rust-zip-0.6.6/debian/patches/relax-deps.diff --- rust-zip-0.6.6/debian/patches/relax-deps.diff 2023-08-31 01:08:09.000000000 +0000 +++ rust-zip-0.6.6/debian/patches/relax-deps.diff 2023-12-30 12:02:59.000000000 +0000 @@ -16,7 +16,7 @@ [dependencies.zstd] -version = "0.11.2" -+version = "0.12.0" ++version = "0.13.0" optional = true [dev-dependencies.bencher]