control: tag -1 + pending Le 02/05/2018 à 22:57, Lucas Nussbaum a écrit : > Hi,
Hi Lucas, thanks for the bug report. > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): >> fakeroot debian/rules clean >> dh clean >> dh_auto_clean >> make -j8 -Oline clean >> /bin/sh: 6: Syntax error: word unexpected (expecting "done") >> make[1]: *** [Makefile:13: clean-grub] Error 2 This was caused by a typo (trailing $) in the Makefile that former versions of make would simply ignore and make >= 4.2 refuses to parse. It’s fixed in git and will be in the next upload. Cheers, -- Aurélien