Merge lp:~zulcss/cinder/cinder-ftbfs-pbr into lp:~openstack-ubuntu-testing/cinder/grizzly

Proposed by Chuck Short
Status: Superseded
Proposed branch: lp:~zulcss/cinder/cinder-ftbfs-pbr
Merge into: lp:~openstack-ubuntu-testing/cinder/grizzly
Diff against target: 140 lines (+30/-21) (has conflicts)
6 files modified
debian/changelog (+21/-0)
debian/cinder-common.install (+1/-0)
debian/control (+3/-4)
debian/patches/fix_cinder_dependencies.patch (+0/-11)
debian/patches/series (+0/-1)
debian/rules (+5/-5)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~zulcss/cinder/cinder-ftbfs-pbr
Reviewer Review Type Date Requested Status
Adam Gandelman (community) Disapprove
Review via email: mp+164464@code.launchpad.net

This proposal has been superseded by a proposal from 2013-05-17.

To post a comment you must log in.
Revision history for this message
Adam Gandelman (gandelman-a) wrote :

This merge is against the wrong branch? (grizzly, not havana)

review: Disapprove

Unmerged revisions

101. By Chuck Short

* debian/patches/fix_cinder_dependencies.patch: Dropped.
* debian/control: Add python-pbr and python-d2to1 to build-depends.
* debian/rules: Add work around to remove wonky setup.py setup
* debian/cinder-common.install: Add cinder-rpc-zmq-receiver binary.

100. By James Page

* debian/control: Drop surplus dependency on python-glance (LP: #1175600).
* debian/control,rules: Drop dependency on pep8, don't run pep8 tests during
  package build process (its just way to late).
* debian/control: Drop surplus BD on python-cheetah.

99. By Chuck Short

* New upstream version.
* debian/patches/fix_cinder_dependencies.patch: Refreshed.
* debian/control: Bump standards version to 3.9.4.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-05-14 16:05:08 +0000
3+++ debian/changelog 2013-05-17 17:09:25 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 cinder (1:2013.1.1-0ubuntu1) raring-proposed; urgency=low
7
8 * Resynchronize with stable/grizzly (a4856c4e) (LP: #1179626):
9@@ -25,6 +26,26 @@
10
11 -- Adam Gandelman <adamg@ubuntu.com> Tue, 14 May 2013 07:49:04 -0700
12
13+=======
14+cinder (1:2013.2.a226.g1d6de0f-0ubuntu1) UNRELEASED; urgency=low
15+
16+ [ Chuck Short ]
17+ * New upstream version.
18+ * debian/patches/fix_cinder_dependencies.patch: Dropped.
19+ * debian/control: Bump standards version to 3.9.4.
20+ * debian/control: Add python-pbr and python-d2to1 to build-depends.
21+ * debian/rules: Add work around to remove wonky setup.py setup
22+ * debian/cinder-common.install: Add cinder-rpc-zmq-receiver binary.
23+
24+ [ James Page ]
25+ * debian/control: Drop surplus dependency on python-glance (LP: #1175600).
26+ * debian/control,rules: Drop dependency on pep8, don't run pep8 tests during
27+ package build process (its just way to late).
28+ * debian/control: Drop surplus BD on python-cheetah.
29+
30+ -- Chuck Short <zulcss@ubuntu.com> Tue, 30 Apr 2013 08:09:08 -0500
31+
32+>>>>>>> MERGE-SOURCE
33 cinder (1:2013.1-0ubuntu2) raring; urgency=low
34
35 * debian/control: Bump minimum stevedore version 0.8.
36
37=== modified file 'debian/cinder-common.install'
38--- debian/cinder-common.install 2013-02-20 10:31:01 +0000
39+++ debian/cinder-common.install 2013-05-17 17:09:25 +0000
40@@ -6,3 +6,4 @@
41 etc/cinder/rootwrap.conf etc/cinder
42 usr/bin/cinder-manage
43 usr/bin/cinder-rootwrap
44+usr/bin/cinder-rpc-zmq-receiver
45
46=== modified file 'debian/control'
47--- debian/control 2013-04-16 21:32:22 +0000
48+++ debian/control 2013-05-17 17:09:25 +0000
49@@ -4,11 +4,10 @@
50 Maintainer: Chuck Short <zulcss@ubuntu.com>
51 Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
52 Build-Depends-Indep:
53- pep8,
54 python-amqplib,
55 python-anyjson,
56- python-cheetah,
57 python-coverage,
58+ python-d2to1,
59 python-eventlet,
60 python-glanceclient,
61 python-greenlet,
62@@ -27,6 +26,7 @@
63 python-paramiko,
64 python-paste,
65 python-pastedeploy,
66+ python-pbr,
67 python-routes,
68 python-swiftclient,
69 python-setuptools,
70@@ -36,7 +36,7 @@
71 python-stevedore (>= 0.8),
72 python-suds,
73 python-webob
74-Standards-Version: 3.9.3
75+Standards-Version: 3.9.4
76 Homepage: http://launchpad.net/cinder
77
78 Package: python-cinder
79@@ -46,7 +46,6 @@
80 python-amqplib,
81 python-anyjson,
82 python-eventlet,
83- python-glance,
84 python-glanceclient,
85 python-keystoneclient,
86 python-oslo.config,
87
88=== removed file 'debian/patches/fix_cinder_dependencies.patch'
89--- debian/patches/fix_cinder_dependencies.patch 2013-02-22 16:40:10 +0000
90+++ debian/patches/fix_cinder_dependencies.patch 1970-01-01 00:00:00 +0000
91@@ -1,11 +0,0 @@
92-diff -Naurp cinder-2013.1.g3.orig/tools/pip-requires cinder-2013.1.g3/tools/pip-requires
93---- cinder-2013.1.g3.orig/tools/pip-requires 2013-02-21 16:08:48.000000000 -0600
94-+++ cinder-2013.1.g3/tools/pip-requires 2013-02-22 10:38:34.786411293 -0600
95-@@ -18,7 +18,6 @@ suds>=0.4
96- paramiko
97- Babel>=0.9.6
98- iso8601>=0.1.4
99--setuptools_git>=0.4
100- python-glanceclient>=0.5.0,<2
101- python-keystoneclient>=0.2.0
102- python-swiftclient
103
104=== removed file 'debian/patches/series'
105--- debian/patches/series 2013-02-25 17:37:22 +0000
106+++ debian/patches/series 1970-01-01 00:00:00 +0000
107@@ -1,1 +0,0 @@
108-fix_cinder_dependencies.patch
109
110=== modified file 'debian/rules'
111--- debian/rules 2013-03-25 13:31:36 +0000
112+++ debian/rules 2013-05-17 17:09:25 +0000
113@@ -3,10 +3,6 @@
114 # Uncomment this to turn on verbose mode.
115 #export DH_VERBOSE=1
116
117-DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
118-VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//')
119-export OSLO_PACKAGE_VERSION=$(VERSION)
120-
121 %:
122 dh $@ --with python2
123
124@@ -15,7 +11,7 @@
125
126 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
127 override_dh_auto_test:
128- PYTHONPATH=$(CURDIR) bash run_tests.sh -N -v
129+ PYTHONPATH=$(CURDIR) bash run_tests.sh -N -P
130 endif
131
132 override_dh_install:
133@@ -23,3 +19,7 @@
134
135 override_dh_fixperms:
136 dh_fixperms -Xcinder_tgt.conf
137+
138+override_dh_clean:
139+ # temporary workaround for d2to1 wonkyness
140+ dh_clean -Xsetup.cfg

Subscribers

People subscribed via source and target branches