Package: owncloud Version: 7.0.2+dfsg-1 Severity: important Tags: patch Forwarded: https://github.com/owncloud/core/issues/6355
Hi, owncloud currently Recommends:libreoffice. With apt's default behaviour, this means pulling in over 500MB of packages including chunks of X, Java, etc. This isn't really very nice on a server for what is optional functionality. I realise this is Recommends, not Depends, and that functionality can be disabled. But we foresee this tripping up our engineers in the future, and an accidental upgrade installing a raft of things we don't want. Upstream already dealt with this problem and demoted libreoffice to Suggests:libreoffice-writer. Therefore, please follow this and do the same in Debian. Patch attached, with a slight difference from upstream: libreoffice|libreoffice-writer gives users the opportunity to just have libreoffice-writer if they wish. Thanks, -- Jonathan Wiltshire Tiger Computing Ltd "Linux for Business" Tel: 01600 483 484 Web: http://www.tiger-computing.co.uk Follow us on Facebook: http://www.facebook.com/TigerComputing Registered in England. Company number: 3389961 Registered address: Wyastone Business Park, Wyastone Leys, Monmouth, NP25 3SR
diff -Nru a/debian/control b/debian/control --- a/debian/control 2014-09-05 07:30:03.000000000 +0100 +++ b/debian/control 2014-09-08 11:43:41.000000000 +0100 @@ -50,7 +50,6 @@ ${misc:Depends} Recommends: exim4 | mail-transport-agent, libav-tools, - libreoffice, php-aws-sdk, php-crypt-blowfish (>= 1.1.0~RC2-2~), php-dropbox, @@ -64,7 +63,8 @@ php5-mcrypt, smbclient Suggests: libapache2-mod-xsendfile, - mysql-server | virtual-mysql-server | postgresql + mysql-server | virtual-mysql-server | postgresql, + libreoffice | libreoffice-writer Provides: owncloud-mysql, owncloud-pgsql, owncloud-sqlite Conflicts: owncloud-mysql, owncloud-pgsql, owncloud-sqlite Replaces: owncloud-mysql, owncloud-pgsql, owncloud-sqlite
signature.asc
Description: OpenPGP digital signature