X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=debian%2Fcontrol;h=b1b70d2c578261ae58f4d6855abf17138c466018;hp=31893f2fd9811303236f553c235a5bea48647736;hb=0b22464315f5227c3ded84bc1af04213c788ff67;hpb=2095ce21ed0a61a8007a9770faee9fd78f5ebc27 diff --git a/debian/control b/debian/control index 31893f2..b1b70d2 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,38 @@ Source: masterkey-lui-solr Section: misc Priority: extra Maintainer: dennis +Build-Depends: debhelper (>= 5), default-jdk, maven2, unzip +Standards-Version: 3.8.0 +Homepage: http://www.indexdata.dk/masterkey/harvester -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. + +