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

[libreoffice] 02/06: only run dh_installdocs for ure-dbg/uno-libs3 if (BUILD_DBG_PACKAGE is y



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 0d12cc90a2b2e7229965ee471d15f3199b8bd063
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Dec 21 13:46:36 2015 +0100

    only run dh_installdocs for ure-dbg/uno-libs3 if (BUILD_DBG_PACKAGE is y
---
 rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules b/rules
index 722fdc6..a9d5c86 100755
--- a/rules
+++ b/rules
@@ -3122,8 +3122,10 @@ $(STAMP_DIR)/binary-arch: $(STAMP_DIR)/install-arch debian/control $(STAMP_DIR)/
 	# python3-uno has additional examples...
 	dh_installdocs -s -A -Nure -Nuno-libs3 -Nure-dbg -Nuno-libs3-dbg \
 		-Npython3-uno -Nlibreoffice-mysql-connector --link-doc=libreoffice-core
-	dh_installdocs -pure -puno-libs3 -pure-dbg -puno-libs3-dbg -ppython3-uno \
-		-plibreoffice-mysql-connector
+	dh_installdocs -pure -puno-libs3 -ppython3-uno -plibreoffice-mysql-connector
+ifeq "$(BUILD_DBG_PACKAGE)" "y"
+	dh_installdocs -pure-dbg -puno-libs3-dbg
+endif
 	cp workdir/CustomTarget/readlicense_oo/readme/README_en-US \
 		$(PKGDIR)-core/usr/share/doc/libreoffice-core/README
 	dh_installdebconf -s

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


Reply to: