[neon/extras/kstars/Neon/release] debian: drop check for nocheck $DEB_BUILD_OPTIONS
Pino Toscano
null at kde.org
Tue Nov 1 11:10:31 GMT 2022
Git commit a0adda148f8445c06660cbcd68447f4279a76762 by Pino Toscano.
Committed on 12/09/2021 at 10:13.
Pushed by jriddell into branch 'Neon/release'.
drop check for nocheck $DEB_BUILD_OPTIONS
M +2 -0 debian/changelog
M +0 -2 debian/rules
https://invent.kde.org/neon/extras/kstars/commit/a0adda148f8445c06660cbcd68447f4279a76762
diff --git a/debian/changelog b/debian/changelog
index f3d9032..3b3f1a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
- stop passing --fail-missing to dh_missing, as it is the default now
+ - drop the check for nocheck in $DEB_BUILD_OPTIONS, as dh_auto_test is
+ skipped automatically in that case
* Temporarily disable the INDI support (the libindi-dev build dependency),
as it requires StellarSolver which is not available in Debian yet.
* Drop the kde-l10n breaks/replaces, no more needed after two Debian stable
diff --git a/debian/rules b/debian/rules
index d910da6..1bf2698 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,7 @@ execute_after_dh_auto_install:
find debian/tmp -name '*.a' -delete
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(eval TESTS_HOME := $(shell mktemp -d --tmpdir kstars-home.XXXXXX))
mkdir -p "$(TESTS_HOME)/tmp"
env HOME="$(TESTS_HOME)" TMPDIR="$(TESTS_HOME)/tmp" dh_auto_test
rm -rfv "$(TESTS_HOME)"
-endif
More information about the Neon-commits
mailing list