Source: makehuman
Version: 1.0.0~alpha6-1
Severity: serious
Justification: fails to build from source
Builds of makehuman only covering the architecture-dependent makehuman
package (as with debuild -B) fail:
debian/rules override_dh_install
make[1]: Entering directory `/.../makehuman-1.0.0~alpha6'
dh_install
find /.../makehuman-1.0.0~alpha6/debian/makehuman-data/ -type d -empty
-delete
find: `/.../makehuman-1.0.0~alpha6/debian/makehuman-data/': No such file or
directory
make[1]: *** [override_dh_install] Error 1
Could you please fix debian-rules to clean that tree only when it
actually exists? A relative path should suffice, BTW:
if [ -d debian/makehuman-data ]; then \
find debian/makehuman-data -type d -empty -delete; \
fi
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]