Source: cmigemo
Version: 20110227-1
Severity: serious
Justification: fails to build from source
Builds of cmigemo (as on the autobuilders) that only cover its
architecture-dependent packages have been failing:
make[1]: Entering directory `/.../cmigemo-20110227'
chmod 755
/.../cmigemo-20110227/debian/cmigemo-common/usr/share/cmigemo/tools/*.pl
chmod: cannot access
`/.../cmigemo-20110227/debian/cmigemo-common/usr/share/cmigemo/tools/*.pl':
No such file or directory
make[1]: *** [override_dh_fixperms] Error 1
make[1]: Leaving directory `/.../cmigemo-20110227'
make: *** [binary-arch] Error 2
Please adjust the tools' permissions only when actually building the
cmigemo-common package. As a matter of style, I'd also suggest specifying
permissions symbolically and omitting the redundant $(CURDIR)/, yielding
if [ -d debian/cmigemo-common/usr/share/cmigemo/tools ]; then
chmod +x debian/cmigemo-common/usr/share/cmigemo/tools/*.pl
fi
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]