[neon/qt/qtwayland/Neon/unstable] debian: Remove hack for mips/mipsel, these architectures are no longer in Debian.
Dmitry Shachnev
null at kde.org
Mon Apr 29 17:44:39 BST 2024
Git commit d02b8ba3e3bf6d0ff402a78e74aa890b7fed142a by Dmitry Shachnev.
Committed on 24/12/2023 at 15:13.
Pushed by jriddell into branch 'Neon/unstable'.
Remove hack for mips/mipsel, these architectures are no longer in Debian.
M +1 -0 debian/changelog
M +0 -5 debian/rules
https://invent.kde.org/neon/qt/qtwayland/-/commit/d02b8ba3e3bf6d0ff402a78e74aa890b7fed142a
diff --git a/debian/changelog b/debian/changelog
index b622c7d..18b13c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ qtwayland-opensource-src (5.15.12-1) UNRELEASED; urgency=medium
- 0057-Revert-Client-Ensure-that-wl_surface-lives-as-long-a.patch
* Refresh other patches.
* Add patches from KDE’s Qt 5 Patch Collection up to 2023-10-24.
+ * Remove hack for mips/mipsel, these architectures are no longer in Debian.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 23 Dec 2023 16:11:34 +0300
diff --git a/debian/rules b/debian/rules
index f5f2780..6b49a5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,11 +35,6 @@ override_dh_link:
dh_link --remaining-packages
override_dh_auto_test-arch:
-ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
- # mips/mipsel: double free or corruption, unreproducible on porterboxes
- -dh_auto_test -- -Ctests/auto TESTRUNNER="xvfb-run -a"
-else
dh_auto_test -- -Ctests/auto TESTRUNNER="xvfb-run -a"
-endif
override_dh_auto_test-indep:
More information about the Neon-commits
mailing list