[Pkg-owncloud-commits] [owncloud-client] 218/219: Added patch to disable removed directory.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:28 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 7e75567e8d6c4b80e7d770414cd8f4ded0523f94
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Oct 11 16:38:58 2014 +0200

    Added patch to disable removed directory.
---
 debian/patches/0005-remove_admin.patch | 20 ++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0005-remove_admin.patch b/debian/patches/0005-remove_admin.patch
new file mode 100644
index 0000000..ad74421
--- /dev/null
+++ b/debian/patches/0005-remove_admin.patch
@@ -0,0 +1,20 @@
+Description: Ignore the admin directory completly
+ In the admin directory are only files for windows and mac.
+ There are files with no opensource license, so we removed the dir completly.
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: debian
+Last-Update: 2014-10-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/CMakeLists.txt	2014-10-07 01:49:50.566249389 +0200
++++ owncloud-client/CMakeLists.txt	2014-10-07 01:55:37.249616610 +0200
+@@ -149,7 +149,6 @@
+ add_subdirectory(src)
+ add_subdirectory(shell_integration)
+ add_subdirectory(doc)
+-add_subdirectory(admin)
+ 
+ if(UNIT_TESTING)
+     include(CTest)
diff --git a/debian/patches/series b/debian/patches/series
index 01d0e06..713d1a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-debian_version.patch
 0003-skip_tests_freebsd.patch
 0004-shell_integration_copyright.patch
+0005-remove_admin.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