Package: python-biopython Version: 1.80+dfsg-4 When doing a build via pbuilder/sbuild and setting the `nocheck` profile, the build-dependency on hevea is disabled (!nocheck). However, it is still executed. Log excerpt below:
cd Doc && make make[2]: Entering directory '/<<PKGBUILDDIR>>/Doc' sed "s/\@VERSION\@/1.80/g" version.in > version.sh chmod +x version.sh hevea -exec ./version.sh -exec xxdate.exe -fix Tutorial.tex make[2]: hevea: No such file or directory make[2]: *** [Makefile:18: Tutorial.html] Error 127 make[2]: Leaving directory '/<<PKGBUILDDIR>>/Doc' make[1]: *** [debian/rules:65: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:42: binary-indep] Error 2 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 - I guess it was meant to be "!nodoc" instead of "!nocheck"?