From aa66debec6fcdbdadd643386749a61229167aa62 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 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 --- debian/control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index ad9b891b55..44060c6d8d 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, @@ -65,7 +65,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,