(upstream here)

Fwiw, I prefer to make the init script itself optional;
especially since unicorn 5.x supports systemd and does not need
an init script.  I prefer fewer required dependencies
(suggests/recommends) can be fine.

Santiago Vila <sanv...@unex.es> wrote:
> Forgot the (trivial) patch. Here it is.

> +++ b/debian/control
> @@ -19,7 +19,8 @@ XS-Ruby-Versions: all
>  Package: unicorn
>  Architecture: kfreebsd-any linux-any
>  XB-Ruby-Versions: ${ruby:Versions}
> -Depends: ruby | ruby-interpreter,
> +Depends: lsb-base,
> +         ruby | ruby-interpreter,

I assume lsb-base works for non-Linux (kFreeBSD) platforms?
(haven't checked in a while, but I hope to provide better
 non-Linux support in coming months).

Reply via email to