This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 84c09ef65bb2c4452011803106909d6a4b8861de Author: Chris Lamb <[email protected]> Date: Sat Sep 23 10:30:39 2017 +0100 t/runtests: perltidy --- t/runtests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/runtests b/t/runtests index bc98a46..6d8ce03 100755 --- a/t/runtests +++ b/t/runtests @@ -1074,7 +1074,8 @@ sub check_test_is_sane { $data->{todo} ||= 'no'; $data->{'test-depends'} //= ''; $data->{'dh_compat_level'} //= '9'; - $data->{'default-build-depends'} //= "debhelper (>= $data->{dh_compat_level}~)"; + $data->{'default-build-depends'} + //= "debhelper (>= $data->{dh_compat_level}~)"; $data->{'extra-build-depends'} //= ''; $data->{'build_depends'} ||= join(', ', grep { $_ } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

