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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Fri Jul 28 20:55:27 UTC 2006


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

Modified Files:
	popularity-contest 
Log Message:
Check files in ^/boot/ as well, to detect if a kernel package was
used. (Closes: #229237)


Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- popularity-contest	18 Jul 2005 06:19:44 -0000	1.14
+++ popularity-contest	28 Jul 2006 20:55:25 -0000	1.15
@@ -97,7 +97,7 @@
   while (<FILES>)
   {
     chop;
-    m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm$} or next;
+    m{/bin/|/sbin/|^/usr/games/|^/boot/|\.[ah]$|\.pm$} or next;
     -f $_ or next;
     my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
                       $atime,$mtime,$ctime,$blksize,$blocks)




More information about the Popcon-commits mailing list