From ab18b818ab769f592f6a1f56134f933425450218 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 3 Jul 2013 15:58:24 +0200 Subject: [PATCH] Remove solr (3) packages. Use branch 0.3.x for that. New package with extra libraries need for Solr 4 --- debian/control | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/debian/control b/debian/control index 0fe08d5..c9cb458 100644 --- a/debian/control +++ b/debian/control @@ -6,63 +6,39 @@ 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 -Architecture: all -Depends: -Description: The Solr Web Application in war format. - The Solr Web Application is a Web service for indexing. - Package: masterkey-lui-solr4-common Architecture: all Depends: Description: The Solr Web Application in war format. The Solr 4 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-solr4-master Architecture: all Depends: masterkey-lui-solr4-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-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-solr4-slave Architecture: all Depends: masterkey-lui-solr4-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 +Package: masterkey-lui-solr4-common-tomcat6 Architecture: all -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. +Depends:tomcat6,masterkey-lui-solr4-common +Description: The Solr Web Application in war format. + The common logging library installed under tomcat6 Package: masterkey-lui-solr4-master-tomcat6 Architecture: all -Depends: tomcat6, masterkey-lui-solr4-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 +Depends: tomcat6, masterkey-lui-solr4-master,masterkey-lui-solr4-common-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-solr4-slave-tomcat6 Architecture: all -Depends: tomcat6,masterkey-lui-solr4-slave +Depends: tomcat6,masterkey-lui-solr4-slave,masterkey-lui-solr4-common-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