From 0f4e34a6c9bafb946cb1a8cdc7529d2475eaa14d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 4 Dec 2013 14:34:05 -0300 Subject: [PATCH] [PASSED QA] Bug 8921: koha-common*.deb should depend on cron Trivial patch to add 'cron-daemon' as dependency for the koha-common package. 'cron' is usually pulled in any minimal Ubuntu/Debian install, but in some circumstances (using debootstrap) it might be absent. As Robin said, this doesn't seem to have any side effects. Regards To+ Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer No entry in debian/control yet, but according to comments in the file this file is generated from control.in - so this should be ok. --- debian/control.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control.in b/debian/control.in index c3d463f..371128b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,6 +19,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, apache2, apache2-mpm-itk, at, + cron-daemon, daemon, debconf, idzebra-2.0, @@ -65,6 +66,7 @@ Depends: ${misc:Depends}, apache2, apache2-mpm-itk, at, + cron-daemon, daemon, debconf, idzebra-2.0, -- 1.8.3.2