From b8acb9c0bb08cd6ea940ae0c2e771892160c6522 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 16 May 2012 00:07:22 +0300 Subject: [PATCH] Update requirements of the deb package Virtual packages such as java*-runtime are provided by various java/JRE implementations, which makes it more flexible to use. --- src/deb/control/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deb/control/control b/src/deb/control/control index b36252816e8..bee45eb1739 100644 --- a/src/deb/control/control +++ b/src/deb/control/control @@ -2,7 +2,7 @@ Package: elasticsearch Version: [[version]] Architecture: all Maintainer: Nicolas Huray -Depends: openjdk-7-jre-headless | openjdk-6-jre-headless +Depends: java7-runtime-headless | java6-runtime-headless | java7-runtime | java6-runtime Section: web Priority: optional Homepage: http://www.elasticsearch.org/