summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 20573d2..a0d8b99 100644
--- a/debian/control
+++ b/debian/control
@@ -22,12 +22,14 @@ Description: Lossless conversion of raster images to PDF
container with a quality to filesize ratio that is typically better (in case
of JPEG and JPEG2000 images) or equal (in case of other formats) than that of
existing tools.
+ .
+ This package contains the executable.
Package: python3-img2pdf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-pdfrw
-Description: Lossless conversion of raster images to PDF
+Description: Lossless conversion of raster images to PDF (library)
This module 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
recompression. Raster images in other formats will be included with zip/flate
@@ -40,3 +42,5 @@ Description: Lossless conversion of raster images to PDF
.
Img2pdf includes its own PDF writer but will use the pdfrw module if
available instead.
+ .
+ This package contains the Python library.