[csw-devel] SF.net SVN: gar:[12213] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jan 6 13:06:19 CET 2011
Revision: 12213
http://gar.svn.sourceforge.net/gar/?rev=12213&view=rev
Author: wahwah
Date: 2011-01-06 12:06:19 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
checkpkg: Log the list of linkable libraries
As a side note, we might start thinking about logging to a file instead the
screen. With the current amount of output, I log to a file anyway.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py 2011-01-06 12:05:48 UTC (rev 12212)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2011-01-06 12:06:19 UTC (rev 12213)
@@ -968,6 +968,9 @@
soname = os.path.split(binary_info["path"])[1]
linkable_shared_libs.append((soname, binary_info))
check_names = True
+ logging.debug("CheckSharedLibraryNamingPolicy(): "
+ "linkable shared libs of %s: %s"
+ % (pkgname, linkable_shared_libs))
if len(linkable_shared_libs) > 1:
sonames = sorted(set([x[0] for x in linkable_shared_libs]))
tmp = su.MakePackageNameBySonameCollection(sonames)
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