This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 2c9546b9e6e55c83ba952fe182dee8a94715cdf3 Author: James McCoy <[email protected]> Date: Tue Jun 9 23:06:35 2015 -0400 test_uscan: Spell PERL5LIB properly Signed-off-by: James McCoy <[email protected]> --- test/test_uscan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_uscan b/test/test_uscan index 5b9537b..8637b6e 100755 --- a/test/test_uscan +++ b/test/test_uscan @@ -23,8 +23,8 @@ else top_srcdir=$(readlink -f "${0%/*}/..") make -C "$top_srcdir/scripts" uscan mk-origtargz PATH="$top_srcdir/scripts:$PATH" - PERLLIB="$top_srcdir/lib" - export PERLLIB + PERL5LIB="$top_srcdir/lib" + export PERL5LIB COMMAND="uscan --no-conf --compression=xz" fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
