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 17:54:39.000000000 +0000 @@ -1,3 +1,12 @@ +rust-env-logger (0.7.1-1+rpi1) bullseye-staging; urgency=medium + + * Disable uninstallable featureset packages. + * Remove humantime build-dependency. + * disable testsuite. + * Fix clean target. + + -- Peter Michael Green Sat, 04 Apr 2020 17:54:39 +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 17:54:39.000000000 +0000 @@ -7,7 +7,6 @@ rustc:native , libstd-rust-dev , librust-atty-0.2+default-dev (>= 0.2.5-~~) , - 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-~~) , @@ -58,7 +57,7 @@ pulling in any additional dependencies needed by that feature. Package: librust-env-logger+default-dev -Architecture: any +Architecture: none Multi-Arch: same Depends: ${misc:Depends}, @@ -76,7 +75,7 @@ pulling in any additional dependencies needed by that feature. Package: librust-env-logger+humantime-dev -Architecture: any +Architecture: none Multi-Arch: same Depends: ${misc:Depends}, diff -Nru rust-env-logger-0.7.1/debian/librust-env-logger+humantime-dev.substvars rust-env-logger-0.7.1/debian/librust-env-logger+humantime-dev.substvars --- rust-env-logger-0.7.1/debian/librust-env-logger+humantime-dev.substvars 1970-01-01 00:00:00.000000000 +0000 +++ rust-env-logger-0.7.1/debian/librust-env-logger+humantime-dev.substvars 2020-04-04 17:54:39.000000000 +0000 @@ -0,0 +1,2 @@ +misc:Depends= +misc:Pre-Depends= diff -Nru rust-env-logger-0.7.1/debian/rules rust-env-logger-0.7.1/debian/rules --- rust-env-logger-0.7.1/debian/rules 2019-12-28 08:06:30.000000000 +0000 +++ rust-env-logger-0.7.1/debian/rules 2020-04-04 17:54:39.000000000 +0000 @@ -3,4 +3,8 @@ dh $@ --buildsystem cargo override_dh_auto_test: - dh_auto_test -- test --all + #dh_auto_test -- test --all + +override_dh_auto_clean: + dh_auto_clean + rm -rf debian/librust-env-logger+default-dev/ debian/librust-env-logger+humantime-dev \ No newline at end of file