[Pkg-owncloud-commits] [owncloud] 01/01: doctrine
David Prévot
taffit at moszumanska.debian.org
Sat Apr 4 21:25:30 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 37a03634f38310ef6a45b98843b10f2a9a76e40b
Author: David Prévot <taffit at debian.org>
Date: Sat Apr 4 17:25:17 2015 -0400
doctrine
---
debian/autoload.php | 2 +-
debian/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/autoload.php b/debian/autoload.php
index 80d8d23..88c6b36 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -14,6 +14,7 @@ $loader->addPrefixes(array(
// Prefer loading via provided autoloader
require_once 'Sabre/autoload.php';
+require_once 'Doctrine/DBAL/autoload.php';
require_once 'ZipStreamer/autoload.php';
require_once 'Assetic/autoload.php';
require_once 'libphp-phpmailer/PHPMailerAutoload.php';
@@ -28,7 +29,6 @@ require_once 'Symfony/Component/Routing/autoload.php';
require_once 'Pimple/autoload.php';
// TODO:
-// require_once 'Doctrine/DBAL/autoload.php'; // add it in some version
// phpmailer/phpmailer: maybe improve via an actual classloader
// rackspace/php-opencloud: Needs Guzzle
// bantu/ini-get-wrapper
diff --git a/debian/control b/debian/control
index 1d6dff0..238f7d2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Depends: libjs-handlebars,
owncloud-doc,
php-assetic (>= 1.2.1-2~),
php-cssmin,
- php-doctrine-dbal (>= 2.5.1),
+ php-doctrine-dbal (>= 2.5.1-2~),
php-getid3 (>= 1.9.9+dfsg-2~),
php-opencloud,
php-patchwork-jsqueeze,
--
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