[csw-devel] SF.net SVN: gar:[11227] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Oct 10 22:40:16 CEST 2010
Revision: 11227
http://gar.svn.sourceforge.net/gar/?rev=11227&view=rev
Author: wahwah
Date: 2010-10-10 20:40:16 +0000 (Sun, 10 Oct 2010)
Log Message:
-----------
mGAR v2: checkpkg, a bugfix.
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:39:49 UTC (rev 11226)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-10-10 20:40:16 UTC (rev 11227)
@@ -1026,7 +1026,7 @@
messenger.Message(
"The collection of sonames (%s) "
"is expected to be in package "
- "named %s, but the package name is %s.
+ "named %s, but the package name is %s. "
"More information: "
"http://wiki.opencsw.org/checkpkg-error-tags"
% (sonames, multilib_pkgname, pkgname))
@@ -1041,8 +1041,6 @@
"soname=%s "
"pkgname=%s "
"expected=%s"
- "More information: "
- "http://wiki.opencsw.org/checkpkg-error-tags"
% (binary_info["path"], soname, pkgname, policy_pkgname_list))
suggested_pkgname = policy_pkgname_list[0]
messenger.SuggestGarLine(
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