diff -Nru rust-env-logger-0.7.1/debian/changelog rust-env-logger-0.7.1/debian/changelog --- rust-env-logger-0.7.1/debian/changelog 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/changelog 2020-04-04 19:01:59.000000000 +0000 @@ -1,3 +1,9 @@ +rust-env-logger (0.7.1-1+rpi2) bullseye-staging; urgency=medium + + * Bump humantime dependency to 2 + + -- Peter Michael Green Sat, 04 Apr 2020 19:01:59 +0000 + rust-env-logger (0.7.1-1) unstable; urgency=medium * Team upload. diff -Nru rust-env-logger-0.7.1/debian/control rust-env-logger-0.7.1/debian/control --- rust-env-logger-0.7.1/debian/control 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/control 2020-04-04 19:01:59.000000000 +0000 @@ -7,7 +7,7 @@ rustc:native , libstd-rust-dev , librust-atty-0.2+default-dev (>= 0.2.5-~~) , - librust-humantime-1+default-dev (>= 1.3-~~) , + librust-humantime-2+default-dev (>= 1.3-~~) , librust-log-0.4+default-dev (>= 0.4.8-~~) , librust-log-0.4+std-dev (>= 0.4.8-~~) , librust-regex-1+default-dev (>= 1.0.3-~~) , @@ -64,7 +64,7 @@ ${misc:Depends}, librust-env-logger-dev (= ${binary:Version}), librust-atty-0.2+default-dev (>= 0.2.5-~~), - librust-humantime-1+default-dev (>= 1.3-~~), + librust-humantime-2+default-dev (>= 1.3-~~), librust-regex-1+default-dev (>= 1.0.3-~~), librust-termcolor-1+default-dev (>= 1.0.2-~~) Provides: @@ -81,7 +81,7 @@ Depends: ${misc:Depends}, librust-env-logger-dev (= ${binary:Version}), - librust-humantime-1+default-dev (>= 1.3-~~) + librust-humantime-2+default-dev (>= 1.3-~~) Provides: librust-env-logger-0+humantime-dev (= ${binary:Version}), librust-env-logger-0.7+humantime-dev (= ${binary:Version}), diff -Nru rust-env-logger-0.7.1/debian/patches/bump-humantime-dependency.patch rust-env-logger-0.7.1/debian/patches/bump-humantime-dependency.patch --- rust-env-logger-0.7.1/debian/patches/bump-humantime-dependency.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-logger-0.7.1/debian/patches/bump-humantime-dependency.patch 2020-04-04 19:01:59.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Bump humantime dependency to 2 +Author: Peter Michael Green + +--- rust-env-logger-0.7.1.orig/Cargo.toml ++++ rust-env-logger-0.7.1/Cargo.toml +@@ -43,7 +43,7 @@ version = "0.2.5" + optional = true + + [dependencies.humantime] +-version = "1.3" ++version = "2.0" + optional = true + + [dependencies.log] diff -Nru rust-env-logger-0.7.1/debian/patches/series rust-env-logger-0.7.1/debian/patches/series --- rust-env-logger-0.7.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-logger-0.7.1/debian/patches/series 2020-04-04 19:01:59.000000000 +0000 @@ -0,0 +1 @@ +bump-humantime-dependency.patch