summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-16 09:22:20 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-16 09:22:20 +0100
commit82590a9273642676fbf5dbf9953a7b74622d7850 (patch)
tree36ed8a3c3fdaa2b0fccc85f5e4136d6fa43245e1
parent196699e85e18b3472cba869bd120c927ea20bc6f (diff)
Tighten build-dep on pikepdf to require 1.6.1
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bc0338b3..e27e7206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocrmypdf (9.0.1+dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release (Closes: #934035).
+ - Tighten build-dep on pikepdf to require 1.6.1.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 16 Aug 2019 09:20:57 +0100
+
ocrmypdf (8.0.1+dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 840e8a31..a6cf0051 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
python3-all,
python3-cffi,
python3-img2pdf (>= 0.3.0),
- python3-pikepdf (>= 1.0.2),
+ python3-pikepdf (>= 1.6.1),
python3-pil,
python3-pycparser,
python3-pytest-runner,