This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository libreoffice.
commit 2c44da9b7ac09c6d5c27fe5d0706c38d2260968e Author: Rene Engelhard <r...@debian.org> Date: Fri Aug 16 12:05:59 2013 +0200 build-depend on uuid when running make check --- changelog | 1 + control | 2 ++ rules | 3 +++ 3 files changed, 6 insertions(+) diff --git a/changelog b/changelog index 428eba7..91bccc7 100644 --- a/changelog +++ b/changelog @@ -7,6 +7,7 @@ libreoffice (1:4.1.0-5) UNRELEASED; urgency=low * debian/rules: - don't try to package up -subsequentcheckbase on gcj-using archs as needed stuff isn't built there + - build-depend on uuid when running make check * debian/libreoffice-dev-doc.links: add api -> docs symlink as Javadocs should be in api/ diff --git a/control b/control index 8b98b45..f063de8 100644 --- a/control +++ b/control @@ -115,6 +115,7 @@ Build-Depends: ant (>= 1.7.0), python3-dev (>= 3.3), unixodbc-dev (>= 2.2.11), unzip, + uuid, x11proto-render-dev, xsltproc, xulrunner-dev, @@ -4557,6 +4558,7 @@ Depends: ant (>= 1.7.0), python3-dev (>= 3.3), unixodbc-dev (>= 2.2.11), unzip, + uuid, x11proto-render-dev, xsltproc, xulrunner-dev, diff --git a/rules b/rules index dd6af57..e335dd5 100755 --- a/rules +++ b/rules @@ -739,6 +739,9 @@ ifneq (,$(filter cppunit, $(SYSTEM_STUFF))) endif ifeq "$(RUN_MAKE_CHECK)" "y" BUILD_DEPS += , gdb + # checking for uuidgen... no + # configure: WARNING: uuid is needed for dev-install + BUILD_DEPS += , uuid ifeq "$(ENABLE_JUNIT4)" "y" BUILD_DEPS += , junit4 $(JUNIT_MIN_VER) else -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vah4r-0001ku...@vasks.debian.org