Bug#1015762: roundcube-core: Cannot be installed without pulling apache

2022-07-21 Thread Guilhem Moulin
On Thu, 21 Jul 2022 at 07:10:27 -0400, Philippe Clérié wrote: > I would like to test that. Well you can build the package from git and try to install the .deb :-) FWIW the aforementioned patch also removes ‘Depends: php’ from the ‘lighttpd’ and ‘hardening-dedicated-user’ DEP-8 tests, and neither

Bug#1015762: roundcube-core: Cannot be installed without pulling apache

2022-07-21 Thread Philippe Clérié
I would like to test that. Meanwhile, assume we have already installed nginx and php-fpm. With the current version: $ apt install roundcube-core will pull in libapache2-mod-php. We know that adding php suppresses that, and I find that quite surprising. Your change removes libapache2-mod-php, bu

Bug#1015762: roundcube-core: Cannot be installed without pulling apache

2022-07-20 Thread Guilhem Moulin
On Wed, 20 Jul 2022 at 15:57:08 -0400, Philippe Clérié wrote: > Ok. That looks like it works. > > It simply would never have occurred to me to add php to php-fpm. Fair enough, it's arguably an issue in APT's dependency resolver: $ apt show roundcube-core […] Depends: […], libapache2-

Bug#1015762: closed by Guilhem Moulin (Re: Bug#1015762: roundcube-core: Cannot be installed without pulling apache)

2022-07-20 Thread Philippe Clérié
i-bin/bugreport.cgi?bug=1015762 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > > > > -- Forwarded message -- > From: Guilhem Moulin > To: "Philippe Clérié" , 1015762-cl...@bugs.debian.org > Cc: > Bcc: > Date:

Bug#1015762: roundcube-core: Cannot be installed without pulling apache

2022-07-20 Thread Philippe Clérié
Package: roundcube-core Version: 1.4.13+dfsg.1-1~deb11u1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Needed to install Roundcube on a machine with PHP-FPM and NGINX already installed.