The following commit has been merged in the infra-513663 branch:
commit 936165608a5377da4652ff043ded3b6b00462e7f
Author: Niels Thykier <[email protected]>
Date: Tue Mar 29 19:56:12 2011 +0200
Added missing brackets in L::P
diff --git a/lib/Lintian/Processable.pm b/lib/Lintian/Processable.pm
index 6b489c1..7d5703f 100644
--- a/lib/Lintian/Processable.pm
+++ b/lib/Lintian/Processable.pm
@@ -162,7 +162,7 @@ sub _init{
$self->{pkg_src_version} = $pkg_version;
} elsif ($pkg_type eq 'changes'){
my $cinfo = get_dsc_info ($pkg_path) or fail "$pkg_path is not a valid
changes file";
- my $pkg_name = ($pkg_path =~ m,.*/([^/]+)\.changes,);
+ my ($pkg_name) = ($pkg_path =~ m,.*/([^/]+)\.changes,);
my $pkg_version = $cinfo->{version};
$self->{pkg_name} = $pkg_name;
$self->{pkg_version} = $pkg_version;
--
Debian package checker
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]