[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.2.3+debian-77-g8dbdd56

Sandro Knauß bugs at sandroknauss.de
Fri Apr 5 02:47:35 UTC 2013


The following commit has been merged in the master branch:
commit 8d28d774b2dc369270987c4bb4060cd5ddd868d2
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Tue Mar 5 17:10:42 2013 +0100

    doc must be build with normal make

diff --git a/debian/patches/doc2default b/debian/patches/doc2default
new file mode 100644
index 0000000..e850674
--- /dev/null
+++ b/debian/patches/doc2default
@@ -0,0 +1,13 @@
+Index: owncloud-client/doc/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/doc/CMakeLists.txt	2013-03-05 05:10:19.427710004 +0100
++++ owncloud-client/doc/CMakeLists.txt	2013-03-05 15:33:21.954794234 +0100
+@@ -14,7 +14,7 @@
+ 
+     configure_file("${CMAKE_CURRENT_SOURCE_DIR}/conf.py.in" conf.py @ONLY)
+ 
+-    add_custom_target(doc DEPENDS doc-html doc-man COMMENT "Building documentation...")
++    add_custom_target(doc ALL DEPENDS doc-html doc-man COMMENT "Building documentation...")
+     if (UNIX AND (NOT APPLE))
+         install(DIRECTORY ${SPHINX_HTML_DIR} DESTINATION ${CMAKE_INSTALL_DOCDIR})
+         install(DIRECTORY ${SPHINX_MAN_DIR} DESTINATION ${CMAKE_INSTALL_MANDIR})
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..a41ba87 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+doc2default

-- 
owncloud-client.git



More information about the Pkg-owncloud-commits mailing list