summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-14 19:20:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-01-14 19:20:08 -0700
commitb5819dfd07ab979aa7d1f827d0b335dd3d4beb36 (patch)
treec4815fc4b1a3a4dff7c048df0f4db0b7df0bfa17
parent7771b8c4c58651ba9707c7f35029f2b5fc6a068d (diff)
Commit Debian 3.0 (quilt) metadatadebian/8.0.0+dfsg-2archive/debian/8.0.0+dfsg-2
[dgit (8.3~bpo9+1) quilt-fixup]
-rw-r--r--debian/patches/debian-changes22
1 files changed, 1 insertions, 21 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index d7d7e444..3efa1d01 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -91,7 +91,7 @@ See dgit(1), dgit(7) and dgit-maint-merge(7) for more information.
- host$ docker commit <container_id> ocrmypdf-tess4-heb
--- ocrmypdf-8.0.0+dfsg.orig/setup.py
+++ ocrmypdf-8.0.0+dfsg/setup.py
-@@ -240,17 +240,14 @@ setup(
+@@ -240,7 +240,6 @@ setup(
'cffi >= 1.9.1', # to build the leptonica module
'pytest-runner', # to enable python setup.py test
'setuptools_scm', # so that version will work
@@ -99,26 +99,6 @@ See dgit(1), dgit(7) and dgit-maint-merge(7) for more information.
],
use_scm_version={'version_scheme': 'post-release'},
cffi_modules=[
- 'src/ocrmypdf/lib/compile_leptonica.py:ffibuilder'
- ],
- install_requires=[
-- 'chardet >= 3.0.4, < 4', # unlisted requirement of pdfminer.six 20181108
- 'cffi >= 1.9.1', # must be a setup and install requirement
- 'img2pdf >= 0.3.0, < 0.4', # pure Python, so track HEAD closely
-- 'pdfminer.six == 20181108 ; sys_platform != "darwin"',
- 'pikepdf >= 1.0.2, < 2',
- 'Pillow >= 4.0.0, != 5.1.0 ; sys_platform == "darwin"',
- # Pillow < 4 has BytesIO/TIFF bug w/img2pdf 0.2.3
-@@ -258,9 +255,6 @@ setup(
- 'reportlab >= 3.3.0', # oldest released version with sane image handling
- 'ruffus >= 2.7.0',
- ],
-- extras_require={
-- 'pdfminer': ['pdfminer.six == 20181108'],
-- },
- tests_require=tests_require,
- entry_points={
- 'console_scripts': [
--- ocrmypdf-8.0.0+dfsg.orig/src/ocrmypdf/__main__.py
+++ ocrmypdf-8.0.0+dfsg/src/ocrmypdf/__main__.py
@@ -133,17 +133,17 @@ your PDF, use --output-type pdf.