[Pkg-owncloud-commits] [owncloud] 117/118: Adapt packaging to new 3rdparty
David Prévot
taffit at moszumanska.debian.org
Fri Mar 27 22:13:21 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 2fff2189ebc71fe5cd52168127206c51965cd7c3
Author: David Prévot <taffit at debian.org>
Date: Wed Feb 25 17:15:59 2015 -0400
Adapt packaging to new 3rdparty
Use password hashing functions from PHP 5.5: no need to ship the third
party compatibility layer (ircmaxell/password-compa).
---
debian/README.Debian | 3 +--
debian/autoload.php | 1 +
debian/control | 7 ++++---
debian/install | 2 ++
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index cc08ee8..d4173ec 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -72,8 +72,7 @@ Recommended packages
Send mail notification: exim4 | mail-transport-agent
Some apps, not enabled by default, need the following dependencies:
- - files_encryption: php-crypt-blowfish
- php5-mcrypt (performance)
+ - files_encryption: php5-mcrypt (performance)
- files_external: php-aws-sdk
php-dropbox
php-google-api-php-client
diff --git a/debian/autoload.php b/debian/autoload.php
index 97dba34..b05044c 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -20,3 +20,4 @@ require_once 'libphp-phpmailer/class.smtp.php';
require_once 'Assetic/functions.php';
require_once 'Crypt/Random.php';
require_once 'Archive/Tar.php';
+require_once 'CssMin.php';
diff --git a/debian/control b/debian/control
index 51dbfac..2f54cc9 100644
--- a/debian/control
+++ b/debian/control
@@ -30,13 +30,15 @@ Depends: apache2 | httpd,
php-patchwork-utf8,
php-pear,
php-pimple (>= 3),
+ php-punic,
+ php-randomlib,
php-sabre-dav (<< 1.9),
php-sabre-dav (>= 1.8),
php-seclib,
php-symfony-class-loader,
php-symfony-console,
php-symfony-routing,
- php5 (>= 5.3.8),
+ php5 (>= 5.5.0),
php5-cli,
php5-gd,
php5-json,
@@ -45,9 +47,8 @@ Depends: apache2 | httpd,
${misc:Depends}
Recommends: exim4 | mail-transport-agent,
php-aws-sdk (<< 3),
- php-crypt-blowfish (>= 1.1.0~RC2-2~),
php-dropbox,
- php-google-api-php-client (<< 1),
+ php-google-api-php-client (>= 1),
php5-apcu | php5-xcache,
php5-curl,
php5-intl,
diff --git a/debian/install b/debian/install
index ef0920a..68ac722 100644
--- a/debian/install
+++ b/debian/install
@@ -7,7 +7,9 @@ settings usr/share/owncloud
themes var/lib/owncloud
# Third party
+3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php usr/share/owncloud/3rdparty/bantu/IniGetWrapper
3rdparty/mcnetic/phpzipstreamer/ZipStreamer.php usr/share/owncloud/3rdparty/mcnetic/phpzipstreamer
+3rdparty/natxet/CssMin/src/CssMin.php usr/share/owncloud/3rdparty
debian/autoload.php usr/share/owncloud/3rdparty
# Files
--
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