aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/key_value_typo.patch
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-08-26 16:01:54 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-08-26 16:01:54 +0600
commit22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (patch)
tree4f9e55dec008a3f1de61cabfb577fe254ae6e36e /debian/patches/key_value_typo.patch
parent70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff)
downloadaptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz
aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/patches/key_value_typo.patch')
-rw-r--r--debian/patches/key_value_typo.patch18
1 files changed, 0 insertions, 18 deletions
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 <justin.mcpherson@canonical.com>
-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()