From 4fbc691cf85f231b06628f4f2f411cb797d745a2 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Wed, 13 Dec 2023 20:46:06 +0100 Subject: debian: update nocheck build profile --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index eda947a..40f072b 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: snuffleupagus Priority: optional Maintainer: Julien (jvoisin) Voisin -Build-Depends: debhelper-compat (= 13), dh-php, php-curl, php-xml, php7.0-dev | php7.1-dev | php7.2-dev | php7.3-dev | php7.4-dev | php8.0-dev | php8.1-dev | php8.2-dev | php8.3-dev +Build-Depends: debhelper-compat (= 13), dh-php, php-curl , php-xml , php7.0-dev | php7.1-dev | php7.2-dev | php7.3-dev | php7.4-dev | php8.0-dev | php8.1-dev | php8.2-dev | php8.3-dev Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://snuffleupagus.readthedocs.io diff --git a/debian/rules b/debian/rules index 053b77e..7f73830 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ override_dh_auto_install: install -m 644 config/snuffleupagus.ini debian/snuffleupagus/etc/php/$$(/usr/bin/php-config --version | cut -d '.' -f1-2)/mods-available/snuffleupagus.ini override_dh_auto_test: -ifeq ($(strip $(DPKG_SKIP_TESTS)),) +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) sed -i "s/\$$ext_params -d display_errors=0 -r/-d display_errors=0 -r/" src/run-tests.php TEST_PHP_ARGS="-q" REPORT_EXIST_STATUS=1 make -C src test else -- cgit v1.3