From b99c8179a8ba92fd511b86c135928803b950fffe Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 18:52:59 +1200 Subject: [PATCH] Add dependency on apache2-mpm-itk for koha-common. The way things are set up, each Koha instance runs under its own user account. At least for now, this requires apache2-mpm-itk. Later we can investigate other possibilities. Signed-off-by: Galen Charlton --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 459e1c3fe1..f3832d2f7f 100644 --- a/debian/control +++ b/debian/control @@ -69,6 +69,7 @@ Package: koha-common Architecture: all Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends}, apache2, + apache2-mpm-itk, at, daemon, idzebra-2.0, -- 2.20.1