From 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Sat, 26 Aug 2023 16:01:54 +0600 Subject: Drop unused patches Signed-off-by: Mubashshir --- debian/patches/lock-is-held-typo.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/patches/lock-is-held-typo.patch (limited to 'debian/patches/lock-is-held-typo.patch') diff --git a/debian/patches/lock-is-held-typo.patch b/debian/patches/lock-is-held-typo.patch deleted file mode 100644 index 5220b7d..0000000 --- a/debian/patches/lock-is-held-typo.patch +++ /dev/null @@ -1,15 +0,0 @@ -Description: Fix typo hold vs held. -Author: Julian Andres Klode -Last-Update: 2019-06-21 - ---- aptdaemon-1.1.1+bzr982.orig/aptdaemon/lock.py -+++ aptdaemon-1.1.1+bzr982/aptdaemon/lock.py -@@ -45,7 +45,7 @@ class LockFailedError(Exception): - """ - msg = "Could not acquire lock on %s." % flock - if process: -- msg += " The lock is hold by %s." % process -+ msg += " The lock is held by %s." % process - Exception.__init__(self, msg) - self.flock = flock - self.process = process -- cgit v1.2.3