[med-svn] r4750 - in trunk/packages/gnumed-client/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Fri Apr 23 21:42:42 UTC 2010


Author: tille
Date: 2010-04-23 21:42:42 +0000 (Fri, 23 Apr 2010)
New Revision: 4750

Added:
   trunk/packages/gnumed-client/trunk/debian/patches/
   trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch
   trunk/packages/gnumed-client/trunk/debian/patches/series
Log:
Forgot to commit the PATHONPATH patch


Added: trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch	                        (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch	2010-04-23 21:42:42 UTC (rev 4750)
@@ -0,0 +1,13 @@
+--- gnumed-client.0.7.1.orig/client/gnumed
++++ gnumed-client.0.7.1/client/gnumed
+@@ -38,8 +38,8 @@
+ # packages which install the GNUmed python modules into a path not
+ # already accessible for imports via sys.path (say, /usr/share/gnumed/)
+ # may need to adjust PYTHONPATH appropriately here
+-#export PYTHONPATH="${PYTHONPATH}:/usr/share/gnumed/"
+-
++export PYTHONPATH="${PYTHONPATH}:/usr/share/gnumed/"
++export PATH="${PATH}:/usr/share/gnumed/bin"
+ 
+ # now run the client
+ python -m Gnumed.gnumed ${OPTIONS}

Added: trunk/packages/gnumed-client/trunk/debian/patches/series
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/patches/series	2010-04-23 21:42:42 UTC (rev 4750)
@@ -0,0 +1 @@
+10_pythonpath_in_shellscript.patch




More information about the debian-med-commit mailing list