[libconfig-model-perl] 03/04: rules: add '.' in @INC for tests

dod at debian.org dod at debian.org
Sun May 14 17:20:36 UTC 2017


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

dod pushed a commit to branch stretch
in repository libconfig-model-perl.

commit e0dec79ff9065b3f7ec2e5389991e30de1c0a94b
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 10 11:56:06 2017 +0200

    rules: add '.' in @INC for tests
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c8ed70e..7af482d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_clean:
 
 override_dh_auto_test:
 	mkdir -p $(BUILDHOME)
-	HOME=$(BUILDHOME) dh_auto_test
+	PERL5LIB=. HOME=$(BUILDHOME) dh_auto_test

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



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