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/key_value_typo.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/patches/key_value_typo.patch (limited to 'debian/patches/key_value_typo.patch') diff --git a/debian/patches/key_value_typo.patch b/debian/patches/key_value_typo.patch deleted file mode 100644 index b286df1..0000000 --- a/debian/patches/key_value_typo.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Remove trailing comma, was causing a TypeError. -Author: Justin McPherson -Forwarded: https://code.launchpad.net/~justinmcp/aptdaemon/1352654/+merge/243354 -Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1352654 -=== modified file 'aptdaemon/aptdaemon/worker/aptworker.py' -Index: aptdaemon-1.1.1+bzr982/aptdaemon/worker/aptworker.py -=================================================================== ---- aptdaemon-1.1.1+bzr982.orig/aptdaemon/worker/aptworker.py -+++ aptdaemon-1.1.1+bzr982/aptdaemon/worker/aptworker.py -@@ -1511,7 +1511,7 @@ class AptWorker(BaseWorker): - key = "APT::Periodic::AutocleanInterval" - return apt_pkg.config.find_i(key, 0) - elif option == "UnattendedUpgrade": -- key = "APT::Periodic::Unattended-Upgrade", -+ key = "APT::Periodic::Unattended-Upgrade" - return apt_pkg.config.find_b(key, False) - elif option == "GetPopconParticipation": - return self._get_popcon_pariticipation() -- cgit v1.2.3