Package: bacula-doc Version: 1.38.11.1-1 Severity: serious Tags: patch When building 'bacula-doc' in a clean 'unstable' chroot, I get the following error:
# Add here commands to compile the package. cd /bacula-doc-1.38.11.1/debian/tmp-build/manual && /usr/bin/make tex dvipdf make[1]: Entering directory `/bacula-doc-1.38.11.1/debian/tmp-build/manual' Making version 1.38.11 (28 June 2006) latex -interaction=batchmode bacula.tex make[1]: latex: Command not found make[1]: [tex] Error 127 (ignored) makeindex bacula.idx -o bacula.ind 2>/dev/null make[1]: *** [tex] Error 127 make[1]: Leaving directory `/bacula-doc-1.38.11.1/debian/tmp-build/manual' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'tetex-bin' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/bacula-doc-1.38.11.1/debian/control ./debian/control --- ../tmp-orig/bacula-doc-1.38.11.1/debian/control 2006-07-24 09:27:34.000000000 +0000 +++ ./debian/control 2006-07-24 09:27:31.000000000 +0000 @@ -2,7 +2,7 @@ Section: doc Priority: optional Maintainer: John Goerzen <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), tetex-bin Standards-Version: 3.7.2 Package: bacula-doc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

