Your message dated Mon, 23 Feb 2009 16:17:06 +0000
with message-id <[email protected]>
and subject line Bug#514932: fixed in dblatex 0.2.9-4
has caused the Debian Bug report #514932,
regarding seems to "forget" passing xslt options to xsltproc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
514932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514932
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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")

--- End Message ---
--- Begin Message ---
Source: dblatex
Source-Version: 0.2.9-4

We believe that the bug you reported is fixed in the latest version of
dblatex, which is due to be installed in the Debian FTP archive:

dblatex_0.2.9-4.diff.gz
  to pool/main/d/dblatex/dblatex_0.2.9-4.diff.gz
dblatex_0.2.9-4.dsc
  to pool/main/d/dblatex/dblatex_0.2.9-4.dsc
dblatex_0.2.9-4_all.deb
  to pool/main/d/dblatex/dblatex_0.2.9-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Hoenen <[email protected]> (supplier of updated dblatex 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 22 Feb 2009 17:27:11 +0100
Source: dblatex
Binary: dblatex
Architecture: source all
Version: 0.2.9-4
Distribution: unstable
Urgency: low
Maintainer: Andreas Hoenen <[email protected]>
Changed-By: Andreas Hoenen <[email protected]>
Description: 
 dblatex    - Produces DVI, PostScript, PDF documents from DocBook sources
Closes: 492675 514293 514932
Changes: 
 dblatex (0.2.9-4) unstable; urgency=low
 .
   * Apply specified pass-through options for the XSLT engine to all
     xsltproc calls.  Thanks to W. Martin Borgert for reporting and for the
     patch.  Closes: #514932
   * Relax dependencies on packages texlive-lang-cyrillic and texlive-xetex to
     Suggests.  Thanks to Sandro Tosi for the suggestion.  Closes: #514293
     + Cope with missing file ifxetex.sty when not using the XeTeX backend
       (20_relax_xetex_dependency.dpatch).
     + Warn appropriately on transformation failure due to missing package
       texlive-lang-cyrillic (10_analyze_failure.dpatch).
     + Document purpose of optional dependencies in README.Debian.
   * Create a HTML version from the DocBook user manual (besides the PDF
     version distributed with upstream).  Thanks to W. Martin Borgert for the
     suggestion.  Closes: #492675
     New dependencies (Build-Depends-Indep):
     + docbook-xml
     + docbook-xsl
     + ghostscript
     + transfig
     + xsltproc
     HTML creation needs two patches:
   * 20_html_doc_external_programlisting.dpatch:
     Fix inclusion of external programlistings into the user manual in a way
     that it works also for the HTML version.
   * 20_html_doc_missing_images.dpatch:
     Provide some missing images referenced in the DocBook source, thus they
     get included also in the HTML version.
     New dependencies (Build-Depends-Indep):
     + sharutils
   * Remove the cleanup code for non-configuration files in /etc/dblatex/ (BTS
     bug #395207) as outdated: meanwhile a fixed version has migrated to
     oldstable:
     + debian/postinst
     + debian/README.Debian
   * Copyright adaptions:
     + Actualize copyright dates.
     + Fix copyright-with-old-dh-make-debian-copyright.  Thanks, lintian.
Checksums-Sha1: 
 b58464de6adf59d260fd72ea2714105cc5c9bf43 1121 dblatex_0.2.9-4.dsc
 0e2a5067d3a907f134f9be7725b1dfcfca4ead58 19011 dblatex_0.2.9-4.diff.gz
 0b3384a7be31fd5b7e9edaf318334f9cd795fde5 931916 dblatex_0.2.9-4_all.deb
Checksums-Sha256: 
 fb9e3e6f5ecf9bf33d0e5f27c2c5eec7dc2416995dadf2924400e05d9e7b0d40 1121 
dblatex_0.2.9-4.dsc
 3802998b2ec6f4e11d8bcaf51b62d1ee429c5d6113db8807a2a1bfa18f471df3 19011 
dblatex_0.2.9-4.diff.gz
 52c9e8c03375502e1bf52ba7a28eb7e6c5aa847c911e49254ced4a9c8a959197 931916 
dblatex_0.2.9-4_all.deb
Files: 
 0f39f8237ecbc04ef6905b206f91ca99 1121 text optional dblatex_0.2.9-4.dsc
 c3d57d3bffe6b95ce9a82d685537d0d2 19011 text optional dblatex_0.2.9-4.diff.gz
 7d9f49d999bf53198a9562068e0c7834 931916 text optional dblatex_0.2.9-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmiyiQACgkQ3DVS6DbnVgTPvQCgjDWRB2Qd0K/M4pO1KeXf0CUV
QgQAn1Vl06UM8MfGwIcqazq7vFi3RZE2
=1dEQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to