Package: mh-e
Version: 8.0-1
Severity: serious
Tags: patch

When building 'mh-e' in a clean 'unstable' chroot,
I get the following error:

makeinfo --html --output mh-e.html --no-split man/mh-e.texi
texi2pdf --quiet --clean man/mh-e.texi
You don't have a working TeX binary installed, but the texi2dvi script
can't proceed without it. If you want to use this script, you have to
install some kind of TeX, for example teTeX Debian packages. You can do
that with this command:
       apt-get install tetex-bin
make[1]: *** [mh-e.pdf] Error 1
make[1]: Leaving directory `/mh-e-8.0/doc'

Please add the missing Build-Depends on 'tetex-bin' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mh-e-8.0/debian/control ./debian/control
--- ../tmp-orig/mh-e-8.0/debian/control 2006-03-06 01:54:46.000000000 +0000
+++ ./debian/control    2006-06-28 12:51:12.000000000 +0000
@@ -2,7 +2,7 @@
 Section: mail
 Priority: extra
 Maintainer: Peter S Galbraith <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), texinfo, emacs21
+Build-Depends-Indep: debhelper (>> 4.0.0), texinfo, emacs21, tetex-bin
 Standards-Version: 3.6.2
 
 Package: mh-e


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to