Run wrap-and-sort on debian/

master
Michael Prokop 12 years ago
parent 0d4e30656e
commit 7219245a9e

7
debian/control vendored

@ -2,7 +2,8 @@ Source: selenium-server
Section: web Section: web
Priority: extra Priority: extra
Maintainer: Michael Prokop <mika@debian.org> Maintainer: Michael Prokop <mika@debian.org>
Build-Depends: debhelper (>= 8.0.0), wget Build-Depends: debhelper (>= 8.0.0),
wget
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: https://github.com/mika/selenium-deb-pkg Homepage: https://github.com/mika/selenium-deb-pkg
Vcs-Git: git://github.com/mika/selenium-deb-pkg.git Vcs-Git: git://github.com/mika/selenium-deb-pkg.git
@ -10,7 +11,9 @@ Vcs-Browser: https://github.com/mika/selenium-deb-pkg
Package: selenium-server Package: selenium-server
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre | java-runtime-headless | openjdk-7-jre-headless | openjdk-6-jre-headless Depends: sun-java6-jre | java-runtime-headless | openjdk-7-jre-headless | openjdk-6-jre-headless,
${misc:Depends},
${shlibs:Depends}
Description: automated web application testing system Description: automated web application testing system
Selenium automates browsers. Primarily it is for automating web Selenium automates browsers. Primarily it is for automating web
applications for testing purposes, but is certainly not limited applications for testing purposes, but is certainly not limited

Loading…
Cancel
Save