El mié, 22-11-2006 a las 13:57 +0100, Steinar H. Gunderson escribió: > On Wed, Nov 22, 2006 at 01:44:43PM +0100, Andreas Henriksson wrote: > > Since I've already created it I'll send this patch to the BTS just > for > > reference. > > This one takes the alternative route of not having a hard-dependency > on > > both mysql- and postgresql-client, but instead recommends them both > and > > checks which one is available during configuration. > > Shouldn't this code rather reside in dbconfig-common?
I agree. Maybe I am completely wrong, but phpgacl does not need (mysql| postgresql)-client, dbconfig-common needs them (#353617). I am not happy to make phpgacl depends on (mysql|postgresql)-client since the package could be configured manually (not using dbconfig: there is a debconf question for this purpose). All packages using dbconfig-common are affected by this bug. I think it's better to improve dbconfig-common than adding more code and depends to all other packages. I've CCed to Sean Finney, the dbconfig-common maintainer. Thanks, David.