r15708 - in /desktop/unstable/gnome-orca/debian: changelog patches/05_remove_pythonpath.patch
mlang at users.alioth.debian.org
mlang at users.alioth.debian.org
Sun Apr 20 13:17:44 UTC 2008
Author: mlang
Date: Sun Apr 20 13:17:44 2008
New Revision: 15708
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15708
Log:
Remove the explicit setting of PYTHONPATH in the orca startup
script (Closes: Bug#476905).
Added:
desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch
Modified:
desktop/unstable/gnome-orca/debian/changelog
Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=15708&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog (original)
+++ desktop/unstable/gnome-orca/debian/changelog Sun Apr 20 13:17:44 2008
@@ -1,8 +1,10 @@
gnome-orca (2.22.1-2) UNRELEASED; urgency=low
* Fix bashisms in orca startup script (Closes: Bug#468681).
-
- -- Mario Lang <mlang at debian.org> Tue, 08 Apr 2008 20:39:06 +0200
+ * Remove the explicit setting of PYTHONPATH in the orca startup
+ script (Closes: Bug#476905).
+
+ -- Mario Lang <mlang at debian.org> Sun, 20 Apr 2008 15:16:35 +0200
gnome-orca (2.22.1-1) unstable; urgency=low
Added: desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch?rev=15708&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch (added)
+++ desktop/unstable/gnome-orca/debian/patches/05_remove_pythonpath.patch Sun Apr 20 13:17:44 2008
@@ -1,0 +1,12 @@
+--- orca-2.22.1/src/orca/orca.in.orig 2008-04-20 15:11:36.000000000 +0200
++++ orca-2.22.1/src/orca/orca.in 2008-04-20 15:12:59.000000000 +0200
+@@ -86,9 +86,6 @@
+ then
+ cleanup
+ fi
+- exec_prefix=@prefix@
+- PYTHONPATH=${PYTHONPATH}:@pyexecdir@
+- export PYTHONPATH
+
+ # We'll save and restore the Caps_Lock as a modifier just in case
+ # the user is using the Caps_Lock as the Orca modifier key. We
More information about the pkg-gnome-commits
mailing list