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

Modified Files:
        ChangeLog Validation.pm 
Log Message:
Remove test for Depends:pkgconfig when lib/pkgconfig files are found.
Not really needed since "some pkg-config" is always present.

You win, pogma.


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Validation.pm       22 Nov 2004 17:32:40 -0000      1.157
+++ Validation.pm       3 Dec 2004 07:39:42 -0000       1.158
@@ -825,7 +825,6 @@
 #        /sw/share/emacs/site-lisp, so we no longer check for this)
 # - BuildDependsOnly: if package stores files in /sw/include, it should
 #     declare BuildDependsOnly true
-# - If a package contains pkg-config .pc files, it should Depends:pkgconfig
 # - Check presence and execute-flag on executable specified in daemonicfile
 # - If a package contains a daemonicfile, it should Depends:daemonic
 # - Check for symptoms of running update-scrollkeeper during package building
@@ -949,11 +948,6 @@
                                                $looks_good = 0;
                                        }
                                }
-                       } elsif ( $filename 
=~/^$basepath\/lib\/pkgconfig\/\S+$/ ) {
-                               if (not exists 
$deb_control->{depends_pkgs}->{pkgconfig}) {
-                                       print "Warning: Package appears to 
contain pkg-config file but does not depend on the package \"pkgconfig\"\n  
Offending file: $filename\n";
-                                       $looks_good = 0;
-                               }
                        } elsif ( $filename =~ /^$basepath\/etc\/daemons\/\S+$/ 
) {
                                if (not exists 
$deb_control->{depends_pkgs}->{daemonic}) {
                                        print "Warning: Package appears to 
contain a daemonicfile but does not depend on the package \"daemonic\"\n  
Offending file: $filename\n";

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.766
retrieving revision 1.767
diff -u -d -r1.766 -r1.767
--- ChangeLog   2 Dec 2004 15:01:13 -0000       1.766
+++ ChangeLog   3 Dec 2004 07:39:41 -0000       1.767
@@ -1,3 +1,8 @@
+2004-12-03  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Remove test for Depends:pkgconfig when
+       lib/pkgconfig files exist.
+
 2004-12-02  Rob Braun <[EMAIL PROTECTED]>
 
        * Engine.pm: Make 'fetch' support the same arguments as 'fetch-all'.



-------------------------------------------------------
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