~ubuntu-branches/ubuntu/oneiric/dblatex/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/10_dblatex_version.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Hoenen
  • Date: 2011-07-09 15:20:37 UTC
  • mfrom: (0.8.1) (0.6.2) (8.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20110709152037-8ao9l07dmgyjn6vn
Tags: 0.3.2-1
* New upstram release
* New upstream release fixes the following open Debian BTS issues:
  + Don't crash on XeTeX backend compilation of spanish documents with an
    <appendix> element.  Thanks to W. Martin Borgert for reporting.
    Closes: #629110
* Remove patches that have been integrated upstream:
  + 20_filename_replaceable.patch (#623590)
* Take over actualized copyright period of upstream COPYRIGHT to
  debian/copyright.
* Replace python build helper dh_pysupport with dh_python2.
* In draft mode set draft watermark for XeTeX backend, too.  Thanks to W.
  Martin Borgert for reporting and for the patch.  Closes: #629514

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
debian version.
4
4
--- a/xsl/version.xsl
5
5
+++ b/xsl/version.xsl
6
 
@@ -5,6 +5,6 @@
 
6
@@ -1,10 +1,10 @@
 
7
-<?xml version='1.0'?>
 
8
+<?xml version='1.0'?>
 
9
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
10
 
 
11
 <!--############################################################################
7
12
     XSLT Stylesheet DocBook -> LaTeX 
8
13
     ############################################################################ -->
9
14
 
10
 
-<xsl:variable name="version">0.3.1</xsl:variable>
11
 
+<xsl:variable name="version">0.3.1-2</xsl:variable>
 
15
-<xsl:variable name="version">0.3.2</xsl:variable>
 
16
+<xsl:variable name="version">0.3.2-1</xsl:variable>
12
17
 </xsl:stylesheet>
13
18