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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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