[Pkg-owncloud-commits] [owncloud] 01/02: Use php-sabre-dav-2.1 for Sabre 2.1

David Prévot taffit at moszumanska.debian.org
Sat Jun 20 17:24:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 65c2fccb95d50cc90642108474536c774471128b
Author: David Prévot <taffit at debian.org>
Date:   Sun May 31 21:39:42 2015 -0400

    Use php-sabre-dav-2.1 for Sabre 2.1
---
 debian/autoload.php | 2 +-
 debian/control      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/autoload.php b/debian/autoload.php
index d72a088..a882484 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -1,6 +1,6 @@
 <?php
 // Prefer loading via existing autoloader
-require_once 'Sabre/autoload.php';
+require_once 'sabre21/Sabre/autoload.php';
 require_once 'Doctrine/DBAL/autoload.php';
 require_once 'ZipStreamer/autoload.php';
 require_once 'Assetic/autoload.php';
diff --git a/debian/control b/debian/control
index 02ab195..5662181 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,7 @@ Depends: ca-certificates,
          php-pimple (>= 3.0.0-2~),
          php-punic,
          php-randomlib,
-         php-sabre-dav (<< 2.2.0),
-         php-sabre-dav (>= 2.2.0~really2.1),
+         php-sabre-dav-2.1,
          php-seclib (>= 0.3.10-2~),
          php-streams,
          php-superclosure,

-- 
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