[neon/qt/qtremoteobjects/Neon/release] debian: Stop checking for nocheck build option in test target.

Dmitry Shachnev null at kde.org
Wed May 26 17:21:53 BST 2021


Git commit d632c718fd7d500832c7dd90486244707383f8c9 by Dmitry Shachnev.
Committed on 20/09/2020 at 15:41.
Pushed by sitter into branch 'Neon/release'.

Stop checking for nocheck build option in test target.

No longer needed with debhelper compat level 13.

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

https://invent.kde.org/neon/qt/qtremoteobjects/commit/d632c718fd7d500832c7dd90486244707383f8c9

diff --git a/debian/changelog b/debian/changelog
index 382096a..85cb5ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtremoteobjects-everywhere-src (5.15.1-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Bump Qt build-dependencies to 5.15.1.
+  * Stop checking for nocheck build option in test target, no longer needed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 20 Sep 2020 18:37:32 +0300
 
diff --git a/debian/rules b/debian/rules
index 8eee58c..7872146 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,11 +27,9 @@ override_dh_auto_install-arch:
 	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5RepParser.prl
 
 override_dh_auto_test-arch:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
 	xvfb-run -a -s "-screen 0 1024x768x24 +extension GLX" \
 		dh_auto_test --no-parallel -- -Ctests/auto LD_LIBRARY_PATH=$(CURDIR)/lib \
 		QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
-endif
 
 override_dh_auto_test-indep:



More information about the Neon-commits mailing list