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

[libreoffice] 02/02: fix TEST_DBG_DEPENDS shell command



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 40347e28ad6ac68891c9688ad19d15a2c3b5ec84
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Jan 5 18:11:23 2016 +0100

    fix TEST_DBG_DEPENDS shell command
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index 4778cc8..ffcd415 100755
--- a/rules
+++ b/rules
@@ -222,7 +222,7 @@ endif
 ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   BUILD_TEST_PACKAGE=y
   ifeq "$(BUILD_DDEBS)" "y"
-  TEST_DBG_DEPENDS := $(shell dh_listpackages -s | grep -v "^libreoffice$$" | grep -v ^gir | sed -e s/$$/-dbgsym/g | xargs | sed -e "s/ /, /g")
+  TEST_DBG_DEPENDS := $(shell dh_listpackages -s | grep -v "^libreoffice$$" | grep -v "^gir" | sed -e s/$$/-dbgsym/g | xargs | sed -e "s/ /, /g")
   else
     ifeq "$(BUILD_DBG_PACKAGE)" "y"
     TEST_DBG_DEPENDS := libreoffice-dbg

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


Reply to: