From 407c285aea9830dc068a3bb49ada360c909d438b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:27:58 +0200 Subject: Adding debian version 2.23+dfsg-1. Signed-off-by: Daniel Baumann --- .../0007-Fix-syntax-error-in-irkerhook.py.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/patches/0007-Fix-syntax-error-in-irkerhook.py.patch (limited to 'debian/patches/0007-Fix-syntax-error-in-irkerhook.py.patch') diff --git a/debian/patches/0007-Fix-syntax-error-in-irkerhook.py.patch b/debian/patches/0007-Fix-syntax-error-in-irkerhook.py.patch new file mode 100644 index 0000000..2bf9c27 --- /dev/null +++ b/debian/patches/0007-Fix-syntax-error-in-irkerhook.py.patch @@ -0,0 +1,22 @@ +From: Neil Muller +Date: Sun, 5 Feb 2023 11:31:39 +0200 +Subject: Fix syntax error in irkerhook.py + +Bug-Upstream: https://gitlab.com/esr/irker/-/merge_requests/32 +--- + irkerhook.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/irkerhook.py b/irkerhook.py +index 1d3226c..208b756 100755 +--- a/irkerhook.py ++++ b/irkerhook.py +@@ -49,7 +49,7 @@ version = "2.21" + # pylint: disable=multiple-imports,wrong-import-position + import os, sys, socket, subprocess, locale, datetime, re + +-try ++try: + from shlex import quote as shellquote + except ImportError: + from pipes import quote as shellquote -- cgit v1.2.3