WebStack

Change of packages/ubuntu-feisty/jython-webstack/debian/rules

702:043eb148909c
packages/ubuntu-feisty/jython-webstack/debian/rules
     1.1 --- a/packages/ubuntu-feisty/jython-webstack/debian/rules	Sat Oct 13 19:45:03 2007 +0000
     1.2 +++ b/packages/ubuntu-feisty/jython-webstack/debian/rules	Sat Oct 13 22:36:40 2007 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  	rm -f *-stamp
     1.5  	dh_clean
     1.6  
     1.7 -install: build install-prereq
     1.8 +install: build install-prereq install-pyservlet
     1.9  	# Script fixing would appear here.
    1.10  
    1.11  install-prereq:
    1.12 @@ -24,7 +24,12 @@
    1.13  	dh_testroot
    1.14  	dh_clean -k
    1.15  
    1.16 -# The WebStack libraries should be installed in the python-webstack package.
    1.17 +# The main WebStack libraries should be installed in the python-webstack package.
    1.18 +
    1.19 +install-pyservlet:
    1.20 +	# NOTE: To be enabled in the future, perhaps.
    1.21 +	#install -d $(CURDIR)/debian/jython-webstack/usr/share/java
    1.22 +	#cp tools/JavaServlet/classes/webstack-pyservlet.jar $(CURDIR)/debian/jython-webstack/usr/share/java/
    1.23  
    1.24  # The WebStack scripts (including Jython/Java-related scripts) should be
    1.25  # installed in the python-webstack package.