Re: How to specify complicated dependency?

2000-03-26 Thread Colin Watson
"Jaldhar H. Vyas" <[EMAIL PROTECTED]> wrote: >On Sun, 26 Mar 2000, Colin Watson wrote: >> "Jaldhar H. Vyas" <[EMAIL PROTECTED]> wrote: >> >((apache || apache-ssl) && libapache-mod-perl) || apache-perl >> > >> >How can I specify this in the depends field? >> >> apache-perl provides httpd and libapa

Re: How to specify complicated dependency?

2000-03-26 Thread Jaldhar H. Vyas
On Sun, 26 Mar 2000, Colin Watson wrote: > "Jaldhar H. Vyas" <[EMAIL PROTECTED]> wrote: > >Heres what I'm trying to achieve: > > > >((apache || apache-ssl) && libapache-mod-perl) || apache-perl > > > >How can I specify this in the depends field? > > apache-perl provides httpd and libapache-mod-pe

Re: How to specify complicated dependency?

2000-03-26 Thread Colin Watson
"Jaldhar H. Vyas" <[EMAIL PROTECTED]> wrote: >Heres what I'm trying to achieve: > >((apache || apache-ssl) && libapache-mod-perl) || apache-perl > >How can I specify this in the depends field? apache-perl provides httpd and libapache-mod-perl, and apache and apache-ssl both provide httpd, so this

Re: debconf question

2000-03-26 Thread Josip Rodin
On Sun, Mar 26, 2000 at 01:37:43PM +0200, Tom Cato Amundsen wrote: > I have just started to use debconf, and lintian complaints about: > E: solfege: unknown-control-file config > E: solfege: unknown-control-file templates > > The package is called solfege, and the files are debian/solfege.config >

debconf question

2000-03-26 Thread Tom Cato Amundsen
I have just started to use debconf, and lintian complaints about: E: solfege: unknown-control-file config E: solfege: unknown-control-file templates The package is called solfege, and the files are debian/solfege.config and debian/solfege.templates. What am I missing? Do I have to declare the fil

How to specify complicated dependency?

2000-03-26 Thread Jaldhar H. Vyas
Heres what I'm trying to achieve: ((apache || apache-ssl) && libapache-mod-perl) || apache-perl How can I specify this in the depends field? -- Jaldhar H. Vyas <[EMAIL PROTECTED]>