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.
This commit is contained in:
parent
aeea3565ae
commit
b8acb9c0bb
|
@ -2,7 +2,7 @@ Package: elasticsearch
|
||||||
Version: [[version]]
|
Version: [[version]]
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Nicolas Huray <nicolas.huray@gmail.com>
|
Maintainer: Nicolas Huray <nicolas.huray@gmail.com>
|
||||||
Depends: openjdk-7-jre-headless | openjdk-6-jre-headless
|
Depends: java7-runtime-headless | java6-runtime-headless | java7-runtime | java6-runtime
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Homepage: http://www.elasticsearch.org/
|
Homepage: http://www.elasticsearch.org/
|
||||||
|
|
Loading…
Reference in New Issue