Source: gem Version: 1:0.93.3-1 Severity: serious Justification: fails to build from source (but built successfully in the past)
Builds of gem only covering architecture-dependent binary packages (as on the autobuilders) fail when trying to clean up gem-doc's contents: debian/rules override_dh_install make[1]: Entering directory `/.../gem-0.93.3' dh_install # remove libtool files, they are not needed find /.../gem-0.93.3/debian/gem-extra/usr/lib/ -name '*.la' -delete # remove some assets find /.../gem-0.93.3/debian/gem-doc/usr/share/ -name '*.ttf' -delete find: `/.../gem-0.93.3/debian/gem-doc/usr/share/': No such file or directory make[1]: *** [override_dh_install] Error 1 make[1]: Leaving directory `/.../gem-0.93.3' make: *** [binary-arch] Error 2 Could you please conditionalize the gem-doc cleanup on the existence of debian/gem-doc?: if [ -d debian/gem-doc ]; then \ find debian/gem-doc/usr/share -name '*.ttf' -delete; \ fi [There's no need to specify $(CURDIR) explicitly here.] Thanks! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org