[Pkg-owncloud-commits] [owncloud] 01/02: symfony
David Prévot
taffit at moszumanska.debian.org
Thu Apr 2 22:58:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch wip/stable8
in repository owncloud.
commit 83b7abc66db2a55399d2abd1b3a4df26d094269c
Author: David Prévot <taffit at debian.org>
Date: Thu Apr 2 14:02:31 2015 -0400
symfony
---
debian/autoload.php | 5 +++--
debian/control | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/autoload.php b/debian/autoload.php
index d2b7fe7..10f12cd 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -22,16 +22,17 @@ require_once 'RandomLib/autoload.php';
require_once 'CssMin.classmap.php';
require_once 'Punic/autoload.php';
require_once 'Patchwork/Utf8/autoload.php';
+require_once 'Symfony/Component/Console/autoload.php';
+require_once 'Symfony/Component/Routing/autoload.php';
require_once 'Pimple/autoload.php';
// TODO:
// require_once 'Doctrine/DBAL/autoload.php'; // add it in some version
// kriswallsmith/assetic: Needs Symfony
// phpmailer/phpmailer: maybe improve via an actual classloader
-// rackspace/php-opencloud: Needs (Guzzle that needs) Symfony
+// rackspace/php-opencloud: Needs Guzzle
// bantu/ini-get-wrapper
// pear/pear_exception
-// symfony/…
// Load additional files as registered in composer
require_once 'Assetic/functions.php';
diff --git a/debian/control b/debian/control
index a5b8626..a6dc6cf 100644
--- a/debian/control
+++ b/debian/control
@@ -36,8 +36,8 @@ Depends: libjs-handlebars,
php-sabre-dav (>= 1.8.12),
php-seclib (>= 0.3.10-2~),
php-symfony-class-loader,
- php-symfony-console,
- php-symfony-routing,
+ php-symfony-console (>= 2.6.6+dfsg-2~),
+ php-symfony-routing (>= 2.6.6+dfsg-2~),
php5 (>= 5.5.0),
php5-cli,
php5-gd,
--
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