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. _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
