[csw-devel] SF.net SVN: gar:[11745] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 1 07:27:15 CET 2010
Revision: 11745
http://gar.svn.sourceforge.net/gar/?rev=11745&view=rev
Author: wahwah
Date: 2010-12-01 06:27:15 +0000 (Wed, 01 Dec 2010)
Log Message:
-----------
Merge branch 'master' of file:///home/maciej/public_html/opencsw
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-11-30 23:00:34 UTC (rev 11744)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2010-12-01 06:27:15 UTC (rev 11745)
@@ -1101,6 +1101,9 @@
messenger.SuggestGarLine(
"PACKAGES += %s" % suggested_pkgname)
messenger.SuggestGarLine(
+ "CATALOGNAME_%s = %s"
+ % (suggested_pkgname, policy_catalogname_list[0]))
+ messenger.SuggestGarLine(
"PKGFILES_%s += /%s" % (suggested_pkgname, binary_info["path"]))
lib_basename, lib_filename = os.path.split(binary_info["path"])
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