diff -Nru rust-env-logger-0.7.1/debian/cargo-checksum.json rust-env-logger-0.7.1/debian/cargo-checksum.json --- rust-env-logger-0.7.1/debian/cargo-checksum.json 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/cargo-checksum.json 2020-04-05 12:57:09.000000000 +0000 @@ -1 +1 @@ -{"package":"44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36","files":{}} +{"package":"Could not get crate checksum","files":{}} 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-05 12:57:09.000000000 +0000 @@ -1,3 +1,10 @@ +rust-env-logger (0.7.1-2) unstable; urgency=medium + + * Package env_logger 0.7.1 from crates.io using debcargo 2.4.2 + * Relax humantime dependency to work with v2 (closes: #955771) + + -- Wolfgang Silbermayr Sun, 05 Apr 2020 14:57:09 +0200 + 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-05 12:57:09.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 | librust-humantime-1+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-~~) , @@ -15,7 +15,7 @@ Maintainer: Debian Rust Maintainers Uploaders: Wolfgang Silbermayr -Standards-Version: 4.2.0 +Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/env-logger] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/env-logger X-Cargo-Crate: env_logger @@ -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 | librust-humantime-1+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 | librust-humantime-1+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/copyright.debcargo.hint rust-env-logger-0.7.1/debian/copyright.debcargo.hint --- rust-env-logger-0.7.1/debian/copyright.debcargo.hint 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/copyright.debcargo.hint 2020-04-05 12:57:09.000000000 +0000 @@ -28,8 +28,8 @@ Files: debian/* Copyright: - 2018-2019 Debian Rust Maintainers - 2018-2019 Wolfgang Silbermayr + 2018-2020 Debian Rust Maintainers + 2018-2020 Wolfgang Silbermayr License: MIT or Apache-2.0 License: Apache-2.0 diff -Nru rust-env-logger-0.7.1/debian/patches/relax-deps.diff rust-env-logger-0.7.1/debian/patches/relax-deps.diff --- rust-env-logger-0.7.1/debian/patches/relax-deps.diff 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-logger-0.7.1/debian/patches/relax-deps.diff 2020-04-05 12:57:09.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -43,7 +43,7 @@ + optional = true + + [dependencies.humantime] +-version = "1.3" ++version = ">= 1.3, < 3" + 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-05 12:57:09.000000000 +0000 @@ -0,0 +1 @@ +relax-deps.diff diff -Nru rust-env-logger-0.7.1/debian/tests/control rust-env-logger-0.7.1/debian/tests/control --- rust-env-logger-0.7.1/debian/tests/control 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/tests/control 2020-04-05 12:57:09.000000000 +0000 @@ -1,27 +1,34 @@ Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --all-features +Features: test-name=@ Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --no-default-features -Depends: dh-cargo (>= 18), librust-env-logger-dev +Features: test-name=librust-env-logger-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --features atty -Depends: dh-cargo (>= 18), librust-env-logger+atty-dev +Features: test-name=librust-env-logger+atty-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --features default -Depends: dh-cargo (>= 18), librust-env-logger+default-dev +Features: test-name=librust-env-logger+default-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --features humantime -Depends: dh-cargo (>= 18), librust-env-logger+humantime-dev +Features: test-name=librust-env-logger+humantime-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --features regex -Depends: dh-cargo (>= 18), librust-env-logger+regex-dev +Features: test-name=librust-env-logger+regex-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test env_logger 0.7.1 --all-targets --features termcolor -Depends: dh-cargo (>= 18), librust-env-logger+termcolor-dev +Features: test-name=librust-env-logger+termcolor-dev +Depends: dh-cargo (>= 18), @ Restrictions: allow-stderr, skip-not-installable diff -Nru rust-env-logger-0.7.1/debian/watch rust-env-logger-0.7.1/debian/watch --- rust-env-logger-0.7.1/debian/watch 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/watch 2020-04-05 12:57:09.000000000 +0000 @@ -2,4 +2,3 @@ opts=filenamemangle=s/.*\/(.*)\/download/env_logger-$1\.tar\.gz/g,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/env_logger .*/crates/env_logger/@ANY_VERSION@/download -