[libreoffice] 05/08: make -writer-dbgsym recommend -core-dbgsym

Rene Engelhard rene at moszumanska.debian.org
Tue Aug 1 05:13:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 72e898890ced8b308e09fddea9ec43edc1581ad5
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Jul 31 11:31:52 2017 +0200

    make -writer-dbgsym recommend -core-dbgsym
---
 changelog | 2 ++
 rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/changelog b/changelog
index ba16c2b..5afe433 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ libreoffice (1:5.4.0-2) UNRELEASED; urgency=medium
 
   * debian/rules:
     - install appstream stuff into /usr/share/metainfo. sigh.
+    - make -writer-dbgsym recommend -core-dbgsym as it wants some gdb stuff
+      from it
 
  -- Rene Engelhard <rene at debian.org>  Tue, 25 Jul 2017 22:30:57 +0200
 
diff --git a/rules b/rules
index 48a5399..6b4db8c 100755
--- a/rules
+++ b/rules
@@ -3448,6 +3448,8 @@ ifeq "$(BUILD_DBGSYM_PACKAGES)" "y"
 		perl -pi -e 's/^(Depends:.*)/\1\nRecommends: gdb, python3-six/' \
 		debian/.debhelper/$$i/dbgsym-root/DEBIAN/control; \
 	done
+	perl -pi -e 's/Recommends: /Recommends: libreoffice-core-dbgsym, / \
+		debian/.debhelper/libreoffice-writer/DEBIAN/control
 endif
 
 	dh_md5sums -a

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



More information about the Pkg-openoffice-commits mailing list