Package: ess Version: 5.2.12-1 Severity: serious Tags: patch When building 'ess' in a clean 'unstable' chroot, I get the following error:
(cd refcard ; pdflatex refcard) This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./refcard.tex LaTeX2e <2003/12/01> Babel <v3.8d> and hyphenation patterns for loaded. (/usr/share/texmf-tetex/tex/latex/base/article.cls Document Class: article 2004/02/16 v1.4f Standard LaTeX document class (/usr/share/texmf-tetex/tex/latex/base/size10.clo)) (/usr/share/texmf-tetex/tex/latex/tools/multicol.sty) ! LaTeX Error: File `parskip.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: Please add the missing Build-Depends on 'tetex-extra' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/ess-5.2.12/debian/control ./debian/control --- ../tmp-orig/ess-5.2.12/debian/control 2006-03-22 08:21:55.000000000 +0000 +++ ./debian/control 2006-03-22 08:21:46.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Camm Maguire <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends-Indep: debhelper (>= 4), tetex-base, tetex-bin, texinfo +Build-Depends-Indep: debhelper, tetex-base, tetex-bin, tetex-extra, texinfo Package: ess Architecture: all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

