Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu/Debian should depend on 'java-runtime-headless'
This fixes elastic#893. The previous dependency "default-jre-headless" is just a metapackage pointing at openjre6, but "java6-runtime-headless" is a 'Provides' entry that openjdk packages seem to provide for java versions 6 and 7. This should ensure we are correctly requesting *any* java 6+ implementation instead of requiring a specific java package.
- Loading branch information