summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-05-16 22:28:01 +0200
committergregor herrmann <gregoa@debian.org>2020-05-16 22:28:57 +0200
commitaf329305d2320657b6ad3de854269a76ae066935 (patch)
tree93e9f9b1f5aed3cd572992cfedad2726dfe2a480
parentf7ebd4680c9ffcd80f871b12d2c98bcdfc6061ad (diff)
Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
debhelper 13 does this for us.
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index f61eb71..453bbc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,8 @@ override_dh_auto_build:
dh_auto_build -- C_INCLUDE_PATH="$(APR_INC)"
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \
dh_auto_test
-endif
%:
dh $@