[csw-devel] SF.net SVN: gar:[9548] csw/mgar/gar/v2/lib/python/checkpkg.py
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Apr 6 02:51:57 CEST 2010
Revision: 9548
http://gar.svn.sourceforge.net/gar/?rev=9548&view=rev
Author: bdwalton
Date: 2010-04-06 00:51:57 +0000 (Tue, 06 Apr 2010)
Log Message:
-----------
gar: checkpkg: packages with .el/.elc can depend on CSWemacscommon
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/checkpkg.py
Modified: csw/mgar/gar/v2/lib/python/checkpkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg.py 2010-04-05 14:07:51 UTC (rev 9547)
+++ csw/mgar/gar/v2/lib/python/checkpkg.py 2010-04-06 00:51:57 UTC (rev 9548)
@@ -66,6 +66,8 @@
(r".*\.pm$", u"CSWperl"),
(r".*\.py$", u"CSWpython"),
(r".*\.rb$", u"CSWruby"),
+ (r".*\.el$", u"CSWemacscommon"),
+ (r".*\.elc$", u"CSWemacscommon"),
)
REPORT_TMPL = u"""#if $missing_deps or $surplus_deps or $orphan_sonames
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