Package: release.debian.org User: [email protected] Usertags: unblock
Please unblock diffutils. It fixes a random FTBFS problem which has already happened on a release architecture but it could in theory happen anywhere (for now I've decided to disable the test, there will be plenty of time in buster+1 to fix the test). unblock diffutils/1:3.7-3 Thanks. diff -Nru diffutils-3.7/debian/changelog diffutils-3.7/debian/changelog --- diffutils-3.7/debian/changelog 2019-02-18 14:03:30.000000000 +0100 +++ diffutils-3.7/debian/changelog 2019-04-08 14:04:00.000000000 +0200 @@ -1,3 +1,9 @@ +diffutils (1:3.7-3) unstable; urgency=medium + + * Disable tests/colors completely for buster. Closes: #922552. + + -- Santiago Vila <[email protected]> Mon, 08 Apr 2019 14:04:00 +0200 + diffutils (1:3.7-2) unstable; urgency=low * Increase sleeping time from 1 to 5 seconds in tests/colors for ppc64el. diff -Nru diffutils-3.7/debian/patches/02-disable-colors-test.patch diffutils-3.7/debian/patches/02-disable-colors-test.patch --- diffutils-3.7/debian/patches/02-disable-colors-test.patch 1970-01-01 01:00:00.000000000 +0100 +++ diffutils-3.7/debian/patches/02-disable-colors-test.patch 2019-04-08 13:02:00.000000000 +0200 @@ -0,0 +1,12 @@ +From: Santiago Vila <[email protected]> +Subject: Disable tests/colors completely + +--- a/tests/colors ++++ b/tests/colors +@@ -1,4 +1,6 @@ + #!/bin/sh ++# Disable test. See #922552 for details. ++exit 0 + + . "${srcdir=.}/init.sh"; path_prepend_ ../src + diff -Nru diffutils-3.7/debian/patches/series diffutils-3.7/debian/patches/series --- diffutils-3.7/debian/patches/series 2019-02-18 13:00:00.000000000 +0100 +++ diffutils-3.7/debian/patches/series 2019-04-08 13:00:00.000000000 +0200 @@ -1 +1,2 @@ 01-fix-race-condition-in-colors-test.patch +02-disable-colors-test.patch

