[Popcon-commits] cvs commit to popularity-contest by ballombe

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Tue, 07 Jun 2005 14:26:10 +0000


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv10894

Modified Files:
	popanal.py 
Log Message:
Update warning to match code.


Index: popanal.py
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popanal.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- popanal.py	3 May 2005 18:17:08 -0000	1.12
+++ popanal.py	7 Jun 2005 14:26:08 -0000	1.13
@@ -149,8 +149,8 @@
 	for package in self.entries.keys():
 	    if not votelist.has_key(package):
 		if not complained.has_key(package):
-			ewrite(('Warning: package %s not in '
-				+ '/var/lib/dpkg/available')  % package)
+			ewrite(('Warning: package %s neither in '
+				+ 'stable nor unstable')  % package)
 			complained[package] = 1
 		votelist[package] = Vote()
 		sectlist[UNKNOWN].append(package)