Package: xmlto
Version: 0.0.26-0.1
Severity: wishlist
Tags: patch

Please update "missing passivetex package" error message to refer to
dblatex (and/or fop?) instead - there is no "passivetex" package in
Debian.

Patch attached.


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/patches/format_fo_passivetex_check.patch 
b/debian/patches/format_fo_passivetex_check.patch
index b2c1b33..23da202 100755
--- a/debian/patches/format_fo_passivetex_check.patch
+++ b/debian/patches/format_fo_passivetex_check.patch
@@ -12,7 +12,7 @@ Last-Update: 2008-02-05
      exit 3
    fi
 +  if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then
-+    printf "PassiveTeX is needed for this format, but it is not installed. 
Please install\nthe passivetex package.\n"
++    printf "PassiveTeX is needed for this format, but it is not installed. 
Please install\nthe dblatex package.\n"
 +    exit 1
 +  fi
    # Work around stupid tetex bug with '_' in filenames
@@ -25,7 +25,7 @@ Last-Update: 2008-02-05
            exit 3
          fi
 +        if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then
-+          printf "PassiveTeX is needed for this format, but it is not 
installed. Please install\nthe passivetex package.\n"
++          printf "PassiveTeX is needed for this format, but it is not 
installed. Please install\nthe dblatex package.\n"
 +          exit 1
 +        fi
          # Work around stupid tetex bug with '_' in filenames
@@ -38,7 +38,7 @@ Last-Update: 2008-02-05
            echo >&2 "Post-process XSL-FO to DVI"
          fi
 +        if [ ! -f /usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ]; then
-+          printf "PassiveTeX is needed for this format, but it is not 
installed. Please install\nthe passivetex package.\n"
++          printf "PassiveTeX is needed for this format, but it is not 
installed. Please install\nthe dblatex package.\n"
 +          exit 1
 +        fi
          # Work around stupid tetex bug with '_' in filenames

Reply via email to