[xml/sgml-commit] r1252 - in /packages/xmlto/trunk/debian: changelog control patches/00list patches/499200_cannot_parse_XSLTPARAMS.dpatch
dleidert-guest at users.alioth.debian.org
dleidert-guest at users.alioth.debian.org
Thu Oct 9 09:03:34 UTC 2008
Author: dleidert-guest
Date: Thu Oct 9 09:03:33 2008
New Revision: 1252
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1252
Log:
* debian/control (Suggests): Added xmltex now providing passivetex
(closes: #416622, #440518). Thanks to Robert Wohlrab.
(Description): Added information about fop/docbook-xsl as
alternative to passivetex.
* debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Added.
- xmlto.in: Fixed error message using --stringparam switch
(closes: #499200). Thanks to Zed Pobre.
* debian/patches/00list: Adjusted.
Added:
packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch (with props)
Modified:
packages/xmlto/trunk/debian/changelog
packages/xmlto/trunk/debian/control
packages/xmlto/trunk/debian/patches/00list
Modified: packages/xmlto/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/debian/changelog?rev=1252&op=diff
==============================================================================
--- packages/xmlto/trunk/debian/changelog (original)
+++ packages/xmlto/trunk/debian/changelog Thu Oct 9 09:03:33 2008
@@ -1,6 +1,14 @@
xmlto (0.0.20-3) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * debian/control (Suggests): Added xmltex now providing passivetex
+ (closes: #416622, #440518). Thanks to Robert Wohlrab.
+ (Description): Added information about fop/docbook-xsl as
+ alternative to passivetex.
+ * debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch: Added.
+ - xmlto.in: Fixed error message using --stringparam switch
+ (closes: #499200). Thanks to Zed Pobre.
+ * debian/patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert at wgdd.de> Mon, 21 Jul 2008 22:09:04 +0200
Modified: packages/xmlto/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/debian/control?rev=1252&op=diff
==============================================================================
--- packages/xmlto/trunk/debian/control (original)
+++ packages/xmlto/trunk/debian/control Thu Oct 9 09:03:33 2008
@@ -3,7 +3,9 @@
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Build-Depends: debhelper (>> 5), dpatch, docbook-xsl (>= 1.64.1.0), docbook-xml (>= 4.2-8), xsltproc (>= 1.0.29), libxml2-utils, libpaper-utils, sgml-base
+Build-Depends: debhelper (>> 5), dpatch, docbook-xsl (>= 1.64.1.0),
+ docbook-xml (>= 4.2-8), xsltproc (>= 1.0.29), libxml2-utils,
+ libpaper-utils, sgml-base
Standards-Version: 3.7.3
Homepage: http://cyberelk.net/tim/software/xmlto/
Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/
@@ -14,7 +16,7 @@
Architecture: any
Depends: ${shlibs:Depends}, xsltproc (>= 1.1.12-8), docbook-xsl (>= 1.64.1.0), docbook-xml (>= 4.2-8), debianutils (>= 1.16), libxml2-utils, sgml-base
Recommends: libpaper-utils
-Suggests: fop | passivetex (>= 1.23), w3m | lynx | links
+Suggests: fop | passivetex (>= 1.23) | xmltex (>= 1.9.debian.1), w3m | lynx | links
Description: XML-to-any converter
xmlto is a front-end to an XSL toolchain. It chooses an appropriate
stylesheet for the conversion you want and applies it using an external
@@ -26,4 +28,4 @@
supports converting from XSL-FO to DVI, PDF and PostScript.
.
For DVI, PDF, and PostScript output, Sebastian Rahtz's PassiveTeX is
- required.
+ required. Alternatively docbook-xsl and fop produce PDF and PS output.
Modified: packages/xmlto/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/debian/patches/00list?rev=1252&op=diff
==============================================================================
--- packages/xmlto/trunk/debian/patches/00list (original)
+++ packages/xmlto/trunk/debian/patches/00list Thu Oct 9 09:03:33 2008
@@ -1,2 +1,3 @@
format_fo_passivetex_check
xmlto_libpaper_173090
+499200_cannot_parse_XSLTPARAMS
Added: packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch?rev=1252&op=file
==============================================================================
--- packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch (added)
+++ packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch Thu Oct 9 09:03:33 2008
@@ -1,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 499200_cannot_parse_XSLTPARAMS.dpatch by Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: * xmlto.in: Using the --stringparam option results in an error message:
+## DP: 'warning: failed to load external entity "XSLTPARAMS" [..]'. The patch
+## DP: has been suggested by Zed Pobre.
+## DP:
+## DP: <URL:http://bugs.debian.org/499200>
+
+ at DPATCH@
+diff -urNad trunk~/xmlto.in trunk/xmlto.in
+--- trunk~/xmlto.in 2008-10-09 10:47:10.000000000 +0200
++++ trunk/xmlto.in 2008-10-09 10:48:23.000000000 +0200
+@@ -272,8 +272,8 @@
+ ;;
+ --stringparam)
+ MYPARAM="$2"
+- XSLTPARAMS="XSLTPARAMS --stringparam ${MYPARAM%=*}"
+- XSLTPARAMS="XSLTPARAMS $MYPARAM#*=}"
++ XSLTPARAMS="$XSLTPARAMS --stringparam ${MYPARAM%=*}"
++ XSLTPARAMS="$XSLTPARAMS $MYPARAM#*=}"
+ shift 2
+ ;;
+ --noclean)
Propchange: packages/xmlto/trunk/debian/patches/499200_cannot_parse_XSLTPARAMS.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the debian-xml-sgml-commit
mailing list