# HG changeset patch # User paulb # Date 1192304703 0 # Node ID 6283aaf70f30c8abc94a4c81f307fafd8961ac5e # Parent 01c5e053552a9d3793da1453f658327cc102579f [project @ 2007-10-13 19:45:03 by paulb] Added Servlet API build dependency. Added missing environment variables to the rules when building Java classes. diff -r 01c5e053552a -r 6283aaf70f30 packages/ubuntu-feisty/jython-webstack/debian/control --- a/packages/ubuntu-feisty/jython-webstack/debian/control Sat Oct 13 19:39:57 2007 +0000 +++ b/packages/ubuntu-feisty/jython-webstack/debian/control Sat Oct 13 19:45:03 2007 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Paul Boddie -Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), java-gcj-compat-dev | sun-java5-jdk | sun-java6-jdk +Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), java-gcj-compat-dev | sun-java5-jdk | sun-java6-jdk, libservlet2.4-java XS-Python-Version: all Standards-Version: 3.7.2.1 diff -r 01c5e053552a -r 6283aaf70f30 packages/ubuntu-feisty/jython-webstack/debian/rules --- a/packages/ubuntu-feisty/jython-webstack/debian/rules Sat Oct 13 19:39:57 2007 +0000 +++ b/packages/ubuntu-feisty/jython-webstack/debian/rules Sat Oct 13 19:45:03 2007 +0000 @@ -32,7 +32,7 @@ # Build architecture-independent files here. binary-indep: install - tools/JavaServlet/compile.sh + JYTHON_LIB=/usr/share/jython/jython.jar SERVLET_LIB=/usr/share/java/servlet-api.jar tools/JavaServlet/compile.sh dh_testdir -i dh_testroot -i #dh_pycentral -i