Source: heimdal
Version: 7.4.0.dfsg.1-1
Severity: wishlist
Tags: patch

Dear maintainer,

I tried to build heimdal without running the tests:

DEB_BUILD_OPTIONS=nocheck sbuild -A -d sid heimdal_7.4.0.dfsg.1-1.dsc

but it ran the test suite anyway.

It would be nice if heimdal would respect DEB_BUILD_OPTIONS=nocheck. This is recommended in Policy 4.9.1.

Simply removing override_dh_auto_test should be enough. 01ee541a31 looks like an unnecessary change to me; AFAICT, debhelper has always supported 'make check'.

thanks,
Ryan
diff -Nru heimdal-7.4.0.dfsg.1/debian/rules heimdal-7.4.0.dfsg.1/debian/rules
--- heimdal-7.4.0.dfsg.1/debian/rules	2017-07-12 00:14:09.000000000 -0700
+++ heimdal-7.4.0.dfsg.1/debian/rules	2017-07-15 10:55:53.000000000 -0700
@@ -29,9 +29,6 @@
 	dh_makeshlibs -plibroken18-heimdal -V"libroken18-heimdal (>= 1.4.0~git20110226.dfsg.2-1)" -- -c4
 	dh_makeshlibs -plibwind0-heimdal -V"libwind0-heimdal (>= 1.4.0~git20110226.dfsg.1-1)" -- -c4
 
-override_dh_auto_test:
-	$(MAKE) check
-
 override_dh_auto_configure:
 	./configure $(shell dpkg-buildflags --export=configure) \
 	  --libexecdir="\$${prefix}/sbin" \

Reply via email to