Package: s48-refman
Version: 1-1
Severity: serious
Tags: patch

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

makeinfo --html scheme48.texi
texi2pdf -c scheme48.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: *** [build-stamp] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/s48-refman-1/debian/control ./debian/control
--- ../tmp-orig/s48-refman-1/debian/control     2006-07-24 08:53:09.000000000 
+0000
+++ ./debian/control    2006-07-24 08:53:08.000000000 +0000
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Jorgen Schaefer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), texinfo
+Build-Depends: debhelper (>= 4.0.0), texinfo, tetex-bin
 Standards-Version: 3.6.2
 
 Package: s48-refman


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

Reply via email to