Package: preview-latex-style Version: 11.83-7 Severity: important Tags: patch
Hi, I believe this might be severity: serious, but I thought I would play it safe, and it probably doesn't actually hit that many people. The package fails to install due to mktexlsr not being present as there is a missing texlive dependency. The following patch from Michael Vogt is used in Ubuntu to correct this. Please consider applying it, Thanks, James --- 11.83-7/debian/control 2007-10-18 16:39:29.000000000 +0100 +++ 11.83-7ubuntu1/debian/control 2007-10-10 22:36:34.000000000 +0100 @@ -56,7 +56,7 @@ Description: An integrated environment f Package: preview-latex-style Architecture: all -Depends: tex-common +Depends: tex-common, texlive-base-bin Recommends: doc-base Conflicts: preview-latex (<=0.7.3-2) Description: LaTeX style files for editor embedded preview of some environments -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

