This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit adb3adfc2f086697c85fa6e37e2e6af29127e4e8 Author: Niels Thykier <[email protected]> Date: Sun Mar 23 10:29:43 2014 +0100 t: Make files-tar-traps depend on tar (<< 1.27.1~) for now Signed-off-by: Niels Thykier <[email protected]> --- t/runtests | 3 ++- t/tests/files-tar-traps/desc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/t/runtests b/t/runtests index 4a14a60..e9017ed 100755 --- a/t/runtests +++ b/t/runtests @@ -446,7 +446,8 @@ sub test_package { if ($testdata->{'test-depends'}) { my $missing = check_test_depends($testdata); if ($missing) { - return skip_test($suite, $testname, "Missing Depends: $missing"); + return skip_test($suite, $testname, + "Unsatisified Depends: $missing"); } } diff --git a/t/tests/files-tar-traps/desc b/t/tests/files-tar-traps/desc index 3537c3d..207ac7d 100644 --- a/t/tests/files-tar-traps/desc +++ b/t/tests/files-tar-traps/desc @@ -3,6 +3,7 @@ Sequence: 6000 Version: 1.0 Description: Test tags for tar common bugs # tar -t is buggy and does not list \\\ filename -Test-Depends: tar (>= 1.27) +# See #740199 +Test-Depends: tar (>= 1.27~), tar (<< 1.27.1~) Test-For: non-standard-toplevel-dir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

