[DRE-maint] Bug#839807: unicorn: Missing depends on lsb-base

Eric Wong e at 80x24.org
Wed Oct 5 10:03:10 UTC 2016


(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 <sanvila at 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).



More information about the Pkg-ruby-extras-maintainers mailing list