salt/salt_cloud/debian/control
Seth House 95a38461fe Moved all salt-cloud files into a subdirectory for move to Salt
This is the simplest method of preserving the commit history for each
file from the salt-cloud repository, although the --follow flag must be
given to git log in order to view the full history.

This change allows for performing a regular git merge from within the
Salt repo without any merge conflicts occuring (since the salt_cloud dir
doesn't exist there).
2013-11-08 11:22:10 -07:00

36 lines
954 B
Plaintext

Source: salt-cloud
Section: admin
Priority: optional
Maintainer: Sean Channel <pentabular@gmail.com>
Build-Depends: debhelper (>= 7.0.50),
python | python-all | python-dev | python-all-dev,
python-setuptools,
python-sphinx,
python-yaml
Standards-Version: 3.9.3
Homepage: http://saltstack.org
#X-Python-Version: >= 2.6, <= 2.7
Package: salt-cloud
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends},
python,
python-libcloud,
salt-common,
sshpass
Suggests: python-botocore
Recommends: python-netaddr
Description: public cloud VM management system
provision virtual machines on various public clouds via a cleanly
controlled profile and mapping system.
Package: salt-cloud-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libjs-sphinxdoc
Description: html documentation for salt-cloud