summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-11 20:01:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-11 20:01:26 -0700
commite72e0a6b34235633497fe64b8c6e8fba15cfbb75 (patch)
tree1a16efe6a9ac15c384dd6b15d3ddd8fb89633295
parenta05885fc82115c5e145e09a8750134ed16def553 (diff)
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 50fad450..641b89ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ocrmypdf (6.2.0-1~bpo9+1) stretch-backports; urgency=medium
+
+ * Rebuild for stretch-backports.
+ * Tighten dependency on qpdf to ensure the backport gets installed.
+ With qpdf 7.0.0 or newer, OCRmyPDF produces better output. So what we
+ want to achieve is the semantic meaning of:
+ Depends: qpdf
+ Recommends: qpdf (>= 7.0.0)
+ However, these lines won't cause apt to install qpdf from
+ stretch-backports. So we add a hard dependency on qpdf (>= 7.0.0) to
+ ensure that happens, which is most useful to users.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 11 May 2018 20:01:12 -0700
+
ocrmypdf (6.2.0-1) unstable; urgency=medium
* New upstream release.