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

rene pushed a commit to branch master
in repository libreoffice.

commit 9dbc9d2ee8e02734641b12411d47734df5652916
Author: Rene Engelhard <r...@debian.org>
Date:   Sun Oct 11 12:24:41 2015 +0200

    warn also on gcj archs in binary-indep
---
 rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index e8648d7..0b5650d 100755
--- a/rules
+++ b/rules
@@ -3357,7 +3357,10 @@ binary-indep: $(GSI_EXPORT_STAMP) 
$(STAMP_DIR)/binary-indep
 $(STAMP_DIR)/binary-indep: $(STAMP_DIR)/install-indep debian/control 
$(STAMP_DIR)/maintscripts $(STAMP_DIR)/langpacks
 ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),$(OOO_JAVA_ARCHS)))
        echo 
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-       echo "For uploads with binary-all packages, please use arches where 
Java is enabled!!!!!"
+       echo "For uploads with binary-all packages, please use arches where 
Java is enabled"
+  ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),$(OOO_GCJ_JDK_ARCHS)))
+       echo "and where Java used is OpenJDK"
+  endif
        echo 
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 endif
        dh_testdir

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

Reply via email to