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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Dec 17 10:00:49 CET 2010


Revision: 11978
          http://gar.svn.sourceforge.net/gar/?rev=11978&view=rev
Author:   wahwah
Date:     2010-12-17 09:00:49 +0000 (Fri, 17 Dec 2010)

Log Message:
-----------
checkpkg: Fix a syntax error

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-12-16 21:27:52 UTC (rev 11977)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-12-17 09:00:49 UTC (rev 11978)
@@ -59,13 +59,13 @@
       "hint": "CSWlibcups is deprecated, please depend on specific "
               "shared library packages.",
       "url": "http://wiki.opencsw.org/packaging-shared-libraries",
-    }
+    },
     "CSWcswclassutils": {
       "hint": "CSWcswclassutils is deprecated, please depend on specific "
               "CSWcas-* packages.",
               "url": ("http://lists.opencsw.org/pipermail/maintainers/"
                       "2010-October/012862.html"),
-    }
+    },
 }
 ARCH_RE = re.compile(r"(sparcv(8|9)|i386|amd64)")
 EMAIL_RE = re.compile(r"^.*@opencsw.org$")


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