This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-5.1 in repository libreoffice.
commit f24550b622c083e7388e3e35a3930cd47721b663 Author: Rene Engelhard <[email protected]> Date: Sun Jul 12 13:19:06 2015 +0200 fix default-jdk builddep for no-java archs --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index 037ee3c..5c6ebd8 100755 --- a/rules +++ b/rules @@ -895,7 +895,7 @@ ifeq "$(ENABLE_JAVA)" "y" ifeq "$(JDK)" "default" BUILD_DEPS += , java-common (>= 0.49) JAVA_HOME=/usr/lib/jvm/default-java - BUILD_DEPS += , default-jdk$(filter-out !ia64,$(OOO_NO_JAVA_ARCHS)) + BUILD_DEPS += , default-jdk $(filter-out !ia64,$(OOO_NO_JAVA_ARCHS)) ifneq (,$(findstring ia64,$(OOO_JAVA_ARCHS))) BUILD_DEPS += , default-jdk (>= 1:1.7-48) [ia64] endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

