Package: tryton-server
Version: 4.0.4-1
Tags: patch
Dear maintainer:
The tryton-server package should depend on lsb-base because
its init.d script uses /lib/lsb/init-functions unconditionally.
Trivial patch attached.
Another option would be to enclose ". /lib/lsb/init-functions"
inside an "if" block checking that the file exists (but I'm not
sure how well/bad this would work in all cases).
Thanks.
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Package: tryton-server
Architecture: all
Depends:
adduser,
+ lsb-base,
python-dateutil,
python-genshi,
python-lxml,