[Pkg-owncloud-commits] [owncloud-client] 03/03: Added patch to strip out deleted directories.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 16 00:25:42 UTC 2014


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 3067211212d5c04eff10f2545b21829b1a539465
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Aug 16 02:25:00 2014 +0200

    Added patch to strip out deleted directories.
---
 .../patches/0004-shell_integration_copyright.patch   | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0004-shell_integration_copyright.patch b/debian/patches/0004-shell_integration_copyright.patch
new file mode 100644
index 0000000..e9684ac
--- /dev/null
+++ b/debian/patches/0004-shell_integration_copyright.patch
@@ -0,0 +1,20 @@
+Description: Skip shell_integration/MaxOSX directory
+ Because of copyright isses we had to strip shell_integration/MaxOSX
+ and shell_integration/windows out.
+ So we have to update cmake not to include these directories.
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: debian
+Bug: https://github.com/owncloud/mirall/issues/2068
+Last-Update: 2014-08-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/shell_integration/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/shell_integration/CMakeLists.txt	2014-08-16 02:15:16.558328618 +0200
++++ owncloud-client/shell_integration/CMakeLists.txt	2014-08-16 02:15:16.551661880 +0200
+@@ -1,5 +1,4 @@
+ add_subdirectory(testclient)
+-add_subdirectory(MacOSX)
+ add_subdirectory(icons)
+ 
+ if( UNIX AND NOT APPLE )
diff --git a/debian/patches/series b/debian/patches/series
index 07af47c..01d0e06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-disable-updatecheck.patch
 0002-debian_version.patch
 0003-skip_tests_freebsd.patch
+0004-shell_integration_copyright.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