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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Oct 10 22:33:02 CEST 2010


Revision: 11213
          http://gar.svn.sourceforge.net/gar/?rev=11213&view=rev
Author:   wahwah
Date:     2010-10-10 20:33:02 +0000 (Sun, 10 Oct 2010)

Log Message:
-----------
mGAR v2: Added a check for packages with shared libraries. The message still needs some work. Here's the original discussion: http://lists.opencsw.org/pipermail/maintainers/2010-September/012752.html

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	2010-10-10 20:32:28 UTC (rev 11212)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-10-10 20:33:02 UTC (rev 11213)
@@ -1010,6 +1010,7 @@
               "In this case, the suggested package names are %s."
               % policy_pkgname_list)
 
+
 def CheckSharedLibraryPkgDoesNotHaveTheSoFile(pkg_data, error_mgr, logger, messenger):
   """If it's a package with shared libraries, it should not contain the .so file.
 


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