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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
