Re: Doubts about PHP

2007-08-02 Thread Steve Langasek
On Mon, Jul 30, 2007 at 02:29:23PM +, [EMAIL PROTECTED] wrote: First of all, this is not an instance of saying php (= 4) instead of php (= 5); this is saying php5 | php4 | php4-cgi vs. php5. If it were simply the case of getting the versioning right on a single versioned dependency, I

Re: Doubts about PHP

2007-07-30 Thread paddy
On Thu, Jul 26, 2007 at 11:24:34AM -0700, Steve Langasek wrote: what about backports? if a package actually works with an older version of supporting software, why not use that usefull information in the dependencies instead of throwing it away ? Saying that package x depends on

Re: Doubts about PHP

2007-07-26 Thread Steve Langasek
On Mon, Jul 23, 2007 at 03:07:23PM +, [EMAIL PROTECTED] wrote: On Sun, Jul 22, 2007 at 02:47:41PM -0700, Steve Langasek wrote: On Sun, Jul 22, 2007 at 07:12:47PM +0200, Gregory Colpart wrote: On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: That's exactly the reason

Re: Doubts about PHP

2007-07-23 Thread paddy
On Sun, Jul 22, 2007 at 02:47:41PM -0700, Steve Langasek wrote: On Sun, Jul 22, 2007 at 07:12:47PM +0200, Gregory Colpart wrote: On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: That's exactly the reason why I recommend to Depend on php5. $ apt-cache show php5 | grep

Re: Doubts about PHP

2007-07-22 Thread Gregory Colpart
Hello, On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: That's exactly the reason why I recommend to Depend on php5. $ apt-cache show php5 | grep Depends Depends: libapache2-mod-php5 (= 5.2.3-1) | php5-cgi (= 5.2.3-1), php5-common (= 5.2.3-1) That's more than enough. *

Re: Doubts about PHP

2007-07-22 Thread Steve Langasek
On Sun, Jul 22, 2007 at 07:12:47PM +0200, Gregory Colpart wrote: On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: That's exactly the reason why I recommend to Depend on php5. $ apt-cache show php5 | grep Depends Depends: libapache2-mod-php5 (= 5.2.3-1) | php5-cgi (=

Re: Doubts about PHP

2007-07-22 Thread Gregory Colpart
Hello, On Sun, Jul 22, 2007 at 02:47:41PM -0700, Steve Langasek wrote: * For PHP depends, if your application is compatible with PHP4, you should let php4 and php4-cgi (because php4-cgi is not in depends of virtual package php4 in sarge): Which makes it not particularly relevant to

Doubts about PHP

2007-07-19 Thread Eriberto
Hello Mentors, I am packaging a webmail and it needs a webserver with PHP support. I used this line: Depends: apache2|apache, libapache2-mod-php5|libapache2-mod-php4|libapache-mod-php5|libapache-mod-php4 If I make # apt-get install webmail on a clean system, it works fine installing apache2 and

Re: Doubts about PHP

2007-07-19 Thread Raphael Geissert
On 19/07/07, Eriberto [EMAIL PROTECTED] wrote: Hello Mentors, I am packaging a webmail and it needs a webserver with PHP support. I used this line: Depends: apache2|apache, libapache2-mod-php5|libapache2-mod-php4|libapache-mod-php5|libapache-mod-php4 Use Depends: php5 | php4 By the way,

Re: Doubts about PHP

2007-07-19 Thread Evgeni Golov
On Thu, 19 Jul 2007 13:42:00 -0300 Eriberto wrote: Depends: apache2|apache, libapache2-mod-php5|libapache2-mod-php4|libapache-mod-php5|libapache-mod-php4 If I make # apt-get install webmail on a clean system, it works fine installing apache2 and libapache2-mod-php5. But, if I install apache

Re: Doubts about PHP

2007-07-19 Thread Nacho Barrientos Arias
On Thu, Jul 19, 2007 at 01:42:00PM -0300, Eriberto wrote: Hello Mentors, I am packaging a webmail and it needs a webserver with PHP support. I used this line: Depends: apache2|apache, libapache2-mod-php5|libapache2-mod-php4|libapache-mod-php5|libapache-mod-php4 What about if I don't

Re: Doubts about PHP

2007-07-19 Thread Raphael Geissert
On 19/07/07, Nacho Barrientos Arias [EMAIL PROTECTED] wrote: On Thu, Jul 19, 2007 at 01:42:00PM -0300, Eriberto wrote: Hello Mentors, I am packaging a webmail and it needs a webserver with PHP support. I used this line: Depends: apache2|apache,

Re: Doubts about PHP

2007-07-19 Thread Steve Langasek
On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: On 19/07/07, Nacho Barrientos Arias [EMAIL PROTECTED] wrote: On Thu, Jul 19, 2007 at 01:42:00PM -0300, Eriberto wrote: Hello Mentors, I am packaging a webmail and it needs a webserver with PHP support. I used this line:

Re: Doubts about PHP

2007-07-19 Thread Raphael Geissert
Hi Steve, On 19/07/07, Steve Langasek [EMAIL PROTECTED] wrote: On Thu, Jul 19, 2007 at 06:06:14PM -0500, Raphael Geissert wrote: On 19/07/07, Nacho Barrientos Arias [EMAIL PROTECTED] wrote: On Thu, Jul 19, 2007 at 01:42:00PM -0300, Eriberto wrote: Hello Mentors, I am packaging a webmail