[csw-devel] SF.net SVN: gar:[21574] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jul 29 23:35:00 CEST 2013
Revision: 21574
http://gar.svn.sourceforge.net/gar/?rev=21574&view=rev
Author: wahwah
Date: 2013-07-29 21:34:58 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
checkpkg: Small comment cleanup
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 2013-07-29 17:04:08 UTC (rev 21573)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2013-07-29 21:34:58 UTC (rev 21574)
@@ -4,16 +4,17 @@
# - individual package checks
# - set checks
#
-# Individual checks need to be named "Check<something>", while set checks are named
-# "SetCheck<something>".
+# Individual checks need to be named "Check<something>", while set checks are
+# named "SetCheck<something>".
#
# def CheckSomething(pkg_data, error_mgr, logger, messenger):
# logger.debug("Checking something.")
# error_mgr.ReportError("something-is-wrong")
#
-# TODO(maciej): In general, the development package should depend on all the libraries.
-# TODO(maciej): If foo.so links to foo.so.1, the devel package should depend on
-# the library package.
+# TODO(maciej): In general, the development package should depend on all the
+# libraries.
+# TODO(maciej): If foo.so links to foo.so.1, the devel package should depend
+# on the library package.
import copy
import re
@@ -32,7 +33,7 @@
import logging
PATHS_ALLOWED_ONLY_IN = {
- # Leading slash must be removed.
+ # The leading slash must be removed.
# Using strings where possible for performance.
"CSWcommon": {"string": [
r"opt",
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