~midokura/nova/midostack-oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: nova
 
2
Section: net
 
3
Priority: extra
 
4
Maintainer: Jesse Andrews <jesse@ansolabs.com>
 
5
Build-Depends: debhelper (>= 7)
 
6
Build-Depends-Indep: python-support
 
7
Standards-Version: 3.8.4
 
8
XS-Python-Version: 2.6
 
9
 
 
10
Package: nova-common
 
11
Architecture: all
 
12
Depends: ${python:Depends}, aoetools, vlan, python-ipy, python-boto, python-m2crypto, python-pycurl, python-twisted, python-daemon, python-redis, python-carrot, python-lockfile, python-gflags, python-tornado, ${misc:Depends}
 
13
Provides: ${python:Provides}
 
14
Conflicts: nova
 
15
Description: Nova is a cloud
 
16
 
 
17
Package: nova-compute
 
18
Architecture: all
 
19
Depends: nova-common (= ${binary:Version}), kpartx, kvm, python-libvirt, libvirt-bin (>= 0.8.1), ${python:Depends}, ${misc:Depends}
 
20
Description: Nova compute
 
21
 
 
22
Package: nova-volume
 
23
Architecture: all
 
24
Depends: nova-common (= ${binary:Version}), vblade, vblade-persist, ${python:Depends}, ${misc:Depends}
 
25
Description: Nova volume
 
26
 
 
27
Package: nova-api
 
28
Architecture: all
 
29
Depends: nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 
30
Description: Nova api
 
31
 
 
32
Package: nova-objectstore
 
33
Architecture: all
 
34
Depends: nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 
35
Description: Nova object store
 
36
 
 
37
Package: nova-tools
 
38
Architecture: all
 
39
Depends: python-boto, ${python:Depends}, ${misc:Depends}
 
40
Description: CLI tools to access nova