From 431a141b946412ebe13c0347660546106aad11c7 Mon Sep 17 00:00:00 2001 From: John Seymour Date: Wed, 10 Feb 2016 22:38:15 -0500 Subject: [PATCH] Bug 14633: Patch to control.ini to add or dependency to libapache2-mpm-itk MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The other attachment was not a patch which could be applied by 'git bz'. This corrects that. Signed-off-by: Chris Cormack debian/update-control will need to be run after this is applied, but it works well Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan A Gallagher (cherry picked from commit aa66debec6fcdbdadd643386749a61229167aa62) Signed-off-by: Julian Maurice (cherry picked from commit 50c84aa4ce4614655a0fdc5c75a0e98694b4fa9c) Signed-off-by: Frédéric Demians --- debian/control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 8c5d1a7344..1520fdc7ca 100644 --- a/debian/control.in +++ b/debian/control.in @@ -17,7 +17,7 @@ Package: koha-common Architecture: all Depends: ${misc:Depends}, ${koha:Depends}, apache2, - apache2-mpm-itk, + apache2-mpm-itk | libapache2-mpm-itk, at, cron-daemon, daemon, @@ -64,7 +64,7 @@ Description: integrated (physical) library management system Package: koha-deps Depends: ${misc:Depends}, apache2, - apache2-mpm-itk, + apache2-mpm-itk | libapache2-mpm-itk, at, cron-daemon, daemon, -- 2.39.5