[neon/qt/qtwebsockets/Neon/unstable] debian: drop kfreebsd support

Pino Toscano null at kde.org
Mon Apr 29 10:24:22 BST 2024


Git commit 516c659dd3a137c9634836a5632564ca39f3c784 by Pino Toscano.
Committed on 14/07/2023 at 19:26.
Pushed by jriddell into branch 'Neon/unstable'.

drop kfreebsd support

M  +3    -0    debian/changelog
M  +1    -2    debian/rules

https://invent.kde.org/neon/qt/qtwebsockets/-/commit/516c659dd3a137c9634836a5632564ca39f3c784

diff --git a/debian/changelog b/debian/changelog
index c765630..150b873 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtwebsockets-opensource-src (5.15.10-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Drop the support for the dead GNU/kFreeBSD:
+    - drop the kfreebsd architectures from the non-fatal tests behaviour
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 14 Jul 2023 21:24:46 +0200
 
diff --git a/debian/rules b/debian/rules
index 3361d55..ed949d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,8 @@ override_dh_auto_test-arch:
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
 # mips64el: even if the code did not change from 5.11.2 (where it run fine) to
 # 5.11.3, a test is segfaulting. The issue might be somewhere else. Maybe bug #868745?
-# kfreebsd-*: see https://bugreports.qt.io/browse/QTBUG-41448
 # powerpc: see https://bugs.debian.org/1013169
-ifneq (,$(filter $(DEB_HOST_ARCH),mips64el kfreebsd-amd64 kfreebsd-i386 powerpc))
+ifneq (,$(filter $(DEB_HOST_ARCH),mips64el powerpc))
 	-LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
 	TESTRUNNER='xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX"' \
 		dh_auto_test --max-parallel=1 -- -Ctests/auto



More information about the Neon-commits mailing list