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

[libreoffice] 03/03: don't hardcode python3-six in -dbgsyms Recommends



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

rene pushed a commit to branch master
in repository libreoffice.

commit d43bf14d9b999fb789a902093cd15228636151c8
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Mar 11 13:32:46 2016 +0100

    don't hardcode python3-six in -dbgsyms Recommends
---
 changelog | 1 +
 rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 25f1b92..620fd91 100644
--- a/changelog
+++ b/changelog
@@ -4,6 +4,7 @@ libreoffice (1:5.1.1-2) UNRELEASED; urgency=medium
     - decouple BUILD_TEST_PACKAGE and BUILD_DDEBS/BUILD_DBG_PACKAGE,
       as the tests con't depend on -dbg/-dbgsym anymore 
     - use internal libwps for jessie-backports
+    - don't hardcode python3-six in -dbgsyms Recommends
 
  -- Rene Engelhard <rene@debian.org>  Fri, 11 Mar 2016 13:19:37 +0100
 
diff --git a/rules b/rules
index 76fcce6..85189f9 100755
--- a/rules
+++ b/rules
@@ -3379,7 +3379,7 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 endif
 ifeq "$(BUILD_DDEBS)" "y"
 	for i in libreoffice-core libreoffice-writer uno-libs3; do \
-		perl -pi -e 's/^(Depends:.*)/\1\nRecommends: gdb, python3-six/' \
+		perl -pi -e 's/^(Depends:.*)/\1\nRecommends: gdb, $(PYTHON_SIX_RECOMMENDS)/' \
 		debian/.debhelper/$$i/dbgsym-root/DEBIAN/control; \
 	done
 endif

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


Reply to: