Author: sylvestre Date: 2013-11-21 13:34:31 +0000 (Thu, 21 Nov 2013) New Revision: 17476
Added: trunk/jython/debian/source/ trunk/jython/debian/source/format Modified: trunk/jython/debian/changelog trunk/jython/debian/control trunk/jython/debian/jython_perl Log: * New upstream release (Closes: #690116) (Closes: #705825) * Switch to dpkg-source 3.0 (quilt) format * jython should work unde virtualenv (Closes: #705146) Thanks to Arthur Noel for the patch * Update of the description (Closes: #676831) Modified: trunk/jython/debian/changelog =================================================================== --- trunk/jython/debian/changelog 2013-11-21 13:33:16 UTC (rev 17475) +++ trunk/jython/debian/changelog 2013-11-21 13:34:31 UTC (rev 17476) @@ -1,12 +1,18 @@ -B1;3408;0cjython (2.5.2-3) unstable; urgency=low +jython (2.5.3-1) unstable; urgency=low + * New upstream release (Closes: #690116) * Adopt the package under the pkg-java umbrella + (Closes: #705825) * Standards-Version updated to 3.9.5 * Import in the pkg-java VCS + * Switch to dpkg-source 3.0 (quilt) format + * jython should work unde virtualenv (Closes: #705146) + Thanks to Arthur Noel for the patch + * Update of the description (Closes: #676831) - -- + -- Sylvestre Ledru <[email protected]> Thu, 21 Nov 2013 14:25:27 +0100 -B1;3408;0cjython (2.5.2-2) unstable; urgency=low +jython (2.5.2-2) unstable; urgency=low * Orphaning this package. @@ -358,7 +364,3 @@ * Initial Release (Closes: Bug#68287). -- Ben Burton <[email protected]> Mon, 2 Jul 2001 17:32:26 -0500 - -Local variables: -mode: debian-changelog -End: Modified: trunk/jython/debian/control =================================================================== --- trunk/jython/debian/control 2013-11-21 13:33:16 UTC (rev 17475) +++ trunk/jython/debian/control 2013-11-21 13:34:31 UTC (rev 17476) @@ -70,4 +70,4 @@ . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, - see Python web site : http://www.python.org/doc/2.2.3/ . + see Python web site : http://docs.python.org/. Modified: trunk/jython/debian/jython_perl =================================================================== --- trunk/jython/debian/jython_perl 2013-11-21 13:33:16 UTC (rev 17475) +++ trunk/jython/debian/jython_perl 2013-11-21 13:34:31 UTC (rev 17476) @@ -6,11 +6,13 @@ # Released under the GPL. use strict; +use File::Basename; use Text::ParseWords; # Debian constants. # my $jythonHome = '/usr/share/jython'; +my $jythonHome = dirname(dirname($0)); my $debianJNIDir = '/usr/lib/jni'; my $defaultRuntime = '/usr/bin/java'; @@ -87,7 +89,7 @@ $ENV{CLASSPATH} = $classpath; # Decide upon the python path. -my $jythonPath = "/usr/lib/site-python"; +my $jythonPath = "/usr/lib/site-python:/usr/share/jython/Lib"; # Set up the cache directory. # Added: trunk/jython/debian/source/format =================================================================== --- trunk/jython/debian/source/format (rev 0) +++ trunk/jython/debian/source/format 2013-11-21 13:34:31 UTC (rev 17476) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

