summaryrefslogtreecommitdiff
path: root/debian/patches/disable-gui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable-gui.patch')
-rw-r--r--debian/patches/disable-gui.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/disable-gui.patch b/debian/patches/disable-gui.patch
index d573b00..341d64a 100644
--- a/debian/patches/disable-gui.patch
+++ b/debian/patches/disable-gui.patch
@@ -4,7 +4,7 @@ Forwarded: not-needed
--- a/src/img2pdf.py
+++ b/src/img2pdf.py
-@@ -3517,9 +3517,6 @@ Report bugs at https://gitlab.mister-muf
+@@ -3989,9 +3989,6 @@ Report bugs at https://gitlab.mister-muf
help="Prints version information and exits.",
)
parser.add_argument(
@@ -14,7 +14,7 @@ Forwarded: not-needed
"--from-file",
metavar="FILE",
type=from_file,
-@@ -3912,10 +3909,6 @@ and left/right, respectively. It is not
+@@ -4406,10 +4403,6 @@ def main(argv=sys.argv):
if args.pillow_limit_break:
Image.MAX_IMAGE_PIXELS = None