[csw-devel] SF.net SVN: gar:[7997] csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-libs.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jan 14 10:22:26 CET 2010


Revision: 7997
          http://gar.svn.sourceforge.net/gar/?rev=7997&view=rev
Author:   wahwah
Date:     2010-01-14 09:22:25 +0000 (Thu, 14 Jan 2010)

Log Message:
-----------
mGAR v2: a bugfix for checkpkg-libs.py

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-libs.py

Modified: csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-libs.py
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-libs.py	2010-01-14 01:30:15 UTC (rev 7996)
+++ csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-libs.py	2010-01-14 09:22:25 UTC (rev 7997)
@@ -192,7 +192,7 @@
 
     for soname in orphan_sonames:
       errors.append(checkpkg.Error("The following soname does't belong to "
-                                   "any package: %s" % checker.soname))
+                                   "any package: %s" % soname))
 
   if errors:
     for error in errors:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list