[csw-devel] SF.net SVN: gar:[14688] csw/mgar/pkg/cswutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Jun 1 02:19:34 CEST 2011
Revision: 14688
http://gar.svn.sourceforge.net/gar/?rev=14688&view=rev
Author: bdwalton
Date: 2011-06-01 00:19:34 +0000 (Wed, 01 Jun 2011)
Log Message:
-----------
cswutils/trunk: add an alternative for checkpkg.python, include a symlink to pkgdb
Modified Paths:
--------------
csw/mgar/pkg/cswutils/trunk/Makefile
Modified: csw/mgar/pkg/cswutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswutils/trunk/Makefile 2011-05-31 21:43:18 UTC (rev 14687)
+++ csw/mgar/pkg/cswutils/trunk/Makefile 2011-06-01 00:19:34 UTC (rev 14688)
@@ -65,8 +65,9 @@
CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/lib/python/csw/package_checks_test.py
CHECKPKG_OVERRIDES_CSWcswutils += file-with-bad-content|/export/medusa|root/opt/csw/lib/python/csw/testdata/rpaths.py
-ALTERNATIVES_CSWcswutils = checkpkg
-ALTERNATIVE_checkpkg = /opt/csw/bin/checkpkg checkpkg /opt/csw/bin/checkpkg.legacy 5
+ALTERNATIVES_CSWcswutils = legacy python
+ALTERNATIVE_legacy = /opt/csw/bin/checkpkg checkpkg /opt/csw/bin/checkpkg.legacy 5
+ALTERNATIVE_python = /opt/csw/bin/checkpkg checkpkg /opt/csw/bin/checkpkg.python 10
include gar/category.mk
@@ -90,4 +91,8 @@
$(DESTDIR)$(bindir)/submitpkg
@ln -s ../lib/python/csw/csw_upload_pkg.py \
$(DESTDIR)$(bindir)/csw-upload-pkg
+ @ln -s ../lib/python/csw/checkpkg2.py \
+ $(DESTDIR)$(bindir)/checkpkg.python
+ @ln -s ../lib/python/csw/pkgdb.py \
+ $(DESTDIR)$(bindir)/pkgdb
@$(MAKECOOKIE)
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