aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/fix-installation.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/fix-installation.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/fix-installation.patch')
-rw-r--r--debian/patches/fix-installation.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/fix-installation.patch b/debian/patches/fix-installation.patch
deleted file mode 100644
index c961842..0000000
--- a/debian/patches/fix-installation.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Don't consider the "data" when installing a package - this is usually "Ubuntu" and isn't useful to pass to apt.
-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
-
-Index: b/aptdaemon/pkcompat.py
-===================================================================
---- a/aptdaemon/pkcompat.py
-+++ b/aptdaemon/pkcompat.py
-@@ -1904,8 +1904,6 @@
- id += ":%s" % arch
- if version:
- id += "=%s" % version
-- if data and data not in ["local", "installed"]:
-- id += "/%s" % data
- return id
-
- def _get_merged_trans(self, role, pkg_ids=None, pkg_type=None,