Source: python-selenium
Maintainer: Sascha Girrulat <sascha@girrulat.de>
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
  dh-python,
  python (>= 2.6.6-3),
  python-all,
  python-setuptools (>= 0.6b3),
  python3-all,
  python3-setuptools
Standards-Version: 3.9.6
Section: python
Homepage: http://www.seleniumhq.org
Vcs-Git: git://anonscm.debian.org/users/sagiru-guest/python-selenium.git
Vcs-Browser: http://anonscm.debian.org/cgit/users/sagiru-guest/python-selenium.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-selenium
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: chromedriver,
  firefoxdriver (>= 2.47.1),
Description: Python bindings for Selenium
 Python language bindings for Selenium WebDriver.
 .
 The `selenium` package is used automate web browser interaction from Python.
 Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer,
 PhantomJS), as well as the Remote protocol.
 .
 The webdriver parts itself are not included in this package.

Package: python3-selenium
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: chromedriver,
  firefoxdriver (>= 2.47.1),
Description: Python3 bindings for Selenium
 Python3 language bindings for Selenium WebDriver.
 .
 The `selenium` package is used automate web browser interaction from Python.
 Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer,
 PhantomJS), as well as the Remote protocol.
 .
 The webdriver parts itself are not included in this package.
