12 lines
596 B
Diff
12 lines
596 B
Diff
|
--- FilesCheck.py 10 Aug 2005 01:46:30 -0000 1.88
|
||
|
+++ FilesCheck.py 10 Aug 2005 13:29:12 -0000
|
||
|
@@ -160,7 +160,7 @@
|
||
|
depmod_regex=re.compile('^[^#]*depmod', re.MULTILINE)
|
||
|
info_regex=re.compile('^/usr/share/info')
|
||
|
install_info_regex=re.compile('^[^#]*install-info', re.MULTILINE)
|
||
|
-perl_temp_file=re.compile('.*perl.*(\.bs|/\.packlist|/perllocal\.pod)$')
|
||
|
+perl_temp_file=re.compile('.*perl.*(/\.packlist|/perllocal\.pod)$')
|
||
|
scm_regex=re.compile('/CVS/[^/]+$|/.cvsignore$|/\.svn/|/(\.arch-ids|{arch})/')
|
||
|
htaccess_regex=re.compile('\.htaccess$')
|
||
|
games_path_regex=re.compile('/usr/(lib/)?/games')
|