Switch order of JRE depends + add openjdk-7-jre-headless as alternative

master
Michael Prokop 13 years ago
parent 47333b2990
commit 44c32ae1b8

2
debian/control vendored

@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/mika/selenium-deb-pkg
Package: selenium-server
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, java-runtime-headless | openjdk-6-jre-headless | sun-java6-jre
Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre | java-runtime-headless | openjdk-7-jre-headless | openjdk-6-jre-headless
Description: automated web application testing system
Selenium automates browsers. Primarily it is for automating web
applications for testing purposes, but is certainly not limited

Loading…
Cancel
Save