[libreoffice] 08/08: fix sed

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 005d71e38c23854fdfb39d83c7974ff20f9429cf
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Aug 1 06:59:14 2017 +0200

    fix sed
---
 changelog |  3 +--
 rules     | 10 ++++------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/changelog b/changelog
index 7cbd7b7..7457605 100644
--- a/changelog
+++ b/changelog
@@ -5,8 +5,7 @@ libreoffice (1:5.4.0-2) UNRELEASED; urgency=medium
     - make -writer-dbgsym recommend -core-dbgsym as it wants some gdb stuff
       from it
     - set UNO_LIBS_DBG_ROOT to fix gdb helper installation for uno-libs3 again
-      and make -core-dbgsym and ure-dbgsym recommend uno-libs3-dbgsym
-      (same reason as above)
+      and make -core-dbgsym recommends uno-libs3-dbgsym (same reason as above)
 
  -- Rene Engelhard <rene at debian.org>  Tue, 25 Jul 2017 22:30:57 +0200
 
diff --git a/rules b/rules
index a9ed922..192713c 100755
--- a/rules
+++ b/rules
@@ -3449,12 +3449,10 @@ 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: uno-libs3-dbgsym, / \
-		debian/.debhelper/libreoffice-core/dbgsym-root/DEBIAN/control
-	perl -pi -e 's/Recommends: /Recommends: uno-libs3-dbgsym, / \
-		debian/.debhelper/ure/DEBIAN/control
-	perl -pi -e 's/Recommends: /Recommends: libreoffice-core-dbgsym, / \
-		debian/.debhelper/libreoffice-writer/dbgsym-root/DEBIAN/control
+	perl -pi -e 's/Recommends: /Recommends: uno-libs3-dbgsym, /' \
+		debian/$(CORE_DBG_ROOT)/DEBIAN/control
+	perl -pi -e 's/Recommends: /Recommends: libreoffice-core-dbgsym, /' \
+		debian/$(WRITER_DBG_ROOT)/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