summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b99d3b..690c346 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ img2pdf (0.2.3-1) UNRELEASED; urgency=medium
by adding python3-pkg-resources to Build-Depends.
* Do not remove src/img2pdf.egg-info in clean target as it's part of the
source package
+ * Enhance the long and short description
-- Johannes Schauer <josch@debian.org> Fri, 20 Jan 2017 05:49:33 +0100
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.