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 b8dae8107373019df424daf40cf7f321fb9c24ba Author: Rene Engelhard <[email protected]> Date: Mon Feb 8 07:48:21 2016 +0100 ensure we have a fixed g++-6 when using gcc6 --- rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules b/rules index eecaf77..f92935f 100755 --- a/rules +++ b/rules @@ -754,6 +754,10 @@ ifneq "$(GCC_VERSION)" "" endif endif +ifeq "$(GCC_VERSION)" "6.0" + BUILD_DEPS += , g++-6 (>= 6-20160205) +endif + BUILDDEB_OPTIONS ?= -- -Zxz ifneq "$(ENABLE_GLTF)" "y" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git

