The following commit has been merged in the debian-experimental-4.1 branch:
commit 9751f445f8082f9b2fe7c4ee4ac9c379aaf3d9fe
Author: Rene Engelhard <[email protected]>
Date:   Sun Jun 23 18:06:54 2013 +0200

    fix duplicate echo..

diff --git a/rules b/rules
index 1376ad5..e10716c 100755
--- a/rules
+++ b/rules
@@ -2334,7 +2334,7 @@ ifeq "$(ENABLE_PYTHON)" "y"
        # as otherwise the python-based unittests fail miserably.
        echo "import sys, os" > $(PYTHON_SITE)/uno.py
        echo "sys.path.append('$(OODIR)/program')" >> $(PYTHON_SITE)/uno.py
-       echo echo "os.putenv('URE_BOOTSTRAP', 
'vnd.sun.star.pathname:$(OODIR)/program/fundamentalrc')" >> 
$(PYTHON_SITE)/uno.py
+       echo "os.putenv('URE_BOOTSTRAP', 
'vnd.sun.star.pathname:$(OODIR)/program/fundamentalrc')" >> 
$(PYTHON_SITE)/uno.py
        cat debian/python3.3-uno/$(OODIR)/program/uno.py >> 
$(PYTHON_SITE)/uno.py
        rm -f debian/python3.3-uno/$(OODIR)/program/uno.py
        mv debian/python3.3-uno/$(OODIR)/program/unohelper.py $(PYTHON_SITE)

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to