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

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

commit c819466a0c34d9435915142e3bf94c7ef3e83e27
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Feb 15 19:56:38 2018 +0100

    debian/rules: 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 0c356c2..ef9a0c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ BUILDHOME = $(CURDIR)/debian/build
 
 override_dh_auto_test:
        mkdir -p $(BUILDHOME)
-       HOME=$(BUILDHOME) $(MAKE) test
+       HOME=$(BUILDHOME) dh_auto_test
 
 override_dh_clean:
        rm -rf $(BUILDHOME)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to