From: Sandro Knauß Date: Sun, 5 Jan 2025 21:02:52 +0000 (+0100) Subject: nocheck handling is fixed with debhelper >= 13. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d48114d1a7a9f75837b2873919cac5edf34e930;p=nextcloud-desktop.git nocheck handling is fixed with debhelper >= 13. --- diff --git a/debian/rules b/debian/rules index f694530c7..ba3efa063 100755 --- a/debian/rules +++ b/debian/rules @@ -24,15 +24,11 @@ override_dh_auto_configure: -DEXTERNAL_VERSION=$(DEB_VERSION) override_dh_auto_test-arch: -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) mkdir -p obj-$(DEB_HOST_GNU_TYPE)/config - LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -a \ -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \ -- dh_auto_test --no-parallel rm -r obj-$(DEB_HOST_GNU_TYPE)/config -else - @echo "** tests disabled" -endif override_dh_auto_test-indep: