* Now suggests correctly ython-pyvmomi-doc and not pyvmomi-doc. Thanks

to Paul Wise <pabs@debian.org> for reporting (Closes: #772450).
This commit is contained in:
Thomas Goirand
2015-01-07 15:03:29 +00:00
parent 6567fabdf1
commit e64dbe844a
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-pyvmomi (5.5.0-2014.1.1-3) unstable; urgency=medium
* Now suggests correctly ython-pyvmomi-doc and not pyvmomi-doc. Thanks
to Paul Wise <pabs@debian.org> for reporting (Closes: #772450).
-- Thomas Goirand <zigo@debian.org> Wed, 07 Jan 2015 15:02:17 +0000
python-pyvmomi (5.5.0-2014.1.1-2) unstable; urgency=medium
* Added missing dh-python build-depends.

4
debian/control vendored
View File

@@ -25,7 +25,7 @@ Package: python-pyvmomi
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-requests, ${misc:Depends}, ${python:Depends}
Suggests: pyvmomi-doc
Suggests: python-pyvmomi-doc
Description: VMware vSphere Python SDK - Python 2.x
pyVmomi is the Python SDK for the VMware vSphere API that allows you to
automate actions on VMware ESX, ESXi, and vCenter servers.
@@ -36,7 +36,7 @@ Package: python3-pyvmomi
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-requests, ${misc:Depends}, ${python3:Depends}
Suggests: pyvmomi-doc
Suggests: python-pyvmomi-doc
Description: VMware vSphere Python SDK - Python 3.x
pyVmomi is the Python SDK for the VMware vSphere API that allows you to
automate actions on VMware ESX, ESXi, and vCenter servers.