[Pkg-owncloud-commits] [owncloud] 04/05: Depends on php-cssmin instead of the embedded copy

David Prévot taffit at moszumanska.debian.org
Sun Mar 29 00:57:47 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 18beed05d461b00f60d64dab5d9b599b5fc33de5
Author: David Prévot <taffit at debian.org>
Date:   Sat Mar 28 16:09:13 2015 -0400

    Depends on php-cssmin instead of the embedded copy
---
 debian/autoload.php | 2 +-
 debian/control      | 1 +
 debian/install      | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/autoload.php b/debian/autoload.php
index b05044c..599dd54 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -20,4 +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';
+require_once 'CssMin.classmap.php';
diff --git a/debian/control b/debian/control
index 2f54cc9..b43441e 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Depends: apache2 | httpd,
          libphp-phpmailer,
          owncloud-doc,
          php-assetic,
+         php-cssmin,
          php-doctrine-dbal (<< 2.5),
          php-doctrine-dbal (>= 2.4),
          php-getid3 (>= 1.9.5~),
diff --git a/debian/install b/debian/install
index 87a6c61..665f49a 100644
--- a/debian/install
+++ b/debian/install
@@ -9,7 +9,6 @@ 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