[xml/sgml-commit] r1498 - in /packages/docbook-xsl/trunk/debian: changelog control patches/514030_debianize_dbtoepub.dpatch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Wed Jul 22 19:17:47 UTC 2009


Author: dleidert-guest
Date: Wed Jul 22 19:17:44 2009
New Revision: 1498

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1498
Log:
* debian/control (Standards-Version): Bumped to 3.8.2.
* debian/patches/514030_debianize_dbtoepub.dpatch: Adjusted.

Modified:
    packages/docbook-xsl/trunk/debian/changelog
    packages/docbook-xsl/trunk/debian/control
    packages/docbook-xsl/trunk/debian/patches/514030_debianize_dbtoepub.dpatch

Modified: packages/docbook-xsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/changelog?rev=1498&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/changelog (original)
+++ packages/docbook-xsl/trunk/debian/changelog Wed Jul 22 19:17:44 2009
@@ -8,7 +8,9 @@
     - Fixed Polish alphabet (closes: #534052).
     - Removed dead link in README (closes: #530942).
 
+  * debian/control (Standards-Version): Bumped to 3.8.2.
   * debian/README.Debian: Fixed typo (closes: #534849).
+  * debian/patches/514030_debianize_dbtoepub.dpatch: Adjusted.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 30 May 2009 22:25:50 +0200
 

Modified: packages/docbook-xsl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/control?rev=1498&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/control (original)
+++ packages/docbook-xsl/trunk/debian/control Wed Jul 22 19:17:44 2009
@@ -5,7 +5,7 @@
 Uploaders: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: xml-core
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://wiki.docbook.org/topic/DocBookXslStylesheets
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/docbook-xsl/trunk/

Modified: packages/docbook-xsl/trunk/debian/patches/514030_debianize_dbtoepub.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/514030_debianize_dbtoepub.dpatch?rev=1498&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/patches/514030_debianize_dbtoepub.dpatch (original)
+++ packages/docbook-xsl/trunk/debian/patches/514030_debianize_dbtoepub.dpatch Wed Jul 22 19:17:44 2009
@@ -17,15 +17,16 @@
 
 @DPATCH@
 diff -urNad trunk~/epub/bin/dbtoepub trunk/epub/bin/dbtoepub
---- trunk~/epub/bin/dbtoepub	2008-07-09 20:01:02.000000000 +0200
-+++ trunk/epub/bin/dbtoepub	2009-02-20 16:41:16.000000000 +0100
-@@ -17,13 +17,10 @@
+--- trunk~/epub/bin/dbtoepub	2009-07-17 06:41:34.000000000 +0200
++++ trunk/epub/bin/dbtoepub	2009-07-21 10:42:07.000000000 +0200
+@@ -17,14 +17,11 @@
  #                                        layer (imports epub/docbook.xsl).
  #     -v, --verbose                    Make output verbose.
  
 -lib = File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
 -$LOAD_PATH.unshift(lib) if File.exist?(lib)
 -
+ require 'fileutils'
  require 'optparse'
  require 'tmpdir'
  
@@ -35,8 +36,8 @@
  verbose = false
  debug = false
 diff -urNad trunk~/epub/bin/lib/docbook.rb trunk/epub/bin/lib/docbook.rb
---- trunk~/epub/bin/lib/docbook.rb	2009-02-03 19:30:11.000000000 +0100
-+++ trunk/epub/bin/lib/docbook.rb	2009-02-20 16:43:17.000000000 +0100
+--- trunk~/epub/bin/lib/docbook.rb	2009-07-17 06:46:27.000000000 +0200
++++ trunk/epub/bin/lib/docbook.rb	2009-07-21 10:41:34.000000000 +0200
 @@ -1,17 +1,19 @@
  require 'fileutils'
  require 'rexml/parsers/pullparser'
@@ -70,11 +71,11 @@
        if customization_layer
          @stylesheet = File.expand_path(customization_layer)
 diff -urNad trunk~/epub/docbook.xsl trunk/epub/docbook.xsl
---- trunk~/epub/docbook.xsl	2009-02-17 05:53:45.000000000 +0100
-+++ trunk/epub/docbook.xsl	2009-02-20 16:40:24.000000000 +0100
-@@ -10,9 +10,9 @@
-   extension-element-prefixes="stext xtext"
-   exclude-result-prefixes="exsl db ng dc stext xtext">
+--- trunk~/epub/docbook.xsl	2009-06-16 04:59:35.000000000 +0200
++++ trunk/epub/docbook.xsl	2009-07-21 10:41:34.000000000 +0200
+@@ -16,9 +16,9 @@
+ 
+   version="1.0">
  
 -  <xsl:import href="../xhtml-1_1/docbook.xsl" />
 -  <xsl:import href="../xhtml-1_1/chunk-common.xsl" />




More information about the debian-xml-sgml-commit mailing list