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

[SCM] Debian package checker branch, master, updated. 2.3.4-60-g7366be1



The following commit has been merged in the master branch:
commit 7366be1ce6146b06fcdda1146296870b077f8c89
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Mar 27 00:12:39 2010 -0600

    Check there are no missing nodes on the resolver
    
    This should help easily detect otherwise obscure bugs.

diff --git a/frontend/lintian b/frontend/lintian
index 44f2583..49ca2ed 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1186,6 +1186,11 @@ debug_msg(1,
 	  sprintf("Selected checks: %s", join(',',sort keys %checks)),
     );
 
+
+# Make sure the resolver is in a sane state:
+scalar($map->missing()) == 0
+    or fail("There are missing nodes on the resolver: ".join(', ', $map->missing()));
+
 require Checker;
 require Lintian::Collect;
 

-- 
Debian package checker


Reply to: