Re: TCPQuota: postinst, postrm and Depends

1998-08-16 Thread Jules Bean
On 15 Aug 1998, Turbo Fredriksson wrote: > Richard Braakman <[EMAIL PROTECTED]> wrote: > > > Turbo Fredriksson wrote: > > > > > I could however depend on 'libdbd-mysql-perl | libdbd-msql-perl, msql | > > > mysql' > > > or perhaps '(libdbd-mysql-perl, mysql) | (libdbd-msql-perl, msql)'... Can >

Re: TCPQuota: postinst, postrm and Depends

1998-08-16 Thread Turbo Fredriksson
Richard Braakman <[EMAIL PROTECTED]> wrote: > Turbo Fredriksson wrote: > > > I could however depend on 'libdbd-mysql-perl | libdbd-msql-perl, msql | > > mysql' > > or perhaps '(libdbd-mysql-perl, mysql) | (libdbd-msql-perl, msql)'... Can > > one > > write it like that? > > No, but one can alwa

Re: TCPQuota: postinst, postrm and Depends

1998-08-15 Thread Hamish Moffatt
On Tue, Aug 11, 1998 at 01:54:24PM +0100, Jules Bean wrote: > In any case, since the libdbd packages depend on the appropriate database > packages, I'm not sure that this is necessary. If package A depends on package B, which depends on package C, then A logically depends on C. However, if A speci

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Turbo Fredriksson
Jules Bean <[EMAIL PROTECTED]> wrote: > On 11 Aug 1998, Turbo Fredriksson wrote: > > > No can do... I'm using the _binary_ 'msql' OR 'mysql' to create the > > databases > > etc... > > Why? I thought there was a perl interface for this.. I have empty dump of the database, so I just 'cat crea

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Jules Bean
On 11 Aug 1998, Turbo Fredriksson wrote: > Jules Bean <[EMAIL PROTECTED]> wrote: > > > On 10 Aug 1998, Turbo Fredriksson wrote: > > > > > I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, > > > but I'm currently using the 'msql' binary to create and check the > > > databa

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Richard Braakman
Turbo Fredriksson wrote: > I could however depend on 'libdbd-mysql-perl | libdbd-msql-perl, msql | mysql' > or perhaps '(libdbd-mysql-perl, mysql) | (libdbd-msql-perl, msql)'... Can one > write it like that? No, but one can always reduce a complex expression to the form used by dpkg: libdbd-mysq

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Turbo Fredriksson
Jules Bean <[EMAIL PROTECTED]> wrote: > On 10 Aug 1998, Turbo Fredriksson wrote: > > > I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, > > but I'm currently using the 'msql' binary to create and check the database. > > > > How do I know if mysql OR msql is installed from

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Jules Bean
On 10 Aug 1998, Turbo Fredriksson wrote: > I'm rewriting TCPQuota to use the libdbi-perl package instead of the libmsql > one... That means that I could use mySQL or mSQL, everyting up to the > user... > > I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, > but I'm currentl

TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Turbo Fredriksson
I'm rewriting TCPQuota to use the libdbi-perl package instead of the libmsql one... That means that I could use mySQL or mSQL, everyting up to the user... I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, but I'm currently using the 'msql' binary to create and check the data