[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/01: adapt to changed debhelper-internal dbgsym path



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 5a900ae498dfe1e74f6f74febd24317d4e36b437
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Jan 21 09:15:54 2016 +0100

    adapt to changed debhelper-internal dbgsym path
---
 rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 9b816b7..7c196aa 100755
--- a/rules
+++ b/rules
@@ -3361,8 +3361,10 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 endif
 ifeq "$(BUILD_DDEBS)" "y"
 	for i in libreoffice-core libreoffice-writer uno-libs3; do \
+		if [ -d debian/.debhelper/$$i/dbgsym-root/DEBIAN ]; then \
+			d=dbgsym-root; else d=ddeb-root; fi; \
 		perl -pi -e 's/^(Depends:.*)/\1\nRecommends: gdb, python3-six/' \
-			debian/.debhelper/$$i/ddeb-root/DEBIAN/control; \
+		debian/.debhelper/$$i/$$d/DEBIAN/control; \
 	done
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: