[csw-devel] SF.net SVN: gar:[17541] csw/mgar/pkg/lang-python/supybot/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 24 22:38:06 CET 2012


Revision: 17541
          http://gar.svn.sourceforge.net/gar/?rev=17541&view=rev
Author:   wahwah
Date:     2012-03-24 21:38:06 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
lang-python/supybot/trunk: Correct a pax related syntax problem in pcopy

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/supybot/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/supybot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/supybot/trunk/Makefile	2012-03-24 21:36:19 UTC (rev 17540)
+++ csw/mgar/pkg/lang-python/supybot/trunk/Makefile	2012-03-24 21:38:06 UTC (rev 17541)
@@ -24,13 +24,15 @@
 ARCHALL = 1
 RUNTIME_DEP_PKGS = CSWtwisted
 
-EXTRA_PAX_ARGS = '-s,ChangeLog$$,changelog,p'
+EXTRA_PAX_ARGS = -s ",ChangeLog$$,changelog,p"
 TEST_SCRIPTS = 
 
+PACKAGES = CSWsupybot
 CHECKPKG_OVERRIDES_CSWsupybot += pkgname-does-not-start-with-CSWpy-
 CHECKPKG_OVERRIDES_CSWsupybot += catalogname-does-not-start-with-py_
 CHECKPKG_OVERRIDES_CSWsupybot += surplus-dependency|CSWtwisted
 CHECKPKG_OVERRIDES_CSWsupybot += surplus-dependency|CSWpython
+CHECKPKG_OVERRIDES_CSWsupybot += file-with-bad-content
 
 include gar/category.mk
 

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