[Python-apps-commits] r7344 - in packages/ocrodjvu/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Jul 20 15:21:09 UTC 2011


    Date: Wednesday, July 20, 2011 @ 15:21:08
  Author: danstender-guest
Revision: 7344

removed patches/glib2.11-test-failure.diff, got obsolete with 0.7.2

Modified:
  packages/ocrodjvu/trunk/debian/changelog
  packages/ocrodjvu/trunk/debian/patches/series
Deleted:
  packages/ocrodjvu/trunk/debian/patches/glib2.11-test-failure.diff

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2011-07-20 08:22:32 UTC (rev 7343)
+++ packages/ocrodjvu/trunk/debian/changelog	2011-07-20 15:21:08 UTC (rev 7344)
@@ -5,7 +5,6 @@
     + Fix of upside-down generation of hocr data (closes: #611460).
   * New maintainer (closes: #598156).
   * Upload to unstable.
-  * Fix of test suite failure with glibc 2.11 [glib2.11-test-failure.diff].
   * Change of debian/control
     + Changed maintainer.
     + Bumped Standards-Version to 3.9.2 (no changes needed).
@@ -22,7 +21,7 @@
     + Remove of subdirectory loop for nosetests.
     + Remove option --with-doctests for nosetests.
 
- -- Daniel Stender <daniel at danielstender.com>  Mon, 18 Jul 2011 16:37:33 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Wed, 20 Jul 2011 17:19:59 +0200
 
 ocrodjvu (0.6.1-1) experimental; urgency=low
 

Deleted: packages/ocrodjvu/trunk/debian/patches/glib2.11-test-failure.diff
===================================================================
--- packages/ocrodjvu/trunk/debian/patches/glib2.11-test-failure.diff	2011-07-20 08:22:32 UTC (rev 7343)
+++ packages/ocrodjvu/trunk/debian/patches/glib2.11-test-failure.diff	2011-07-20 15:21:08 UTC (rev 7344)
@@ -1,15 +0,0 @@
-Description: Fix test suite failure with glibc 2.11.
-Origin: https://bitbucket.org/jwilk/ocrodjvu/changeset/4ea0ced2ad06
-Last-Update: 2011-03-14
-
---- a/tests/ipc.py
-+++ b/tests/ipc.py
-@@ -138,7 +138,7 @@ class test_environment():
-             elif key == 'LC_CTYPE':
-                 has_lc_ctype = 1
-                 assert_equal(value, 'en_US.UTF-8')
--            elif key == 'LANG':
-+            elif key in ('LANG', 'LANGUAGE'):
-                 has_lang = 1
-                 assert_equal(value, '')
-             else:

Modified: packages/ocrodjvu/trunk/debian/patches/series
===================================================================
--- packages/ocrodjvu/trunk/debian/patches/series	2011-07-20 08:22:32 UTC (rev 7343)
+++ packages/ocrodjvu/trunk/debian/patches/series	2011-07-20 15:21:08 UTC (rev 7344)
@@ -1 +0,0 @@
-glib2.11-test-failure.diff




More information about the Python-apps-commits mailing list