[xml/sgml-commit] r1603 - in /packages/dbtoepub/trunk/debian: changelog patches/514030_debianize_dbtoepub.dpatch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun Nov 1 22:28:09 UTC 2009


Author: dleidert-guest
Date: Sun Nov  1 22:28:08 2009
New Revision: 1603

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1603
Log:
* debian/patches/514030_debianize_dbtoepub.dpatch: Adjusted.

Modified:
    packages/dbtoepub/trunk/debian/changelog
    packages/dbtoepub/trunk/debian/patches/514030_debianize_dbtoepub.dpatch

Modified: packages/dbtoepub/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/changelog?rev=1603&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/changelog (original)
+++ packages/dbtoepub/trunk/debian/changelog Sun Nov  1 22:28:08 2009
@@ -2,6 +2,7 @@
 
   * NOT RELEASED YET
   * New snapshot based on revision 8528.
+  * debian/patches/514030_debianize_dbtoepub.dpatch: Adjusted.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Tue, 01 Sep 2009 00:38:07 +0200
 

Modified: packages/dbtoepub/trunk/debian/patches/514030_debianize_dbtoepub.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/patches/514030_debianize_dbtoepub.dpatch?rev=1603&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/patches/514030_debianize_dbtoepub.dpatch (original)
+++ packages/dbtoepub/trunk/debian/patches/514030_debianize_dbtoepub.dpatch Sun Nov  1 22:28:08 2009
@@ -18,7 +18,7 @@
 @DPATCH@
 diff -urNad trunk~/bin/dbtoepub trunk/bin/dbtoepub
 --- trunk~/bin/dbtoepub	2009-07-21 03:17:35.000000000 +0200
-+++ trunk/bin/dbtoepub	2009-08-23 01:48:34.000000000 +0200
++++ trunk/bin/dbtoepub	2009-11-01 23:26:07.000000000 +0100
 @@ -17,14 +17,11 @@
  #                                        layer (imports epub/docbook.xsl).
  #     -v, --verbose                    Make output verbose.
@@ -36,8 +36,8 @@
  verbose = false
  debug = false
 diff -urNad trunk~/bin/lib/docbook.rb trunk/bin/lib/docbook.rb
---- trunk~/bin/lib/docbook.rb	2009-07-21 03:17:35.000000000 +0200
-+++ trunk/bin/lib/docbook.rb	2009-08-23 01:47:40.000000000 +0200
+--- trunk~/bin/lib/docbook.rb	2009-10-10 02:40:43.000000000 +0200
++++ trunk/bin/lib/docbook.rb	2009-11-01 23:27:04.000000000 +0100
 @@ -1,17 +1,27 @@
  require 'fileutils'
  require 'rexml/parsers/pullparser'
@@ -69,10 +69,10 @@
      MIMETYPE = "application/epub+zip"
      META_DIR = "META-INF"
      OEBPS_DIR = "OEBPS"
-@@ -27,7 +37,7 @@
+@@ -26,7 +36,7 @@
+       @oebps_dir = File.join(@output_dir, OEBPS_DIR)
        @css_file = css_file ? File.expand_path(css_file) : css_file
        @embedded_fonts = embedded_fonts
-       raise NotImplementedError if @embedded_fonts.length > 1
 -      @to_delete = []
 +      @to_delete = [OUTPUT_DIR]
        




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