From 845ecc8c32f47cf04536e315eb83c3ae7bb40630 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 29 Jan 2013 21:33:09 +0100 Subject: [PATCH] Update dependencies. New/change packages --- debian/control | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 31893f2..081a967 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,34 @@ Section: misc Priority: extra Maintainer: dennis -Package: masterkey-lui-solr +Package: masterkey-lui-solr-common Architecture: all -Depends: ${shlibs:Depends} +Depends: +Description: The Solr Web Application in war format. + The Solr Web Application is a Web service for indexing. + +Package: masterkey-lui-solr-master +Architecture: all +Depends: masterkey-lui-solr-common Description: Local Unified Index (Solr) The Local Unified Index is a index that contains multiple logical indexes (subdatabases). The underlying index is a Solr/lucene index configured to use a specific LUI schema. -Package: masterkey-lui-solr-tomcat6 +Package: masterkey-lui-solr-slave +Architecture: all +Depends: masterkey-lui-solr-common +Description: Local Unified Index (Solr) + The Local Unified Index is a index that contains multiple logical indexes (subdatabases). The underlying index is a Solr/lucene index configured to use a specific LUI schema. This has configuration for being a slave replicated for a master + +Package: masterkey-lui-solr-master-tomcat6 Architecture: all -Depends: ${shlibs:Depends} -Description: Local Unified Index Solr Tomcat 6 integration -The LUI is part of the MasterKey suite. This package provides Tomcat 6 integration. +Depends: tomcat6, masterkey-lui-solr-master +Description: Local Unified Index Solr Tomcat 6 integration for a LUI master + The LUI is part of the MasterKey suite. This package provides Tomcat 6 integration. + +Package: masterkey-lui-solr-slave-tomcat6 +Architecture: all +Depends: tomcat6,masterkey-lui-solr-slave +Description: Local Unified Index Solr Tomcat 6 integration for a LUI master + The LUI is part of the MasterKey suite. This package provides Tomcat 6 integration. + + -- 1.7.10.4