[libreoffice] 01/01: the l10n build temporarily needs python 2

Rene Engelhard rene at moszumanska.debian.org
Fri Jul 21 14:30:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-6.0
in repository libreoffice.

commit c2601e86e8d067da70d32ce58f7996e1f44b9791
Author: Rene Engelhard <rene at debian.org>
Date:   Fri Jul 21 16:29:35 2017 +0200

    the l10n build temporarily needs python 2
---
 control | 1 +
 rules   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/control b/control
index 663abcd..c37db4b 100644
--- a/control
+++ b/control
@@ -171,6 +171,7 @@ Build-Depends-Indep: doxygen (>= 1.8.4) <!nodoc>,
                      libsac-java [!hppa !ia64 !mips64 !s390 !sparc],
                      libserializer-java (>= 1.1.6) [!hppa !ia64 !mips64 !s390 !sparc],
                      libxml-java (>= 1.1.6) [!hppa !ia64 !mips64 !s390 !sparc],
+                     python,
                      rdfind,
                      symlinks
 Build-Conflicts: amd-libopencl1,
diff --git a/rules b/rules
index 5bd9577..111e468 100755
--- a/rules
+++ b/rules
@@ -1018,6 +1018,9 @@ ifneq "$(BUILD_ONLY_EN_US)" "y"
   ifneq "$(BUILD_ISOS)" "en-US"
 	CONFIGURE_FLAGS_LANG += --with-lang="$(BUILD_ISOS)"
 	CONFIGURE_FLAGS_INDEP += $(CONFIGURE_FLAGS_LANG)
+	# solenv/bin/interim-update-module-for-gettext has #!/usr/bin/python
+	# 16:25 <@caolan> _rene_: it is intended to be a temporary thing, this in-build update
+	BUILD_DEPS_INDEP += , python
   endif
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list