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/pk1.1.1_compat.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 debian/patches/pk1.1.1_compat.patch (limited to 'debian/patches/pk1.1.1_compat.patch') 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 -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: -- cgit v1.2.3