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

Modified Files:
        ChangeLog Validation.pm 
Log Message:
Warn if svn metadata in .deb


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- Validation.pm       3 Oct 2006 07:44:50 -0000       1.233
+++ Validation.pm       31 Oct 2006 05:12:30 -0000      1.234
@@ -1237,7 +1237,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 @bad_dirs = ("$basepath/src/", "$basepath/man/", "$basepath/info/", 
"$basepath/doc/", "$basepath/libexec/", "$basepath/lib/locale/", ".*/CVS/", 
".*/RCS/", ".*/\.svn/");
        my @good_dirs = ( map "$basepath/$_", qw/ bin sbin include lib share 
var etc src Applications X11 / );
 
        my @found_bad_dir;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1393
retrieving revision 1.1394
diff -u -d -r1.1393 -r1.1394
--- ChangeLog   31 Oct 2006 01:30:29 -0000      1.1393
+++ ChangeLog   31 Oct 2006 05:12:29 -0000      1.1394
@@ -1,3 +1,7 @@
+2006-10-31  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Warn if .svn/ metadata dir in .deb
+
 2006-10-30  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Engine.pm: Remove all obsolete pkgs at once to avoid blockage by


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to