Merge lp:~zulcss/nova/nova-cleanup into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 560
Merged at revision: 560
Proposed branch: lp:~zulcss/nova/nova-cleanup
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 92 lines (+19/-22)
3 files modified
debian/changelog (+15/-0)
debian/control (+0/-7)
debian/patches/avoid_setuptools_git_dependency.patch (+4/-15)
To merge this branch: bzr merge lp:~zulcss/nova/nova-cleanup
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+151057@code.launchpad.net

Description of the change

fixes ftbfs and cleans up build-depends

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-02-22 15:27:32 +0000
+++ debian/changelog 2013-02-28 17:03:19 +0000
@@ -1,3 +1,18 @@
1nova (2013.1.a4723.ge807e19-0ubuntu1) UNRELEASED; urgency=low
2
3 * New upstream release.
4 * debian/patches/avoid_setuptools_git_dependency.patch: Refreshed.
5 * debian/control: Clean up dependencies:
6 - Dropped python-gflags no longer needed.
7 - Dropped python-daemon no longer needed.
8 - Dropped python-glance no longer needed.
9 - Dropped python-lockfile no longer needed.
10 - Dropped python-simplejson no longer needed.
11 - Dropped python-tempita no longer needed.
12 - Dropped python-xattr no longer needed.
13
14 -- Chuck Short <zulcss@ubuntu.com> Thu, 28 Feb 2013 09:00:15 -0600
15
1nova (2013.1.g3-0ubuntu1) raring; urgency=low16nova (2013.1.g3-0ubuntu1) raring; urgency=low
217
3 [ Chuck Short ]18 [ Chuck Short ]
419
=== modified file 'debian/control'
--- debian/control 2013-02-20 16:01:42 +0000
+++ debian/control 2013-02-28 17:03:19 +0000
@@ -16,17 +16,13 @@
16 python-cinderclient,16 python-cinderclient,
17 python-coverage,17 python-coverage,
18 python-crypto,18 python-crypto,
19 python-daemon,
20 python-distutils-extra,19 python-distutils-extra,
21 python-eventlet,20 python-eventlet,
22 python-fixtures (>= 0.3.12),21 python-fixtures (>= 0.3.12),
23 python-feedparser,22 python-feedparser,
24 python-gflags,
25 python-glance,
26 python-glanceclient,23 python-glanceclient,
27 python-iso8601,24 python-iso8601,
28 python-kombu,25 python-kombu,
29 python-lockfile,
30 python-lxml,26 python-lxml,
31 python-migrate,27 python-migrate,
32 python-mox,28 python-mox,
@@ -41,16 +37,13 @@
41 python-routes,37 python-routes,
42 python-setuptools,38 python-setuptools,
43 python-setuptools-git,39 python-setuptools-git,
44 python-simplejson,
45 python-stevedore (>= 0.7.2),40 python-stevedore (>= 0.7.2),
46 python-sphinx (>> 1.0),41 python-sphinx (>> 1.0),
47 python-sqlalchemy-ext ( >= 0.7.8-1~) | python-sqlalchemy (<< 0.6.3-2),42 python-sqlalchemy-ext ( >= 0.7.8-1~) | python-sqlalchemy (<< 0.6.3-2),
48 python-suds,43 python-suds,
49 python-tempita,
50 python-testtools (>= 0.9.22),44 python-testtools (>= 0.9.22),
51 python-unittest2,45 python-unittest2,
52 python-webob (>= 1.2.3),46 python-webob (>= 1.2.3),
53 python-xattr,
54 pep8,47 pep8,
55 testrepository ( >= 0.0.8)48 testrepository ( >= 0.0.8)
56Build-Conflicts: python-cjson49Build-Conflicts: python-cjson
5750
=== modified file 'debian/patches/avoid_setuptools_git_dependency.patch'
--- debian/patches/avoid_setuptools_git_dependency.patch 2013-02-20 15:36:21 +0000
+++ debian/patches/avoid_setuptools_git_dependency.patch 2013-02-28 17:03:19 +0000
@@ -1,22 +1,11 @@
1diff -Naurp nova-2013.1.a4539.g032308c.orig/setup.py nova-2013.1.a4539.g032308c/setup.py1diff -Naurp nova-2013.1.a4723.ge807e19.orig/tools/pip-requires nova-2013.1.a4723.ge807e19/tools/pip-requires
2--- nova-2013.1.a4539.g032308c.orig/setup.py 2013-02-20 09:26:49.000000000 -06002--- nova-2013.1.a4723.ge807e19.orig/tools/pip-requires 2013-02-28 08:59:17.000000000 -0600
3+++ nova-2013.1.a4539.g032308c/setup.py 2013-02-20 09:34:57.313915950 -06003+++ nova-2013.1.a4723.ge807e19/tools/pip-requires 2013-02-28 09:01:41.143142227 -0600
4@@ -46,7 +46,6 @@ setuptools.setup(
5 dependency_links=depend_links,
6 include_package_data=True,
7 test_suite='nose.collector',
8- setup_requires=['setuptools_git>=0.4'],
9 scripts=['bin/nova-all',
10 'bin/nova-api',
11 'bin/nova-api-ec2',
12diff -Naurp nova-2013.1.a4539.g032308c.orig/tools/pip-requires nova-2013.1.a4539.g032308c/tools/pip-requires
13--- nova-2013.1.a4539.g032308c.orig/tools/pip-requires 2013-02-20 09:26:49.000000000 -0600
14+++ nova-2013.1.a4539.g032308c/tools/pip-requires 2013-02-20 09:35:08.525916217 -0600
15@@ -20,7 +20,6 @@ pyasn14@@ -20,7 +20,6 @@ pyasn1
16 Babel>=0.9.65 Babel>=0.9.6
17 iso8601>=0.1.46 iso8601>=0.1.4
18 httplib27 httplib2
19-setuptools_git>=0.48-setuptools_git>=0.4
20 python-cinderclient>=1.0.19 python-cinderclient>=1.0.1
21 python-quantumclient>=2.110 python-quantumclient>=2.1.2
22 python-glanceclient>=0.5.0,<211 python-glanceclient>=0.5.0,<2

Subscribers

People subscribed via source and target branches