[Pkg-owncloud-commits] [owncloud] 01/01: Demote preview generation to suggestion

David Prévot taffit at moszumanska.debian.org
Sat Sep 13 01:37:20 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 bf313650f728968f8f32f782b6ba499f83e9a651
Author: David Prévot <taffit at debian.org>
Date:   Fri Sep 12 21:31:59 2014 -0400

    Demote preview generation to suggestion
    
    Closes: #760836
---
 debian/README.Debian | 31 +++++++++++++++++++++++--------
 debian/control       |  8 ++++----
 2 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index e1b37b0..c8e29eb 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -55,18 +55,19 @@ writable by the ownCloud web application as the contents of
 The default of false for the apps_paths array(array("writable")) key
 ensures that the directory is also not checked for writability.
 
-Recommends
-----------
+Additional packages
+-------------------
 
 Some non-default features are only available if the proper dependencies
-are installed.
+are installed. Please refer to the upstream administration documentation
+for the configuration.
+
+Recommended packages
+~~~~~~~~~~~~~~~~~~~~
 
 Send mail notification:		exim4 | mail-transport-agent
-Show proper thumbnails:
-		- images:	php5-imagick
-		- office doc:	libreoffice
-		- video:	libav-tools
-Some extra apps need dependencies:
+
+Some apps, not enabled by default, need the following dependencies:
 	- bookmarks:		php5-curl
 	- files_encryption:	php-crypt-blowfish
 				php5-mcrypt (performance)
@@ -75,10 +76,24 @@ Some extra apps need dependencies:
 				php-google-api-php-client
 				smbclient
 	- user_ldap		php5-ldap
+
 Improve performance:		php5-apcu | php5-xcache
 				php5-intl (language translation)
+
 Command line interface:		php5-cli
 
+Suggested packages
+~~~~~~~~~~~~~~~~~~
+
+Preview (thumbnail) generation:
+		- images:	php5-imagick
+		- office doc:	libreoffice
+		- video:	libav-tools
+
+Static file serving		libapache2-mod-xsendfile
+
+Database server:		mysql-server | virtual-mysql-server | postgresql
+
 Theming
 -------
 
diff --git a/debian/control b/debian/control
index f690a89..9c86c2d 100644
--- a/debian/control
+++ b/debian/control
@@ -49,8 +49,6 @@ Depends: apache2 | httpd,
          zendframework,
          ${misc:Depends}
 Recommends: exim4 | mail-transport-agent,
-            libav-tools,
-            libreoffice,
             php-aws-sdk,
             php-crypt-blowfish (>= 1.1.0~RC2-2~),
             php-dropbox,
@@ -58,13 +56,15 @@ Recommends: exim4 | mail-transport-agent,
             php5-apcu | php5-xcache,
             php5-cli,
             php5-curl,
-            php5-imagick,
             php5-intl,
             php5-ldap,
             php5-mcrypt,
             smbclient
 Suggests: libapache2-mod-xsendfile,
-          mysql-server | virtual-mysql-server | postgresql
+          libav-tools,
+          libreoffice,
+          mysql-server | virtual-mysql-server | postgresql,
+          php5-imagick
 Description: cloud storage for files, music, contacts, calendars and many more
  ownCloud gives you universal access to your files through a web interface
  or WebDAV.  It also provides a platform to easily view & sync your

-- 
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