aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/pk1.1.1_compat.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/pk1.1.1_compat.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/pk1.1.1_compat.patch')
-rw-r--r--debian/patches/pk1.1.1_compat.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/patches/pk1.1.1_compat.patch b/debian/patches/pk1.1.1_compat.patch
deleted file mode 100644
index a744413..0000000
--- a/debian/patches/pk1.1.1_compat.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Michael Vogt <mvo@ubuntu.com>
-Subject: Remove API that is no longer available in PK 1.1.1
-
----
- aptdaemon/worker/pkworker.py | 6 ------
- 1 file changed, 6 deletions(-)
-
---- a/aptdaemon/worker/pkworker.py
-+++ b/aptdaemon/worker/pkworker.py
-@@ -172,8 +172,6 @@
- pk.RoleEnum.GET_UPDATE_DETAIL,
- pk.RoleEnum.GET_PACKAGES,
- pk.RoleEnum.GET_DETAILS,
-- pk.RoleEnum.GET_DEPENDS,
-- pk.RoleEnum.GET_REQUIRES,
- pk.RoleEnum.SEARCH_NAME,
- pk.RoleEnum.SEARCH_DETAILS,
- pk.RoleEnum.SEARCH_GROUP,
-@@ -289,10 +287,6 @@
- self.search_details(trans, **trans.kwargs)
- elif trans.pktrans.role == pk.RoleEnum.SEARCH_FILE:
- self.search_files(trans, **trans.kwargs)
-- elif trans.pktrans.role == pk.RoleEnum.GET_DEPENDS:
-- self.get_depends(trans, **trans.kwargs)
-- elif trans.pktrans.role == pk.RoleEnum.GET_REQUIRES:
-- self.get_requires(trans, **trans.kwargs)
- elif trans.pktrans.role == pk.RoleEnum.GET_DETAILS:
- self.get_details(trans, **trans.kwargs)
- elif trans.pktrans.role == pk.RoleEnum.DOWNLOAD_PACKAGES: