[SCM] Debian package checker branch, master, updated. 2.5.10-225-g9a1e2c2
The following commit has been merged in the master branch:
commit 9a1e2c2fb29ec39f35aafe6b51cfa92eaaa5dca0
Author: Niels Thykier <niels@thykier.net>
Date: Wed Oct 24 12:10:26 2012 +0200
T::L: Correct quoting of a string to allow interpolation
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/lib/Test/Lintian.pm b/lib/Test/Lintian.pm
index cd44266..c5a3a32 100644
--- a/lib/Test/Lintian.pm
+++ b/lib/Test/Lintian.pm
@@ -153,7 +153,7 @@ sub test_check_desc {
foreach my $need (split m/\s*+,\s*+/o, $needs) {
push @bad, $need unless -f "$colldir/$need.desc";
}
- $builder->is_eq (join (', ', @bad), '', '$cname has unknown collections in Needs-Info');
+ $builder->is_eq (join (', ', @bad), '', "$cname has unknown collections in Needs-Info");
} else {
$builder->ok (1, 'Tag has a valid Needs-Info (empty)') if $colldir ne '';
$builder->skip ('Needs-Info test checks skipped due to empty coll-dir') if $needs ne '';
--
Debian package checker
Reply to: