[Pkg-owncloud-commits] [php-sabredav] 03/04: Refresh patches
David Prévot
taffit at moszumanska.debian.org
Sat Sep 5 16:43:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit bfa26bd3a9cf3b96e09488a9e8fee07b0c85c4e3
Author: David Prévot <taffit at debian.org>
Date: Sat Sep 5 11:47:56 2015 -0400
Refresh patches
Git-Dch: Ignore
---
.../patches/0001-Use-homemade-autoload.php.patch | 34 ++++------------------
1 file changed, 5 insertions(+), 29 deletions(-)
diff --git a/debian/patches/0001-Use-homemade-autoload.php.patch b/debian/patches/0001-Use-homemade-autoload.php.patch
index 9644779..0b5b2df 100644
--- a/debian/patches/0001-Use-homemade-autoload.php.patch
+++ b/debian/patches/0001-Use-homemade-autoload.php.patch
@@ -17,8 +17,7 @@ Forwarded: not-needed
examples/calendarserver.php | 2 +-
examples/fileserver.php | 2 +-
examples/groupwareserver.php | 2 +-
- examples/simplefsserver.php | 6 +-----
- 12 files changed, 21 insertions(+), 25 deletions(-)
+ 11 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/bin/build.php b/bin/build.php
index 8b78d88..2e0d1cc 100755
@@ -143,7 +142,7 @@ index 34a674f..def97fd 100755
foreach($paths as $path) {
diff --git a/examples/addressbookserver.php b/examples/addressbookserver.php
-index befd9f1..4e57c3f 100644
+index 6d1c9b2..690ba93 100644
--- a/examples/addressbookserver.php
+++ b/examples/addressbookserver.php
@@ -26,7 +26,7 @@ function exception_error_handler($errno, $errstr, $errfile, $errline) {
@@ -156,7 +155,7 @@ index befd9f1..4e57c3f 100644
// Backends
$authBackend = new Sabre\DAV\Auth\Backend\PDO($pdo);
diff --git a/examples/calendarserver.php b/examples/calendarserver.php
-index 408a34f..fad47d7 100644
+index e5f9f33..3eef66f 100644
--- a/examples/calendarserver.php
+++ b/examples/calendarserver.php
@@ -26,7 +26,7 @@ function exception_error_handler($errno, $errstr, $errfile, $errline) {
@@ -169,7 +168,7 @@ index 408a34f..fad47d7 100644
// Backends
$authBackend = new Sabre\DAV\Auth\Backend\PDO($pdo);
diff --git a/examples/fileserver.php b/examples/fileserver.php
-index df60a1e..56a2b5a 100644
+index 59a453f..4d12382 100644
--- a/examples/fileserver.php
+++ b/examples/fileserver.php
@@ -20,7 +20,7 @@ $tmpDir = 'tmpdata';
@@ -182,7 +181,7 @@ index df60a1e..56a2b5a 100644
// Create the root node
$root = new \Sabre\DAV\FS\Directory($publicDir);
diff --git a/examples/groupwareserver.php b/examples/groupwareserver.php
-index 6acb6e5..143a45c 100644
+index fa6feb0..c932462 100644
--- a/examples/groupwareserver.php
+++ b/examples/groupwareserver.php
@@ -48,7 +48,7 @@ function exception_error_handler($errno, $errstr, $errfile, $errline) {
@@ -194,26 +193,3 @@ index 6acb6e5..143a45c 100644
/**
* The backends. Yes we do really need all of them.
-diff --git a/examples/simplefsserver.php b/examples/simplefsserver.php
-index ad0679b..cabd9f2 100644
---- a/examples/simplefsserver.php
-+++ b/examples/simplefsserver.php
-@@ -1,9 +1,5 @@
- <?php
-
--// !!!! Make sure the Sabre directory is in the include_path !!!
--// example:
--// set_include_path('lib/' . PATH_SEPARATOR . get_include_path());
--
- /*
-
- This example demonstrates a simple way to create your own virtual filesystems.
-@@ -24,7 +20,7 @@ date_default_timezone_set('Canada/Eastern');
- $publicDir = 'public';
-
- // Files we need
--require_once 'vendor/autoload.php';
-+require_once 'Sabre/autoload.php';
-
- class MyCollection extends Sabre\DAV\Collection {
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list