[neon/qt6/qt6-libqaccessibilityclient/Neon/unstable] debian: rules: disable tests & examples

Pino Toscano null at kde.org
Mon Mar 13 14:22:58 GMT 2023


Git commit 6ccab63e61b8f2b3d60a39b4127d90278d121b18 by Pino Toscano.
Committed on 08/07/2019 at 05:32.
Pushed by jriddell into branch 'Neon/unstable'.

rules: disable tests & examples

M  +3    -0    debian/changelog
D  +0    -1    debian/not-installed
M  +2    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-libqaccessibilityclient/commit/6ccab63e61b8f2b3d60a39b4127d90278d121b18

diff --git a/debian/changelog b/debian/changelog
index 91b9710..8fd0274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ libqaccessibilityclient (0.4.1-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Standards-Version to 4.4.0, no changes required.
   * Stop specifying LIB_INSTALL_DIR for cmake, as ECM already does that.
+  * Disable the build of tests and example (passing -DBUILD_TESTING=OFF to
+    cmake), as they are not run anyway
+    - drop debian/not-installed, no more needed now
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 08 Jul 2019 07:18:11 +0200
 
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index 258903d..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/accessibleapps
diff --git a/debian/rules b/debian/rules
index a0e856b..caee370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidd
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	    -DCMAKE_BUILD_TYPE=RelWithDebInfo
+	    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+	    -DBUILD_TESTING=OFF
 
 # requires D-Bus & AT-SPI
 .PHONY: override_dh_auto_test



More information about the Neon-commits mailing list