summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control3
-rw-r--r--debian/img2pdf.install1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 79b42c0..a67806e 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,8 @@ Rules-Requires-Root: no
Package: img2pdf
Architecture: all
Section: utils
-Depends: python3-img2pdf (= ${binary:Version}),
+Depends: python3-fitz,
+ python3-img2pdf (= ${binary:Version}),
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
diff --git a/debian/img2pdf.install b/debian/img2pdf.install
index 2f5f524..d90780e 100644
--- a/debian/img2pdf.install
+++ b/debian/img2pdf.install
@@ -1 +1,2 @@
usr/bin/img2pdf
+usr/bin/img2pdf-gui