From 618ed0217727e9ac6bba8907583cbbf1f4399f6c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 4 Dec 2013 14:34:05 -0300 Subject: [PATCH] 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+ --- 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