[csw-devel] SF.net SVN: gar:[8762] csw/mgar/gar/v2/lib/python/checkpkg.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Feb 23 12:14:07 CET 2010


Revision: 8762
          http://gar.svn.sourceforge.net/gar/?rev=8762&view=rev
Author:   wahwah
Date:     2010-02-23 11:14:07 +0000 (Tue, 23 Feb 2010)

Log Message:
-----------
mGAR v2: checkpkg, also include 'B' type symbols when guessing which symbols are OK to be missing.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/checkpkg.py

Modified: csw/mgar/gar/v2/lib/python/checkpkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg.py	2010-02-23 09:47:21 UTC (rev 8761)
+++ csw/mgar/gar/v2/lib/python/checkpkg.py	2010-02-23 11:14:07 UTC (rev 8762)
@@ -1028,7 +1028,7 @@
         sym = self._ParseNmSymLine(line)
         if not sym:
           continue
-        if sym['type'] not in ("T", "D"):
+        if sym['type'] not in ("T", "D", "B"):
           continue
         defined_symbols[binary].append(sym['name'])
 


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