summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-16 09:25:06 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-16 09:25:06 +0100
commitab65abdcb0a12d3e4811ec0bdec4977f563cd7a5 (patch)
treede6dc2d36f5887bff69af113aa38127d9f2d0582
parented31cdf4c71fae1958408e100823272ebfdcc957 (diff)
Drop code in d/rules which passed --force to setup.py
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules8
2 files changed, 1 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 23498aab..0aeb9f1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocrmypdf (9.0.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #934035).
- Tighten build-dep on pikepdf to require 1.6.1.
- Drop deps on ruffus.
+ - Drop code in d/rules which passed --force to setup.py.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 16 Aug 2019 09:20:57 +0100
diff --git a/debian/rules b/debian/rules
index 5401e4a7..7770c17a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,14 +5,6 @@ include /usr/share/dpkg/pkg-info.mk
# needed as we have more than one binary package
export PYBUILD_DESTDIR=debian/ocrmypdf
-# This prevents setup.py from aborting because programs like qpdf,
-# tesseract etc. are not installed. This avoids us having to include
-# those are build-depends.
-#
-# Note that this is a non-standard option implemented by OCRmyPDF's
-# setup.py.
-export PYBUILD_INSTALL_ARGS = --force
-
# deal with unicode encoding/decoding errors throughout the package
# build, and especially the test suite. This isn't needed in
# d/tests/test-suite because autopkgtest sets LANG=C.UTF-8 (see