[libwwwbrowser-perl] 01/02: Use dh_auto_test instead of make test

gregor herrmann gregoa at debian.org
Thu Feb 15 19:21:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libwwwbrowser-perl.

commit 7c9fa74c036f3f4f18207cd09b02e906158862a6
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 15 20:20:10 2018 +0100

    Use dh_auto_test instead of make test
    
    in override_dh_auto_test (leftover from conversion to dh(1)) in order to
    honour DEB_BUILD_OPTIONS=nocheck.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 312a06f..4ab1b6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@
 
 override_dh_auto_test:
-	xvfb-run -a $(MAKE) test
+	xvfb-run -a dh_auto_test
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwwwbrowser-perl.git



More information about the Pkg-perl-cvs-commits mailing list