[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.4.3-4-42-g6c5548b



The following commit has been merged in the debian-experimental-3.5 branch:
commit 6c5548b0b30206899b88d7ae5d42f9e3b40ff691
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Oct 20 22:04:30 2011 +0000

    another PY -> PY3 fix

diff --git a/rules b/rules
index 3ab3070..eaaef3b 100755
--- a/rules
+++ b/rules
@@ -1625,7 +1625,7 @@ ifeq "$(BUILD_PYUNO)" "y"
   ifeq "$(ENABLE_PYTHON3)" "y"
 	cd $(SOURCE_TREE)/pyuno; \
 		. $(CURDIR)/$(SOURCE_TREE)/Env.Host.sh; \
-		PATH=$(BUILD_PATH) PYTHON=$(PYTHON3) PYTHON_CFLAGS=$(shell pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) PYTHON_LIBS=$(shell pkg-config --cflags python-$(PYMAJOR).$(PY3MINOR)mu) \
+		PATH=$(BUILD_PATH) PYTHON=$(PYTHON3) PYTHON_CFLAGS=$(shell pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) PYTHON_LIBS=$(shell pkg-config --cflags python-$(PY3MAJOR).$(PY3MINOR)mu) \
 		../solenv/bin/build.pl	# NO DELIVER!
   endif
 endif

-- 
LibreOffice packaging repository


Reply to: