Source: ruby-gnome2 Version: 2.2.5-2 Severity: serious Justification: fails to build from source (but built successfully in the past)
ruby-gnome2 FTBFS in the arch:all buildd: https://buildd.debian.org/status/fetch.php?pkg=ruby-gnome2&arch=all&ver=2.2.5-2&stamp=1447078649 [...] debian/rules override_dh_fixperms make[1]: Entering directory '/«PKGBUILDDIR»' dh_fixperms # Remove executable flag from some examples that aren't actually executable. chmod -x debian/ruby-glib2/usr/share/doc/ruby-glib2/examples/type-register*.rb chmod: cannot access 'debian/ruby-glib2/usr/share/doc/ruby-glib2/examples/type-register*.rb': No such file or directory debian/rules:27: recipe for target 'override_dh_fixperms' failed make[1]: *** [override_dh_fixperms] Error 1 make[1]: Leaving directory '/«PKGBUILDDIR»' debian/rules:4: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit status 2 Looks like this override needs to be override_dh_fixperms-arch: instead. Andreas