From e52b493611766b61a0018350adc590ab07e9c94b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 4 Dec 2013 14:34:05 -0300 Subject: [PATCH] Bug 8921: make koha-common*.deb depend on cron-daemon 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. 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. Signed-off-by: Galen Charlton --- debian/control.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control.in b/debian/control.in index c3d463f16c..371128b5ad 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, -- 2.20.1