[csw-devel] SF.net SVN: gar:[12114] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 29 01:11:22 CET 2010
Revision: 12114
http://gar.svn.sourceforge.net/gar/?rev=12114&view=rev
Author: wahwah
Date: 2010-12-29 00:11:22 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
checkpkg: Better message for needed symlinks
Using "contains" rather than "provides".
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-29 00:10:51 UTC (rev 12113)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-12-29 00:11:22 UTC (rev 12114)
@@ -1163,7 +1163,7 @@
base_dir = os.path.dirname(pkgmap_entry["path"])
error_mgr.NeedFile(
base_dir,
- "%s provides a symlink %s which needs a base directory: %s."
+ "%s contains a symlink %s which needs a base directory: %s."
% (pkgname, repr(pkgmap_entry["path"]), repr(base_dir)))
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