From 671fe4da5ab40cd997b6001ab0c4a7af87bac318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Aug 2020 22:06:56 +0200 Subject: New patches; Use --enable-locking instead --disable-locking, Add libpoppler-glib-dev & python3-minimal to Build-Depends --- debian/patches/0050-Use-python3-shebang.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/patches/0050-Use-python3-shebang.patch (limited to 'debian/patches/0050-Use-python3-shebang.patch') diff --git a/debian/patches/0050-Use-python3-shebang.patch b/debian/patches/0050-Use-python3-shebang.patch new file mode 100644 index 0000000..a50e412 --- /dev/null +++ b/debian/patches/0050-Use-python3-shebang.patch @@ -0,0 +1,10 @@ +Index: trunk/backend/pixma/scripts/pixma_gen_options.py +=================================================================== +--- trunk.orig/backend/pixma/scripts/pixma_gen_options.py ++++ trunk/backend/pixma/scripts/pixma_gen_options.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + from __future__ import print_function + import sys,os,re -- cgit v1.2.3