[Secure-testing-commits] r749 - sarge-checks

Joey Hess joeyh@costa.debian.org
Mon, 04 Apr 2005 21:54:07 +0000


Author: joeyh
Date: 2005-04-04 21:54:07 +0000 (Mon, 04 Apr 2005)
New Revision: 749

Modified:
   sarge-checks/checklist
Log:
clarificaiton


Modified: sarge-checks/checklist
===================================================================
--- sarge-checks/checklist	2005-04-04 21:47:11 UTC (rev 748)
+++ sarge-checks/checklist	2005-04-04 21:54:07 UTC (rev 749)
@@ -190,7 +190,7 @@
 	print "Total holes unfixed: $unfixed<br>\n";
 	print "Total holes fixed in unstable but not testing: $unprop_all";
 	if ($unprop_all != $unprop) {
-		print " (".($unprop - $unprop_all)." on some arches)";
+		print " (+".($unprop - $unprop_all)." on some arches)";
 	}
 	print "<br>\n";
 	print "Total number of kernel image packages not up to date: $need_rebuild<br>\n";