[neon/extras/kstars/Neon/release] debian: Revert "run tests with xvfb"
Pino Toscano
null at kde.org
Tue Nov 1 11:10:31 GMT 2022
Git commit 345001fc9a0c04a9cf074916ec6d422d99f3feae by Pino Toscano.
Committed on 12/12/2021 at 12:22.
Pushed by jriddell into branch 'Neon/release'.
Revert "run tests with xvfb"
The test suite will be disabled altogether.
This reverts commit 1d6331e9696b096b5dfdc2277b22297a420a2ee6.
M +0 -3 debian/changelog
M +0 -2 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/extras/kstars/commit/345001fc9a0c04a9cf074916ec6d422d99f3feae
diff --git a/debian/changelog b/debian/changelog
index 606e19f..b452bde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,6 @@ kstars (5:3.5.6-2) UNRELEASED; urgency=medium
Debian:
- uncomment the libindi-dev build dependency
- add the libstellarsolver-dev build dependency
- * There are INDI unit tests that require a display, so:
- - add the xauth, and xvfb build dependencies
- - run dh_auto_test with xvfb-run
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete field Contact from debian/upstream/metadata (already present
in machine-readable debian/copyright).
diff --git a/debian/control b/debian/control
index 3f61b16..6642707 100644
--- a/debian/control
+++ b/debian/control
@@ -47,8 +47,6 @@ Build-Depends: cmake (>= 3.10.0~),
qtbase5-dev (>= 5.9.0~),
qtdeclarative5-dev (>= 5.9.0~),
qtmultimedia5-dev (>= 5.9.0~),
- xauth <!nocheck>,
- xvfb <!nocheck>,
wcslib-dev,
zlib1g-dev
Standards-Version: 4.6.0
diff --git a/debian/rules b/debian/rules
index 5009408..96b0dd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,3 @@ endif
execute_after_dh_auto_install:
# remove development stuff
find debian/tmp -name '*.a' -delete
-
-override_dh_auto_test:
- xvfb-run -a dh_auto_test
More information about the Neon-commits
mailing list