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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Sun Jan 13 13:27:47 UTC 2008


Update of /cvsroot/popcon/popularity-contest
In directory alioth:/tmp/cvs-serv10404

Modified Files:
	popularity-contest 
Log Message:
   [ Christian Perrier ]
   * Translations:
     - Kannada added. Closes: #422031
     - Hebrew updated. Closes: #445532
   [ Bill Allombert ]
   * Remove popcon-upload-ubuntu and popcon-submit-ubuntu.cgi, dropped by Ubuntu.
   * popularity-contest used files regexp:
     - add support for php scripts
     - Add missing $ after .pm. Closes: #431535, Thanks Gerfried Fuchs.
   * cron.weekly, function run_popcon():
     - remove spurious 'sh -c'
     - add -s /bin/sh in case nobody has no shell. Closes: #429405, #431867.
   * cron.weekly, default.conf, FAQ:
     - Add support for HTTP_PROXY. Closes: #365681.
   * Apply patch from Johan Walles to treat all mapped files as recently used
     (which they obviously are).  Closes: #457441, #327693.
   [ Petter Reinholdtsen ]
   * Add code in cron.weekly to sleep a random period of time up to an
     hour, to make sure all clients do not connect at the same time.
     Closes: #440493, #459910.
   * Updated standards-version from 3.7.2 to 3.7.3.  No change needed.
   * Include files in subdirectories under */lib/, to avoid files
     updated by ldconfig file still counting such packages as used
     (Closes: #457432)

Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- popularity-contest	13 Jan 2008 13:27:26 -0000	1.22
+++ popularity-contest	13 Jan 2008 13:27:44 -0000	1.23
@@ -105,7 +105,7 @@
   {
     chop;
     next unless (
-     ( m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm$|\.php$|^/boot/System\.map-}
+     ( m{/bin/|/sbin/|/lib/.+/|^/usr/games/|\.[ah]$|\.pm$|\.php$|^/boot/System\.map-}
        || defined $mapped{$_} )
        && -f $_);
     my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,




More information about the Popcon-commits mailing list