[Pkg-owncloud-commits] [owncloud] 01/04: WIP: Adapt packaging to new 3rdparty (copyright todo)

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 00:11:32 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 24dffbadc9c67039b0ff4441d86181c7e20b53ee
Author: David Prévot <taffit at debian.org>
Date:   Wed Feb 25 17:15:59 2015 -0400

    WIP: Adapt packaging to new 3rdparty (copyright todo)
    
    Use password hashing functions from PHP 5.5: no need to ship the third
    party compatibility layer.
---
 debian/autoload.php | 1 +
 debian/control      | 7 ++++---
 debian/install      | 2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

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