From cc52115e2c38674e3712603a8b4fb0ac3877cbc0 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Fri, 20 Jan 2017 06:13:35 +0100 Subject: Add explicit dependency on python3-pkg-resources to img2pdf --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1e4d4ac..5e7d3c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ img2pdf (0.2.3-1) UNRELEASED; urgency=medium * Add Vcs-Browser and Vcs-Git for dgit * Let img2pdf depend on the exact same version of python3-img2pdf * Add autopkgtests + * Move python3-pkg-resources from Build-Depends to Depends of img2pdf. This + is the actual fix for #818617 which was wrongly fixed in version 0.2.0-2 + by adding python3-pkg-resources to Build-Depends. -- Johannes Schauer Fri, 20 Jan 2017 05:49:33 +0100 diff --git a/debian/control b/debian/control index b56dbad..20573d2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: img2pdf Maintainer: Johannes Schauer Section: python Priority: optional -Build-Depends: dh-python, python3-setuptools, python3-all, debhelper, python3-pil, python3-pdfrw, help2man, python3-pkg-resources +Build-Depends: dh-python, python3-setuptools, python3-all, debhelper, python3-pil, python3-pdfrw, help2man Standards-Version: 3.9.6 Vcs-Browser: https://browse.dgit.debian.org/img2pdf.git/ Vcs-Git: https://git.dgit.debian.org/img2pdf @@ -11,7 +11,7 @@ Homepage: https://gitlab.mister-muffin.de/josch/img2pdf Package: img2pdf Architecture: all Section: utils -Depends: ${misc:Depends}, ${python3:Depends}, python3-img2pdf (= ${binary:Version}) +Depends: ${misc:Depends}, ${python3:Depends}, python3-img2pdf (= ${binary:Version}), python3-pkg-resources Description: Lossless conversion of raster images to PDF This program will take a list of raster images and produce a PDF file with the images embedded in it. JPEG and JPEG2000 images will be included without -- cgit v1.2.3