@@ -, +, @@ suggestions) --- debian/control.in | 2 +- debian/koha-common.postinst | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) --- a/debian/control.in +++ a/debian/control.in @@ -27,7 +27,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, mysql-client | virtual-mysql-client, perl-doc, pwgen, - rabbitmq-server, starman, sudo, fonts-dejavu | ttf-dejavu, @@ -36,6 +35,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, yaz Suggests: mysql-server | virtual-mysql-server, letsencrypt, + rabbitmq-server, Homepage: http://koha-community.org/ Description: integrated (physical) library management system Koha is an Integrated Library Management system for real-world libraries --- a/debian/koha-common.postinst +++ a/debian/koha-common.postinst @@ -1,4 +1,4 @@ -#!/bin/sh +a!/bin/sh set -e @@ -258,9 +258,6 @@ done db_stop -rabbitmq-plugins enable rabbitmq_stomp -service rabbitmq-server restart - # Bug 18250: Correct startup order of koha-common and memcached # Since the init script has been updated, we can force the order in rc.d # by disabling and enabling again. --