[Koha-patches] [PATCH 2/2] Bug 10733: add 'memcached' as suggested dependency

Tomas Cohen Arazi tomascohen at gmail.com
Thu Aug 15 00:30:47 CEST 2013


Adds 'memcached' to the control.in file so the user is suggested by apt
to install it.

Sponsored-by: Universidad Nacional de Cordoba
---
 debian/control.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index e2b8882..c3d463f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -32,7 +32,8 @@ Depends: ${misc:Depends}, ${koha:Depends},
  unzip,
  xmlstarlet,
  yaz
-Suggests: mysql-server
+Suggests: mysql-server,
+ memcached
 Homepage: http://koha-community.org/
 Description: integrated (physical) library management system
  Koha is an Integrated Library Managment system for real-world libraries
-- 
1.8.1.2



More information about the Koha-patches mailing list