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

[libreoffice] 01/02: don't --link-doc=libreoffice-core for uno-libs3*/ure*



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

rene pushed a commit to branch master
in repository libreoffice.

commit d6a88a006260613516cd4eb465922b789d4b13cb
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Oct 2 11:17:33 2015 +0200

    don't --link-doc=libreoffice-core for uno-libs3*/ure*
---
 rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 1a28f5a..4bee7bc 100755
--- a/rules
+++ b/rules
@@ -3151,7 +3151,11 @@ $(STAMP_DIR)/binary-arch: $(STAMP_DIR)/install-arch debian/control $(STAMP_DIR)/
 	  rm -rf debian/$$pkg/DEBIAN;\
 	done
 
-	dh_installdocs -s -A --link-doc=libreoffice-core
+	# not for uno-libs3/ure, as it otherwise picks up a (wrong) dependency on -core.
+	# maybe we should --link-doc=uno-libs3 as everything arch-dep needs it anyway?
+	# But how does it play with .symbols then?
+	dh_installdocs -s -A -Nure -Nuno-libs3 -Nure-dbg -Nuno-libs3-dbg --link-doc=libreoffice-core
+	dh_installdocs -pure -puno-libs3 -pure-dbg -puno-libs3-dbg
 	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: