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