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

Modified Files:
        ChangeLog Validation.pm 
Log Message:
.deb Shlibs error seemed to say to list the actual filename (not install_name) 
in Shlibs: field


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- Validation.pm       10 Mar 2008 17:30:41 -0000      1.281
+++ Validation.pm       27 Mar 2008 07:40:23 -0000      1.282
@@ -1913,8 +1913,8 @@
                                        close (OTOOL);
        
                                        if (not exists $deb_shlibs->{$libname}) 
{
-                                               print "Error: package contains 
a dylib with no corresponding Shlibs entry ($dylib -> $libname 
$compat_version)\n";
-                                               print "       If this is a 
private library, add '!$dylib' to the Shlibs field.\n";
+                                               print "Error: package contains 
a shared library $dylib ($libname $compat_version)\n";
+                                               print "       but $libname is 
not listed in the Shlibs field.\n";
                                                $looks_good = 0;
                                        }
                                }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1531
retrieving revision 1.1532
diff -u -d -r1.1531 -r1.1532
--- ChangeLog   21 Mar 2008 18:46:50 -0000      1.1531
+++ ChangeLog   27 Mar 2008 07:40:20 -0000      1.1532
@@ -1,3 +1,7 @@
+2008-03-06  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Shlibs error should list install_name, not actual 
filename
+
 2008-03-21  Alexander Hansen <[EMAIL PROTECTED]>
 
        * Bootstrap.pm:  recognize 9.2.2 Darwin kernel--noted by gecko2 on IRC 
for a late 2007 Macbook.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to