[Pkg-owncloud-commits] [php-sabredav] 143/148: Update build-dependencies

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:35 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 0ec3685b86a44f8d2a85feb7f901e1c26316b15b
Author: David Prévot <taffit at debian.org>
Date:   Tue Apr 14 17:42:49 2015 -0400

    Update build-dependencies
    
    Git-Dch: Ignore
---
 debian/autoload.php.tpl | 5 +++--
 debian/control          | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/autoload.php.tpl b/debian/autoload.php.tpl
index 625325e..1895549 100644
--- a/debian/autoload.php.tpl
+++ b/debian/autoload.php.tpl
@@ -1,9 +1,10 @@
 <?php
 
 require_once 'Sabre/VObject/autoload.php';
-require_once 'Sabre/Event/autoload.php';
+// require_once 'Sabre/Event/autoload.php'; (already required by HTTP)
+require_once 'Sabre/Xml/autoload.php';
 require_once 'Sabre/HTTP/autoload.php';
-require_once 'Sabre/Uri/autoload.php';
+// require_once 'Sabre/Uri/autoload.php'; (already required by HTTP and Xml)
 
 // @codingStandardsIgnoreFile
 // @codeCoverageIgnoreStart
diff --git a/debian/control b/debian/control
index fd56ca0..a733781 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Uploaders: Thomas Mueller <thomas.mueller at tmit.eu>,
 Build-Depends: debhelper (>= 8.0.0),
                help2man,
                php-codesniffer,
-               php-sabre-event,
-               php-sabre-http (>= 3.0.0),
-               php-sabre-vobject (>= 3.2.0),
-               php-sabre-uri,
+               php-sabre-event (>= 2.0.1-2~),
+               php-sabre-http (>= 4),
+               php-sabre-vobject (>= 3.4.1),
+               php-sabre-xml,
                php-symfony-class-loader,
                php5-curl,
                php5-sqlite,

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