aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/native-arch.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/native-arch.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/native-arch.patch')
-rw-r--r--debian/patches/native-arch.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/native-arch.patch b/debian/patches/native-arch.patch
deleted file mode 100644
index a0c37fa..0000000
--- a/debian/patches/native-arch.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix NATIVE_ARCH not being defined
-Author: Justin McPherson <justin.mcpherson@canonical.com>
-Forwarded: https://code.launchpad.net/~justinmcp/aptdaemon/1352654/+merge/243354
-
-Index: b/aptdaemon/pkcompat.py
-===================================================================
---- a/aptdaemon/pkcompat.py
-+++ b/aptdaemon/pkcompat.py
-@@ -392,7 +392,7 @@
- distro, version, _codename = platform.dist()
- self._distro_id = "%s;%s;%s" % (distro or "unknown",
- version or "unknown",
-- NATIVE_ARCH)
-+ self.queue.worker.NATIVE_ARCH)
- return self._distro_id
-
- def _on_network_state_changed(self, mon, state):