~ubuntu-branches/ubuntu/oneiric/nova/oneiric-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Monty Taylor
  • Date: 2011-09-23 13:34:51 UTC
  • Revision ID: package-import@ubuntu.com-20110923133451-wvxc7p6hzuqwfhog
Tags: 2011.3-0ubuntu2
[Chuck Short]
* debian/rules, debian/control: Use dh_python2
* debian/control, debian/series, 
  debian/patches/backport-iscsitarget-choice.patch,
  debian/nova_sudoers:
  + Change the default from iscsitarget to tgt.
* debian/control, debian/series, 
  debian/patches/use-netcat-instead-of-socat.patch,
  debian/nova_sudoers:
   + Change from socat to netcat.
* debian/patches/block-migration-needs-copy-backingfile.patch:
  Fix block migration by needing to copy backing_file.

[Monty Taylor]
* Install a new paste config to enable deprecated auth.,

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Build-Depends: debhelper (>= 7.0.50),
8
8
 python-m2crypto,
9
9
 python-all (>= 2.6),
10
 
 python-all-dev (>= 2.6.6-3~) | python-support,
 
10
 python-all-dev (>= 2.6.6-3~),
11
11
Build-Depends-Indep:
12
12
 python-setuptools,
13
13
 python-sphinx (>> 1.0),
258
258
 
259
259
Package: nova-volume
260
260
Architecture: all
261
 
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), lvm2, iscsitarget, ${python:Depends}, ${misc:Depends}
 
261
Depends: ${ostack-lsb-base}, nova-common (= ${binary:Version}), lvm2, tgt, ${python:Depends}, ${misc:Depends}
262
262
Suggests: sheepdog
263
263
Description: OpenStack Compute - storage
264
264
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
342
342
 
343
343
Package: nova-network
344
344
Architecture: all
345
 
Depends: ${ostack-lsb-base}, socat, vlan, bridge-utils, dnsmasq-base, iputils-arping, dnsmasq-utils, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
 
345
Depends: ${ostack-lsb-base}, netcat, vlan, bridge-utils, dnsmasq-base, iputils-arping, dnsmasq-utils, nova-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
346
346
Suggests: radvd
347
347
Description: OpenStack Compute - Network manager
348
348
 OpenStack is a reliable cloud infrastructure. Its mission is to produce