Author: tille Date: 2010-12-05 20:43:38 +0000 (Sun, 05 Dec 2010) New Revision: 5534
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch Log: New upstream version fixing RC bug Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2010-12-03 09:51:50 UTC (rev 5533) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2010-12-05 20:43:38 UTC (rev 5534) @@ -1,3 +1,10 @@ +gnumed-client (0.7.10-1) testing-proposed-updates; urgency=low + + * New upstream release. + Closes: #605159 + + -- Andreas Tille <[email protected]> Sun, 05 Dec 2010 20:42:46 +0100 + gnumed-client (0.8.4-1) unstable; urgency=low * New upstream version Modified: trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch =================================================================== --- trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch 2010-12-03 09:51:50 UTC (rev 5533) +++ trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch 2010-12-05 20:43:38 UTC (rev 5534) @@ -1,12 +1,12 @@ ---- gnumed-client.0.7.1.orig/client/gnumed -+++ gnumed-client.0.7.1/client/gnumed +--- gnumed-client.0.7.10.orig/client/gnumed ++++ gnumed-client.0.7.10/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:+$PYTHONPATH:}/usr/share/gnumed/" - -+export PYTHONPATH="${PYTHONPATH}:/usr/share/gnumed/" ++export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}/usr/share/gnumed/" +export PATH="${PATH}:/usr/share/gnumed/bin" # now run the client _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
