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 5d563bcf03b46a489d78fa69c14c12a9a36974f9 Author: Rene Engelhard <r...@debian.org> Date: Wed Jan 27 17:46:23 2016 +0100 rm -rf correct directories after said debhelper-interal changes to fix binary-* on a second run --- rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules b/rules index 42c9e74..4c7df77 100755 --- a/rules +++ b/rules @@ -3180,7 +3180,9 @@ endif dh_bugfiles -s -A dh_link -s -X.desktop ifeq "$(shell echo $(BUILD_DDEBS)$(BUILD_DBG_PACKAGE) | grep -q y && echo true)" "true" - rm -rf debian/*-dbgsym + ifeq "$(BUILD_DDEBS)" "y" + rm -rf debian/$(URE_DBG_ROOT) debian/$(CORE_DBG_ROOT) debian/$(WRITER_DBG_ROOT) + endif dh_strip -s -Nure -Nuno-libs3 $(DH_STRIP_DBG_OPTION_LO) dh_strip -pure $(DH_STRIP_DBG_OPTION_URE) dh_strip -puno-libs3 $(DH_STRIP_DBG_OPTION_UNO_LIBS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git