~openstack-ubuntu-testing/python-cinderclient/folsom

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chuck Short
  • Date: 2012-08-16 17:01:48 UTC
  • mfrom: (5.1.1 quantal-folsom-proposed)
  • Revision ID: zulcss@ubuntu.com-20120816170148-0z1s6v64bhurkhst
debian/control: Set Provides: ${python:Provides}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
Package: python-cinderclient
19
19
Architecture: all
20
 
Depends: ${python:Depends}, ${python:Provides}, ${misc:Depends}, python-httplib2,
 
20
Depends: ${python:Depends}, ${misc:Depends}, python-httplib2,
21
21
 python-prettytable, python-simplejson
 
22
Provides: ${python:Provides}
22
23
Description: python bindings to the OpenStack Volume API
23
24
 This is a client for the OpenStack Volume API. There's a Python API (the
24
25
 ``cinderclient`` module), and a command-line script (``cinder``). Each