[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/20090805+git.e6b28d27+dfsg-1-4-g6c893bf

C.J. Adams-Collier cjac at colliertech.org
Wed Mar 17 17:37:23 UTC 2010


The following commit has been merged in the master branch:
commit db4af09e5b1ef5c65967ca1e90d71f82f143bb59
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Wed Mar 17 10:04:01 2010 -0700

    * modified IRONPYTHONPATH to include the python standard library
    * added Suggests: python2.6-minimal to debian/control

diff --git a/debian/control b/debian/control
index 44e9858..eafa2a6 100644
--- a/debian/control
+++ b/debian/control
@@ -57,6 +57,7 @@ Package: ironpython
 Section: python
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
+Suggests: python2.6-minimal
 Homepage: http://www.codeplex.com/IronPython
 Description: Python implementation targeting the .NET and Mono platforms
  IronPython is a new implementation of the Python programming language
diff --git a/debian/ipy b/debian/ipy
index 702e8be..57b1a08 100644
--- a/debian/ipy
+++ b/debian/ipy
@@ -4,5 +4,8 @@ if [ "$1" = "--debug" ]; then
 	MONO_OPTIONS="--debug"
 	shift
 fi
+
+IRONPYTHONPATH=$IRONPYTHONPATH:/usr/lib/python2.6
+export IRONPYTHONPATH
                 
 /usr/bin/mono $MONO_OPTIONS /usr/lib/ironpython/ipy.exe "$@"

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list