This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-4.2 in repository libreoffice.
commit 75313b63e62da70fe6909147a8b99f4614588a72 Author: Rene Engelhard <[email protected]> Date: Sat Sep 14 14:30:10 2013 +0200 append to pythonloader.unorc instead of overwriting so we don't miss new stuff --- rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules b/rules index 29f10b0..41804c2 100755 --- a/rules +++ b/rules @@ -2427,11 +2427,9 @@ ifeq "$(ENABLE_PYTHON)" "y" mv debian/python3-uno/$(OODIR)/program/unohelper.py $(PYTHON_SITE) touch debian/python3-uno/$(OODIR)/program/pythonloader.unorc chmod u+w debian/python3-uno/$(OODIR)/program/pythonloader.unorc - ( echo '[Bootstrap]'; \ - echo 'PYUNO_LOADER_PYTHONPATH=$$ORIGIN'; \ - echo 'PYTHONHOME=file:///usr/lib/python$(PYMAJOR).$(PYMINOR)' ;\ + ( echo 'PYTHONHOME=file:///usr/lib/python$(PYMAJOR).$(PYMINOR)' ;\ echo 'PYTHONPATH=$$PYTHONHOME $$PYTHONHOME/site-packages $$PYTHONHOME/lib-dynload $$PYTHONHOME/lib-tk $$ORIGIN' \ - ) > debian/python3-uno/$(OODIR)/program/pythonloader.unorc + ) >> debian/python3-uno/$(OODIR)/program/pythonloader.unorc chmod u-w debian/python3-uno/$(OODIR)/program/pythonloader.unorc ifneq "$(WHEEZY_BACKPORT)" "y" ifeq "$(ENABLE_PYTHON2)" "y" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

