Control: tags 814976 + patch Control: tags 814976 + pending Dear maintainer,
This bug is caused by a recent update on grep. This update modified a bit the heuristic used for determining when the given input is binary. I've prepared an NMU for whitedune (versioned as 0.30.10-2.1). As I don't have privileges to upload it to DELAYED, I've uploaded it to the mentors repository. To access further information about this package, please visit the following URL: http://mentors.debian.net/package/whitedune Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/w/whitedune/whitedune_0.30.10-2.1.dsc Cheers, Rul
diff -Nru whitedune-0.30.10/debian/changelog whitedune-0.30.10/debian/changelog --- whitedune-0.30.10/debian/changelog 2016-01-09 12:53:49.000000000 -0800 +++ whitedune-0.30.10/debian/changelog 2016-03-07 08:19:38.000000000 -0800 @@ -1,3 +1,10 @@ +whitedune (0.30.10-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS due new binary matching behavior on grep (Closes: #814976) + + -- Raúl Benencia <r...@kalgan.cc> Mon, 07 Mar 2016 07:56:28 -0800 + whitedune (0.30.10-2) unstable; urgency=medium * Team upload. diff -Nru whitedune-0.30.10/debian/patches/avoid-grep-binary.patch whitedune-0.30.10/debian/patches/avoid-grep-binary.patch --- whitedune-0.30.10/debian/patches/avoid-grep-binary.patch 1969-12-31 16:00:00.000000000 -0800 +++ whitedune-0.30.10/debian/patches/avoid-grep-binary.patch 2016-03-07 08:12:25.000000000 -0800 @@ -0,0 +1,13 @@ +Index: whitedune-0.30.10/src/Makefile.in +=================================================================== +--- whitedune-0.30.10.orig/src/Makefile.in 2011-04-29 02:28:06.000000000 -0700 ++++ whitedune-0.30.10/src/Makefile.in 2016-03-07 08:08:45.863708021 -0800 +@@ -771,7 +771,7 @@ + resource.c: dune.rc swt/rc/rc $(ICONS) resource.h + sed 's.\\\\./.' < dune.rc > dune1.rc.c + $(CXXCPP) dune1.rc.c > dune2.rc.c +- grep -v '//' dune2.rc.c > dune3.rc.c ++ grep -av '//' dune2.rc.c > dune3.rc.c + if swt/rc/rc < dune3.rc.c > resource.c ; then echo > /dev/null; else rm resource.c ; exit 1 ; fi + rm dune1.rc.c dune2.rc.c dune3.rc.c + diff -Nru whitedune-0.30.10/debian/patches/series whitedune-0.30.10/debian/patches/series --- whitedune-0.30.10/debian/patches/series 2016-01-09 12:53:19.000000000 -0800 +++ whitedune-0.30.10/debian/patches/series 2016-03-07 08:12:25.000000000 -0800 @@ -1,2 +1,3 @@ libxp-configure.patch png1.5.patch +avoid-grep-binary.patch
signature.asc
Description: PGP signature