[Pkg-owncloud-commits] [owncloud-client] 01/01: fixes #719178

Sandro Knauß hefee-guest at alioth.debian.org
Tue Aug 13 18:31:05 UTC 2013


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 727b7bfb03cba9054c139373fa263eb69a62c858
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Tue Aug 13 20:18:50 2013 +0200

    fixes #719178
---
 debian/patches/doc-paralell.patch |   59 +++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/debian/patches/doc-paralell.patch b/debian/patches/doc-paralell.patch
new file mode 100644
index 0000000..88af581
--- /dev/null
+++ b/debian/patches/doc-paralell.patch
@@ -0,0 +1,59 @@
+Description: FTBFS w/sphinx too: can't rename temporary pickle file
+ We just use different temp dirs for different sphinx tasks, that should
+ fix #719178
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: debian
+Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
+Bug-<Vendor>: <URL to the vendor bug report if any, optional>
+Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
+Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+Reviewed-by: <name and email of a reviewer, optional>
+Last-Update: 2013-08-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/doc/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/doc/CMakeLists.txt	2013-04-05 04:19:02.213663425 +0200
++++ owncloud-client/doc/CMakeLists.txt	2013-08-13 20:05:49.753471634 +0200
+@@ -27,7 +27,7 @@
+         # apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
+         add_custom_target(doc-latex  ${SPHINX_EXECUTABLE}
+ 		                     -q -c . -b latex
+-				     -d ${SPHINX_CACHE_DIR}
++				     -d ${SPHINX_CACHE_DIR}/latex
+ 				     -D latex_logo=${LATEX_LOGO}
+ 				     ${CMAKE_CURRENT_SOURCE_DIR}
+ 				     ${SPHINX_PDF_DIR} )
+@@ -41,7 +41,7 @@
+     if (EXISTS ${QT_QCOLLECTIONGENERATOR_EXECUTABLE})
+         add_custom_target( doc-qch-sphinx ${SPHINX_EXECUTABLE}
+ 		                          -q -c . -b qthelp
+-				          -d ${SPHINX_CACHE_DIR}
++				          -d ${SPHINX_CACHE_DIR}/qthelp
+ 					  ${CMAKE_CURRENT_SOURCE_DIR}
+ 					  ${SPHINX_QCH_DIR} )
+         add_custom_target( doc-qch ${QT_QCOLLECTIONGENERATOR_EXECUTABLE}
+@@ -54,12 +54,12 @@
+     endif()
+     add_custom_target( doc-html ${SPHINX_EXECUTABLE}
+ 	                        -q -c . -b html
+-				-d ${SPHINX_CACHE_DIR}
++				-d ${SPHINX_CACHE_DIR}/html
+ 				${CMAKE_CURRENT_SOURCE_DIR}
+ 				${SPHINX_HTML_DIR} )
+     add_custom_target( doc-man  ${SPHINX_EXECUTABLE}
+ 	                        -q -c . -b man
+-				-d ${SPHINX_CACHE_DIR}
++				-d ${SPHINX_CACHE_DIR}/man
+ 				${CMAKE_CURRENT_SOURCE_DIR}
+ 				${SPHINX_MAN_DIR} )
+ 
+@@ -71,7 +71,7 @@
+     add_custom_target( doc-chm-sphinx  ${SPHINX_EXECUTABLE}
+ 	                               -q -c . -b htmlhelp
+ 	                               -D html_theme=basic
+-                                       -d ${SPHINX_CACHE_DIR}
++                                       -d ${SPHINX_CACHE_DIR}/htmlhelp
+                                        ${CMAKE_CURRENT_SOURCE_DIR}
+                                        ${SPHINX_HTMLHELP_DIR} )
+     add_custom_target( doc-chm pushd ${SPHINX_HTMLHELP_DIR}; ${MSHTML_COMPILER} *.hhp; popd

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



More information about the Pkg-owncloud-commits mailing list