Bug 8921: make koha-common*.deb depend on cron-daemon
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 4 Dec 2013 17:34:05 +0000 (14:34 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 30 Dec 2013 15:03:42 +0000 (15:03 +0000)
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 <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
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 <gmc@esilibrary.com>

debian/control.in

index c3d463f..371128b 100644 (file)
@@ -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,