The following commit has been merged in the master branch:
commit 1923fe4e1192145a7273a7b1fa220340230d7f20
Author: Niels Thykier <[email protected]>
Date:   Thu Apr 7 18:17:29 2011 +0200

    Handle missing Maintainer field in checks/nmu

diff --git a/checks/nmu b/checks/nmu
index 6430f94..7cd4542 100644
--- a/checks/nmu
+++ b/checks/nmu
@@ -75,7 +75,7 @@ if ($firstline) {
 }
 
 my $version = $info->field('version');
-my $maintainer = canonicalize($info->field('maintainer'));
+my $maintainer = canonicalize($info->field('maintainer')//'');
 my $uploaders = $info->field('uploaders');
 
 my $version_nmuness = 0;

-- 
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]

Reply via email to