[Pkg-owncloud-commits] [owncloud-client] 01/01: Added patch to handle empty doc/ocdoc dir
Sandro Knauß
hefee-guest at alioth.debian.org
Thu Sep 12 00:45:06 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 216ab616f8768a02a3b857ac796a782bf9174fc3
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Thu Sep 12 02:35:02 2013 +0200
Added patch to handle empty doc/ocdoc dir
---
debian/patches/fix-empty-ocdir.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix-empty-ocdir.patch b/debian/patches/fix-empty-ocdir.patch
new file mode 100644
index 0000000..44174ff
--- /dev/null
+++ b/debian/patches/fix-empty-ocdir.patch
@@ -0,0 +1,13 @@
+Index: owncloud-client/doc/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/doc/CMakeLists.txt 2013-09-12 02:31:17.707359369 +0200
++++ owncloud-client/doc/CMakeLists.txt 2013-09-12 02:34:06.408987062 +0200
+@@ -22,7 +22,7 @@
+ add_custom_target(doc DEPENDS doc-html doc-man COMMENT "Building documentation...")
+ endif(WITH_DOC)
+
+- if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ocdoc")
++ if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ocdoc/_shared_assets")
+ add_dependencies(doc doc-html-org)
+ add_dependencies(doc doc-html-com)
+ endif()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f8596d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-empty-ocdir.patch
--
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