[Python-modules-commits] r13333 - in packages/pdfminer/trunk/debian/patches (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Jun 8 16:37:34 UTC 2010
Date: Tuesday, June 8, 2010 @ 16:37:26
Author: jwilk
Revision: 13333
Refresh patches.
Modified:
packages/pdfminer/trunk/debian/patches/pdf-testsuite.diff
packages/pdfminer/trunk/debian/patches/poppler-data.diff
packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff
Modified: packages/pdfminer/trunk/debian/patches/pdf-testsuite.diff
===================================================================
--- packages/pdfminer/trunk/debian/patches/pdf-testsuite.diff 2010-06-08 16:31:27 UTC (rev 13332)
+++ packages/pdfminer/trunk/debian/patches/pdf-testsuite.diff 2010-06-08 16:37:26 UTC (rev 13333)
@@ -6,9 +6,9 @@
Forwarded: no
Last-Update: 2010-06-08
---- pdfminer-20100424+dfsg.orig/samples/Makefile
-+++ pdfminer-20100424+dfsg/samples/Makefile
-@@ -6,38 +6,10 @@ CMP=:
+--- a/samples/Makefile
++++ b/samples/Makefile
+@@ -6,38 +6,10 @@
PYTHON=python
PDF2TXT=PYTHONPATH=.. $(PYTHON) ../tools/pdf2txt.py -Dx -p1
Modified: packages/pdfminer/trunk/debian/patches/poppler-data.diff
===================================================================
--- packages/pdfminer/trunk/debian/patches/poppler-data.diff 2010-06-08 16:31:27 UTC (rev 13332)
+++ packages/pdfminer/trunk/debian/patches/poppler-data.diff 2010-06-08 16:37:26 UTC (rev 13333)
@@ -6,9 +6,9 @@
Forwarded: not-needed
Last-Update: 2010-06-08
---- pdfminer-20100424+dfsg.orig/pdfminer/cmapdb.py
-+++ pdfminer-20100424+dfsg/pdfminer/cmapdb.py
-@@ -15,6 +15,7 @@ import sys
+--- a/pdfminer/cmapdb.py
++++ b/pdfminer/cmapdb.py
+@@ -15,6 +15,7 @@
import re
import os
import os.path
@@ -16,7 +16,7 @@
from struct import pack, unpack
from psparser import PSStackParser
from psparser import PSException, PSSyntaxError, PSTypeError, PSEOF
-@@ -225,8 +226,20 @@ class CMapDB(object):
+@@ -225,8 +226,20 @@
try:
module = __import__(modname, fromlist=['pdfminer.cmap'])
except ImportError:
@@ -38,7 +38,7 @@
@classmethod
def get_unicode_map(klass, name, vertical=False):
-@@ -236,8 +249,19 @@ class CMapDB(object):
+@@ -236,8 +249,19 @@
try:
module = __import__(modname, fromlist=['pdfminer.cmap'])
except ImportError:
Modified: packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff
===================================================================
--- packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff 2010-06-08 16:31:27 UTC (rev 13332)
+++ packages/pdfminer/trunk/debian/patches/psparser-testsuite.diff 2010-06-08 16:37:26 UTC (rev 13333)
@@ -3,9 +3,9 @@
Forwarded: not-needed
Last-Update: 2010-06-08
---- pdfminer-20100424+dfsg.orig/pdfminer/psparser.py
-+++ pdfminer-20100424+dfsg/pdfminer/psparser.py
-@@ -648,4 +648,6 @@ class TestPSBaseParser(unittest.TestCase
+--- a/pdfminer/psparser.py
++++ b/pdfminer/psparser.py
+@@ -648,4 +648,6 @@
self.assertEqual(objs, self.OBJS)
return
More information about the Python-modules-commits
mailing list