summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-01-18 16:49:06 +0000
committerSimon McVittie <smcv@debian.org>2023-01-18 16:49:06 +0000
commit0d7ca176ed0ec91c66a0884ba6e239a19f887f74 (patch)
tree38b639f856160caa496d34dc80ddcfe6c43acd21
parentf9b4d808aa10920b34c9dd8fd3dbfa78447a8205 (diff)
d/rules: Remove workaround for #972269, no longer needed
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 410cf78..0ae31a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,8 +144,3 @@ override_dh_python3:
dh_python3 --shebang="/usr/bin/python$$x" \
/usr/libexec/installed-tests/dbus-python/python$$x; \
done
-
-ifeq ($(DEB_HOST_ARCH),mipsel)
-override_dh_dwz:
- : # Skip dh_dwz on mipsel, https://bugs.debian.org/972269
-endif