Update of /cvsroot/fink/fink/perlmod/Fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22419

Modified Files:
        Validation.pm 
Log Message:
roll back local experiment


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- Validation.pm       27 Feb 2010 22:27:38 -0000      1.320
+++ Validation.pm       27 Feb 2010 22:28:57 -0000      1.321
@@ -690,14 +690,6 @@
                        }
                }
 
-               # BDep:*-shlibs is likely mistake (should be Dep:*-shlibs
-               # BDep: the BDO pkg)
-               if ($field eq 'builddepends') {
-                       if ($properties->{$field} =~ /-shlibs/) {
-                               printf "Warning: BuildDepends on -shlibs 
package, which is probably runtime files. ($filename)\n";
-                       }
-               }
-
                # Check for any source-related field without associated 
Source(N) field
                if ($field =~ 
/^(test)?(?:source(\d*)-checksum|source(\d*)-md5|source(\d*)rename|tar(\d*)filesrename|source(\d+)extractdir)$/)
 {
                        my $testfield = $1 || "";


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to