[Python-apps-commits] r5956 - in packages/ocrodjvu/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Aug 3 18:56:14 UTC 2010


    Date: Tuesday, August 3, 2010 @ 18:56:12
  Author: jwilk
Revision: 5956

Fix version information in a test.

Added:
  packages/ocrodjvu/trunk/debian/patches/
  packages/ocrodjvu/trunk/debian/patches/series
  packages/ocrodjvu/trunk/debian/patches/tests-version.diff
Modified:
  packages/ocrodjvu/trunk/debian/changelog

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2010-08-03 18:43:12 UTC (rev 5955)
+++ packages/ocrodjvu/trunk/debian/changelog	2010-08-03 18:56:12 UTC (rev 5956)
@@ -3,6 +3,7 @@
   * New upstream release.
     + Fix crash of djvu2hocr on on very long documents (closes: #591389).
     + Fix deprecation warning with PyICU ≥ 1.0 (closes: #589027).
+  * Fix version information in a test. [test-version.diff]
   * Run doctests at build time.
     + Build-depend on python-nose.
   * Require python-argparse only for Python ≤ 2.6.

Added: packages/ocrodjvu/trunk/debian/patches/series
===================================================================
--- packages/ocrodjvu/trunk/debian/patches/series	                        (rev 0)
+++ packages/ocrodjvu/trunk/debian/patches/series	2010-08-03 18:56:12 UTC (rev 5956)
@@ -0,0 +1 @@
+tests-version.diff

Added: packages/ocrodjvu/trunk/debian/patches/tests-version.diff
===================================================================
--- packages/ocrodjvu/trunk/debian/patches/tests-version.diff	                        (rev 0)
+++ packages/ocrodjvu/trunk/debian/patches/tests-version.diff	2010-08-03 18:56:12 UTC (rev 5956)
@@ -0,0 +1,15 @@
+Description: Fix version information in a test.
+Author: Jakub Wilk <jwilk at debian.org>
+Last-Update: 2010-08-03
+
+--- a/tests/djvu2hocr/non-xml-characters.test1
++++ b/tests/djvu2hocr/non-xml-characters.test1
+@@ -4,7 +4,7 @@
+ <html xmlns="http://www.w3.org/1999/xhtml">
+   <head>
+     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+-    <meta name="ocr-system" content="djvu2hocr 0.4.5" />
++    <meta name="ocr-system" content="djvu2hocr 0.4.6" />
+     <meta name="ocr-capabilites" content="ocr_carea ocr_page ocr_par ocrx_block ocrx_line ocrx_word" />
+     <title>DjVu hidden text layer</title>
+   </head>




More information about the Python-apps-commits mailing list