Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22779

Modified Files:
        ChangeLog Validation.pm 
Log Message:
Validator allows .deb to have files in %p/Applications


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Validation.pm       22 Nov 2004 16:13:08 -0000      1.155
+++ Validation.pm       22 Nov 2004 16:47:40 -0000      1.156
@@ -851,7 +851,7 @@
        # these are used in a regex and are automatically prepended with ^
        # make sure to protect regex metachars!
        my @bad_dirs = ("$basepath/src/", "$basepath/man/", "$basepath/info/", 
"$basepath/doc/", "$basepath/libexec/", "$basepath/lib/locale/", ".*/CVS/", 
".*/RCS/");
-       my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share 
var etc src / );
+       my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share 
var etc src Applications / );
 
        my ($pid, @found_bad_dir);
        my $filename;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -d -r1.759 -r1.760
--- ChangeLog   22 Nov 2004 16:13:08 -0000      1.759
+++ ChangeLog   22 Nov 2004 16:47:39 -0000      1.760
@@ -1,3 +1,7 @@
+2004-11-22  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Allow .deb to have files in %p/Applications
+
 2004-11-22  Christian Schaffner  <[EMAIL PROTECTED]>
 
        * Validation.pm: Check for overwritten system symlinks (e.g. /var).



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to