[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, wheezy, updated. 2.5.10.1-4-g6f801f0



The following commit has been merged in the wheezy branch:
commit 2ddf2bf7f0574033447b641d9df67e2480c5a49c
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Sep 6 09:57:44 2012 +0200

    lintian: Fix typo of "identifier" method
    
    The particular code paths only occur during certain errors.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index b5ef9b2..0191165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lintian (2.5.10.2) UNRELEASED; urgency=low
+
+  * frontend/lintian:
+    + [NT] Fix typo of identifier method, which causes Lintian to
+      crash in case a "coll" cannot be started or it fails.
+
+ -- Niels Thykier <niels@thykier.net>  Thu, 06 Sep 2012 09:55:09 +0200
+
 lintian (2.5.10.1) unstable; urgency=low
 
   * checks/fields.desc:
diff --git a/frontend/lintian b/frontend/lintian
index ae9d4f2..7a9030c 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1462,7 +1462,7 @@ sub unpack_group {
                             "skipping $action of $pkg_type package $pkg_name");
                     $exit_code = 2;
                     $group->remove_processable ($lpkg);
-                    delete $worklists{$proc->identifer};
+                    delete $worklists{$proc->identifier};
                     # Lets not start any more jobs for this processable
                     last;
                 }
@@ -1491,7 +1491,7 @@ sub unpack_group {
             $res = finished_coll ($key, $cmd, $jdata);
             if ($res < 0) {
                 $group->remove_processable ($lpkg);
-                delete $worklists{$lpkg->identifer};
+                delete $worklists{$lpkg->identifier};
                 next;
             }
             $newjobs += $res;

-- 
Debian package checker


Reply to: