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 c04dd85f6d8c6545b2514648fafede375975a67a Author: Rene Engelhard <[email protected]> Date: Mon Dec 21 21:19:33 2015 +0100 filter out the gir package; has no -dbgsyms --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index f3c2c42..ca0c268 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 -a | grep -v "^libreoffice$$" | sed -e s/$$/-dbgsym/g | xargs | sed -e "s/ /, /g") + TEST_DBG_DEPENDS := $(shell dh_listpackages -s | grep -v "^libreoffice$$" | grep -v ^gir | 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

