~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-07-06 10:18:33 UTC
  • mfrom: (1.1.58)
  • Revision ID: package-import@ubuntu.com-20120706101833-wp2nv392mpe9re8p
Tags: 2012.2~f2-0ubuntu1
[ Adam Gandelman ]
* Use new rootwrap configuration structure:
  - debian/nova-{compute, network, volume}.{pyinstall, pyremove}: Dropped.
  - debian/nova-common.dirs: Add /etc/nova/rootwrap.d/.
  - debian/nova-common.install: Install /etc/nova/rootwrap.conf.
  - debian/debian/nova.conf: Reference rootwrap.conf in calls to
    nova-rootwrap.
  - debian/nova-{compute, network, volume}.install: Install corresponding
    filter in /etc/nova/rootwrap.d/
* debian/rules: Install logging_sample.conf to /etc/nova/logging.conf
  as part of nova-common.
* debian/pydist-overrides: Add setuptools-git.
* debian/control: Add python-setuptools-git as a Build-Depends.
* debian/rules: Do not remove nova.egg-info during auto_clean.  Now that
  upstream has moved to setuptools-git, doing so results in missing files
  from built package.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
      packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
73
73
      include_package_data=True,
74
74
      test_suite='nose.collector',
 
75
      setup_requires=['setuptools_git>=0.4'],
75
76
      scripts=['bin/nova-all',
76
77
               'bin/nova-api',
77
78
               'bin/nova-api-ec2',
88
89
               'bin/nova-instance-usage-audit',
89
90
               'bin/nova-manage',
90
91
               'bin/nova-network',
 
92
               'bin/nova-novncproxy',
91
93
               'bin/nova-objectstore',
92
94
               'bin/nova-rootwrap',
93
95
               'bin/nova-scheduler',