[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to specify complicated dependency?



"Jaldhar H. Vyas" <jaldhar@debian.org> 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 simplifies to:

  Depends: httpd, libapache-mod-perl

-- 
Colin Watson                                           [cjw44@cam.ac.uk]


Reply to: