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 4ea4aa9047dfa7806daf56a076b6344b725414c5 Author: Rene Engelhard <r...@debian.org> Date: Wed Jan 13 11:46:48 2016 +0100 improve TEST_DBG_DEPENDS generation a bit --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index 7d46f64..c16835b 100755 --- a/rules +++ b/rules @@ -222,7 +222,7 @@ endif ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) BUILD_TEST_PACKAGE=y ifeq "$(BUILD_DDEBS)" "y" - TEST_DBG_DEPENDS := $(shell dh_listpackages -s | grep -v "^libreoffice$$" | grep -v "^gir" | sed -e s/$$/-dbgsym/g | xargs | sed -e "s/ /, /g") + TEST_DBG_DEPENDS := $(shell dh_listpackages -s -Nlibreoffice -Ngir1.2-lokdocview-0.1 | sed -e "s/$$/-dbgsym/g" | xargs | sed -e "s/ /, /g") else ifeq "$(BUILD_DBG_PACKAGE)" "y" TEST_DBG_DEPENDS := libreoffice-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git