[csw-devel] SF.net SVN: gar:[8535] csw/mgar/pkg/python/branches/python-2.6.4+patch7242/ Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Feb 13 13:42:13 CET 2010


Revision: 8535
          http://gar.svn.sourceforge.net/gar/?rev=8535&view=rev
Author:   wahwah
Date:     2010-02-13 12:42:13 +0000 (Sat, 13 Feb 2010)

Log Message:
-----------
python: Submitting changes to overrides. One override is not working, there seems to be problem in GAR integration.

Modified Paths:
--------------
    csw/mgar/pkg/python/branches/python-2.6.4+patch7242/Makefile

Modified: csw/mgar/pkg/python/branches/python-2.6.4+patch7242/Makefile
===================================================================
--- csw/mgar/pkg/python/branches/python-2.6.4+patch7242/Makefile	2010-02-13 10:33:59 UTC (rev 8534)
+++ csw/mgar/pkg/python/branches/python-2.6.4+patch7242/Makefile	2010-02-13 12:42:13 UTC (rev 8535)
@@ -145,15 +145,18 @@
 
 LICENSE = LICENSE
 
-CHECKPKG_OVERRIDES  = CSWpython-devel|symbol-not-found|python.o
-CHECKPKG_OVERRIDES += CSWpython|symbol-not-found|xxsubtype.so
-CHECKPKG_OVERRIDES += CSWpython|symbol-not-found|_cursesmodule.so
-CHECKPKG_OVERRIDES += CSWpython|symbol-not-found|_curses_panel.so
-
 # Checkpkg should be able to guess that, perhaps symlink information is
 # missing?
-CHECKPKG_OVERRIDES += CSWpython|missing-dependency|CSWbdb
+CHECKPKG_OVERRIDES_CSWpython       += CSWpython|missing-dependency|CSWbdb
+CHECKPKG_OVERRIDES_CSWpython       += CSWpython|symbol-not-found|_curses_panel.so
+CHECKPKG_OVERRIDES_CSWpython       += CSWpython|symbol-not-found|_cursesmodule.so
+CHECKPKG_OVERRIDES_CSWpython       += CSWpython|symbol-not-found|xxsubtype.so
+CHECKPKG_OVERRIDES_CSWpython-devel  = CSWpython-devel|symbol-not-found|python.o
 
+# Dago: This override line doesn't make it to the override file.  Can you look
+# into it?
+CHECKPKG_OVERRIDES_CSWpython-rt     = CSWpython-rt|action-class-only-in-pkginfo|cswpycompile
+
 include gar/category.mk
 
 post-install-modulated: install-deprecated-libs


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