From 76747fbcb63aa82d7fc68c77b781c63efd26ae1c Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 20 Oct 2020 11:33:50 +1100 Subject: [PATCH] Bug 26741: Remove rabbitmq-server requirements (replace with suggestions) --- debian/control.in | 2 +- debian/koha-common.postinst | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control.in b/debian/control.in index 0984936e71..6d1749b3ef 100644 --- a/debian/control.in +++ b/debian/control.in @@ -28,7 +28,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, mysql-client | virtual-mysql-client, perl-doc, pwgen, - rabbitmq-server, starman, sudo, fonts-dejavu | ttf-dejavu, @@ -37,6 +36,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 diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index f5ee256f16..d05badb643 100644 --- a/debian/koha-common.postinst +++ b/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. -- 2.16.4