Package: dblatex Version: 0.2.9-3 Severity: important Tags: patch I have the impression, that dblatex calls xsltproc without user options and that the patch helps. Could you please comment?
-- System Information: Debian Release: 5.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dblatex depends on: ii docbook-xml 4.5-6 standard XML documentation system, ii python 2.5.2-3 An interactive high-level object-o ii python-apt 0.7.7.1+nmu1 Python interface to libapt-pkg ii python-support 0.8.4 automated rebuilding support for P ii texlive 2007.dfsg.1-5 TeX Live: A decent selection of th ii texlive-extra-utils 2007.dfsg.2-4 TeX Live: TeX auxiliary programs ii texlive-lang-cyrillic 2007.dfsg.4-1 TeX Live: Cyrillic ii texlive-latex-extra 2007.dfsg.15-1 TeX Live: LaTeX supplementary pack ii texlive-math-extra 2007.dfsg.15-1 TeX Live: Advanced math typesettin ii texlive-xetex 2007.dfsg.2-4 TeX Live: XeTeX macros ii xsltproc 1.1.24-2 XSLT command line processor Versions of packages dblatex recommends: ii libxml2-utils 2.6.32.dfsg-5 XML utilities Versions of packages dblatex suggests: ii docbook 4.5-4 standard SGML representation syste ii evince-gtk [pdf-vi 2.22.2-4~lenny1 Document (postscript, pdf) viewer ii ghostscript 8.62.dfsg.1-3.2lenny0 The GPL Ghostscript PostScript/PDF ii graphicsmagick-ima 1.1.11-3.2 image processing tools providing I ii latex-cjk-all 4.7.0+git20080122-1 installs all LaTeX CJK packages ii lmodern 1.010x-5 scalable PostScript and OpenType f ii opensp 1.5.2-6 OpenJade group's SGML parsing tool pn transfig <none> (no description available) ii xpdf-reader [pdf-v 3.02-1.4 Portable Document Format (PDF) sui -- no debconf information
--- /usr/share/dblatex/lib/dbtexmf/core/dbtex.py 2008-08-18 13:30:07.000000000 +0200 +++ /root/etch/usr/share/dblatex/lib/dbtexmf/core/dbtex.py 2009-02-12 00:13:55.000000000 +0100 @@ -174,7 +174,7 @@ param = {"current.dir": self.inputdir} self.xsltproc.use_catalogs = 0 self.xsltproc.run(self.xsllist, self.input, - self.listings, params=param) + self.listings, opts=self.xslopts, params=param) else: self.log.info("No external file support") f = file(self.listings, "w")