Package: cl-asdf
Version: 1.99-2
Severity: serious
Tags: patch

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

dh_testdir
# Add here commands to compile the package.
makeinfo asdf.texinfo
makeinfo --html asdf.texinfo
texi2pdf asdf.texinfo
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/cl-asdf-1.99/debian/control ./debian/control
--- ../tmp-orig/cl-asdf-1.99/debian/control     2006-07-24 07:27:11.000000000 
+0000
+++ ./debian/control    2006-07-24 07:27:08.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: cvs2cl, texinfo
+Build-Depends-Indep: cvs2cl, texinfo, tetex-bin
 Standards-Version: 3.7.2.0
 
 Package: cl-asdf


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

Reply via email to