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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.0.3-2-119-gb5c40a8



The following commit has been merged in the debian-experimental-4.1 branch:
commit f697980dd4e18fb0044d16058b6f39d92bcbdaa8
Author: Rene Engelhard <rene@debian.org>
Date:   Mon May 13 22:33:24 2013 +0200

    clarify PYTHON_FOR_BUILD comments

diff --git a/rules b/rules
index 0049471..3db251c 100755
--- a/rules
+++ b/rules
@@ -1698,7 +1698,8 @@ $(STAMP_DIR)/build-arch:
 
 ifneq "$(WHEEZY_BACKPORT)" "y"
 	# setting PYTHON_FOR_BUILD above does NOT work and otherwise it
-	# might pick up /usr/bin/python (python 2!) which will not work.
+	# might pick up /usr/bin/python (python 2!) due to wheezy-backports-python.diff
+	# which will not work.
 	perl -pi -e 's/export PYTHON_FOR_BUILD=.*/export PYTHON_FOR_BUILD=$(PYTHON)/' config_host.mk
 endif
 
@@ -1748,7 +1749,8 @@ $(STAMP_DIR)/build-indep:
 
 ifneq "$(WHEEZY_BACKPORT)" "y"
 	# setting PYTHON_FOR_BUILD above does NOT work and otherwise it
-	# might pick up /usr/bin/python (python 2!) which will not work.
+	# might pick up /usr/bin/python (python 2!) due to wheezy-backports-python.diff
+	# which will not work.
 	perl -pi -e 's/export PYTHON_FOR_BUILD=.*/export PYTHON_FOR_BUILD=$(PYTHON)/' config_host.mk
 endif
 

-- 
LibreOffice packaging repository


Reply to: