From 105994cfd7654ff05523ef481361341fd298689d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 20 Aug 2013 13:17:39 +0200 Subject: [PATCH] Explicit masterkey-lui-solr3 package. Replace masterkey-lui-solr --- debian/control | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index b1b70d2..45ffd62 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: masterkey-lui-solr +Source: masterkey-lui-solr3 Section: misc Priority: extra Maintainer: dennis @@ -6,34 +6,43 @@ Build-Depends: debhelper (>= 5), default-jdk, maven2, unzip Standards-Version: 3.8.0 Homepage: http://www.indexdata.dk/masterkey/harvester -Package: masterkey-lui-solr-common +Package: masterkey-lui-solr3-common Architecture: all Depends: +Conficts: masterkey-lui-solr-common +Replaces: masterkey-lui-solr-common Description: The Solr Web Application in war format. - The Solr Web Application is a Web service for indexing. + The Solr 3 Web Application is a Web service for indexing. -Package: masterkey-lui-solr-master +Package: masterkey-lui-solr3-master Architecture: all -Depends: masterkey-lui-solr-common +Depends: masterkey-lui-solr3-common +Conficts: masterkey-lui-solr-master +Replaces: masterkey-lui-solr-master 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-slave +Package: masterkey-lui-solr3-slave Architecture: all -Depends: masterkey-lui-solr-common +Depends: masterkey-lui-solr3-common +Conficts: masterkey-lui-solr-slave +Replaces: masterkey-lui-solr-slave 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 +Package: masterkey-lui-solr3-master-tomcat6 Architecture: all -Depends: tomcat6, masterkey-lui-solr-master +Depends: tomcat6, masterkey-lui-solr3-master +Conficts: masterkey-lui-solr-master-tomcat6 +Replaces: masterkey-lui-solr3-master-tomcat6 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 +Package: masterkey-lui-solr3-slave-tomcat6 Architecture: all -Depends: tomcat6,masterkey-lui-solr-slave +Depends: tomcat6,masterkey-lui-solr3-slave +Conficts: masterkey-lui-solr-slave-tomcat6 +Replaces: masterkey-lui-solr-slave-tomcat6 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