[Pkg-owncloud-commits] [owncloud] 01/01: Depend on php-mssql-bundle instead of the embeded class
David Prévot
taffit at moszumanska.debian.org
Tue Jul 15 13:39:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit aa1d30c58445dc7321b950d066043be902c50385
Author: David Prévot <taffit at debian.org>
Date: Tue Jul 15 09:38:42 2014 -0400
Depend on php-mssql-bundle instead of the embeded class
---
debian/autoload.php | 2 --
debian/control | 1 +
debian/install | 1 -
debian/rules | 2 --
4 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/autoload.php b/debian/autoload.php
index fcf6cff..b733604 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -10,10 +10,8 @@ $loader = new ClassLoader();
$loader->setUseIncludePath(true);
$loader->register();
$loader->addPrefixes(array(
- 'Realestate\\MssqlBundle' => __DIR__.'/isoft/mssql-bundle',
));
// Load additional files as registered in composer
-require_once 'libphp-phpmailer/class.phpmailer.php';
require_once 'Assetic/functions.php';
require_once 'Crypt/Random.php';
diff --git a/debian/control b/debian/control
index 01cbfea..8ed7a22 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Depends: apache2 | httpd,
php-doctrine-dbal (>= 2.4),
php-getid3 (>= 1.9.5~),
php-opencloud (>= 1.9),
+ php-mssql-bundle,
php-patchwork-utf8,
php-pear,
php-pimple (<< 2),
diff --git a/debian/install b/debian/install
index a9e72f3..0c2dc38 100644
--- a/debian/install
+++ b/debian/install
@@ -10,7 +10,6 @@ themes var/lib/owncloud
# Third party
3rdparty/css/strengthify/strengthify.css usr/share/owncloud/3rdparty/css/strengthify
-3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle usr/share/owncloud/3rdparty/isoft/mssql-bundle/Realestate
3rdparty/js/md5/md5.js usr/share/owncloud/3rdparty/js/md5
3rdparty/js/strengthify/jquery.strengthify.js usr/share/owncloud/3rdparty/js/strengthify
3rdparty/mcnetic/phpzipstreamer/ZipStreamer.php usr/share/owncloud/3rdparty/mcnetic/phpzipstreamer
diff --git a/debian/rules b/debian/rules
index ecf0f70..3c083bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,6 @@ override_dh_install:
rm debian/owncloud/usr/share/owncloud/core/js/jquery.inview.txt
# Remove other useless documentation
- rm debian/owncloud/usr/share/owncloud/3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/composer.json
- rm debian/owncloud/usr/share/owncloud/3rdparty/isoft/mssql-bundle/Realestate/MssqlBundle/Readme.md
rm debian/owncloud/usr/share/owncloud/apps/*/README.md
rm debian/owncloud/usr/share/owncloud/apps/contacts/Changelog
rm debian/owncloud/usr/share/owncloud/apps/contacts/composer.json
--
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