Source: edgar Version: 1.21-1 Severity: serious Justification: fails to build from source
Builds of edgar covering only its main architecture-dependent package (notably, on the autobuilders, or with dpkg-buildpackage -B) failed: find $(pwd)/debian/edgar-data -name "*.xcf" -exec rm {} \; find: '/«PKGBUILDDIR»/debian/edgar-data': No such file or directory debian/rules:10: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 1 make[1]: Leaving directory '/«PKGBUILDDIR»' debian/rules:7: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 Please conditionalize this command appropriately. While you're at it, you might want to take out the redundant $(pwd)/ and simplify -exec rm {} \; to -delete. Thanks!