[DRE-maint] Bug#839807: unicorn: Missing depends on lsb-base
Santiago Vila
sanvila at unex.es
Wed Oct 5 10:15:34 UTC 2016
On Wed, Oct 05, 2016 at 10:03:10AM +0000, Eric Wong wrote:
> (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.
Seems reasonable. According to this bug
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468147
some packages do this:
if [ -f /lib/lsb/init-functions ]; then
. /lib/lsb/init-functions
fi
If you can make that to work, that would be indeed better than adding
a dependency on lsb-base.
> [...]
> 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).
I'm not 100% sure, but I think so. The non-Linux platforms in Debian
are still using sysvinit.
Thanks.
More information about the Pkg-ruby-extras-maintainers
mailing list