Package: cross-gcc-dev Version: 226 Severity: serious Tags: patch The patches for gcc-8 and gcc-9 no longer apply to unstable. Around two weeks ago that used to work. Apparently, Matthias fixed a typo in debian/control.m4 and that happens to break the hunk context of one patch. The following sed expression fixes the patches:
sed -i -e 's/\(`TARGET\))/\1/' patches/gcc-[89]/*-now-depend-on-cpp-* Helmut