[libreoffice] 02/02: E: libreoffice-dev-doc: doc-base-file-references-missing-file lo-java-ref:8 /usr/share/doc/libreoffice-dev/sdk/docs/java/ref/javadoc_log.txt

Rene Engelhard rene at moszumanska.debian.org
Tue Feb 7 22:04:58 UTC 2017


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

rene pushed a commit to branch debian-experimental-5.3
in repository libreoffice.

commit c28718354de7c99737d7560196f5b27d15856975
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Feb 7 19:14:03 2017 +0100

    E: libreoffice-dev-doc: doc-base-file-references-missing-file lo-java-ref:8 /usr/share/doc/libreoffice-dev/sdk/docs/java/ref/javadoc_log.txt
---
 rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 214cebf..199faf7 100755
--- a/rules
+++ b/rules
@@ -3380,8 +3380,9 @@ ifeq "$(PACKAGE_SDK)" "y"
 	UDK_CPP_FILES=`find $(CURDIR)/debian/libreoffice-dev-doc/usr/share/doc/libreoffice-dev/sdk/docs/cpp/ref | sed -e 's,$(CURDIR)/debian/libreoffice-dev-doc,,g' | xargs`; \
 	echo "Files: $$UDK_CPP_FILES" >> debian/libreoffice-dev-doc.doc-base.lo-cpp-ref
   ifeq "$(ENABLE_JAVA)" "y"
-	UDK_JAVA_FILES=`find $(CURDIR)/debian/libreoffice-dev-doc/usr/share/doc/libreoffice-dev/sdk/docs/java/ref | sed -e 's,$(CURDIR)/debian/libreoffice-dev-doc,,g' | xargs`; \
+	UDK_JAVA_FILES=`find $(CURDIR)/debian/libreoffice-dev-doc/usr/share/doc/libreoffice-dev/sdk/docs/java/ref ! -name "javadoc_log.txt" | sed -e 's,$(CURDIR)/debian/libreoffice-dev-doc,,g' | xargs`; \
 	echo "Files: $$UDK_JAVA_FILES" >> debian/libreoffice-dev-doc.doc-base.lo-java-ref
+	rm -f $(CURDIR)/debian/libreoffice-dev-doc/usr/share/doc/libreoffice-dev/sdk/docs/java/ref/javadoc_log.txt
   endif
 	# xargs strips the many files here so we need to post-process it.
 	UDK_COMMON_FILES=`find $(CURDIR)/debian/libreoffice-dev-doc/usr/share/doc/libreoffice-dev/sdk/docs/common/ref | sed -e 's,$(CURDIR)/debian/libreoffice-dev-doc,,g' | xargs`; \

-- 
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