Package: xml-resume-library
Version: 1.5.1-6
Severity: normal
the Makefile distributed in
/usr/share/doc/xml-resume-library/debian-examples fails to create a pdf
file from the .fo file. the error is:
PassiveTeX is needed for this format, but it is not installed. Please
install the passivetex package.
however, passivetex is no longer available outside of debian stable:
# [2006-12-23] Removed 1.25-2 from unstable (Anthony Towns)
# [2006-02-04] passivetex REMOVED from testing (Britney)
xml-resume-library has an alternative dependency on fop, which does
create a pdf file. the following minor diff appears to resolve the
issue:
39c39
< xmlto pdf $(resume).fo
---
> fop -fo $(resume).fo -pdf $(resume).pdf
thanks!
andy
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages xml-resume-library depends on:
ii sgml-data 2.0.3 common SGML and XML data
Versions of packages xml-resume-library recommends:
ii fop 1:0.20.5-8 XML to PDF Translator
ii xmlto 0.0.18-5.1 XML-to-any converter
ii xsltproc 1.1.19-1 XSLT command line processor
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]