[Pkg-owncloud-commits] [owncloud] 01/04: Fix php-opencloud path
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 01:51:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 815f9dfff728927b7899324de6baaad38a6ca3aa
Author: David Prévot <taffit at debian.org>
Date: Tue Apr 22 18:21:40 2014 -0400
Fix php-opencloud path
---
debian/patches/path/0015-Adapt-php-opencloud-path.patch | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/debian/patches/path/0015-Adapt-php-opencloud-path.patch b/debian/patches/path/0015-Adapt-php-opencloud-path.patch
index b015c94..17f31a9 100644
--- a/debian/patches/path/0015-Adapt-php-opencloud-path.patch
+++ b/debian/patches/path/0015-Adapt-php-opencloud-path.patch
@@ -6,22 +6,21 @@ The Debian package depends on the needed classes instead of embedding
them, i.e. php-opencloud.
Forwarded: not-needed
-Last-Update: 2013-10-30
+Last-Update: 2014-04-22
---
- apps/files_external/lib/swift.php | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ apps/files_external/lib/swift.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php
-index de2fda7..9ce5484 100644
+index de2fda7..ce67096 100644
--- a/apps/files_external/lib/swift.php
+++ b/apps/files_external/lib/swift.php
-@@ -22,8 +22,7 @@
-
+@@ -23,7 +23,7 @@
namespace OC\Files\Storage;
--set_include_path(get_include_path() . PATH_SEPARATOR .
+ set_include_path(get_include_path() . PATH_SEPARATOR .
- \OC_App::getAppPath('files_external') . '/3rdparty/php-opencloud/lib');
-+set_include_path(get_include_path() . PATH_SEPARATOR . 'php-opencloud');
++ '/usr/share/php/php-opencloud');
require_once 'openstack.php';
use \OpenCloud;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list