Fix java jdk version to 6
[lui-solr.git] / debian / control
index 31893f2..a2ea578 100644 (file)
@@ -2,15 +2,44 @@ Source: masterkey-lui-solr
 Section: misc
 Priority: extra
 Maintainer: dennis <dennis@indexdata.com>
+Build-Depends: debhelper (>= 5), openjdk-6-jdk, maven2, unzip
+Standards-Version: 3.8.0
+Homepage: http://www.indexdata.dk/masterkey/harvester
 
-Package: masterkey-lui-solr
+Package: masterkey-lui-solr4-common
 Architecture: all
-Depends: ${shlibs:Depends}
+Depends:
+Description: The Solr Web Application in war format.
+ The Solr 4 Web Application is a Web service for indexing.
+
+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-tomcat6
+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-solr4-common-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-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,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,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.
+
+