Merge lp:~james-page/swift/missing-dnspython into lp:~ubuntu-server-dev/swift/havana

Proposed by James Page
Status: Merged
Approved by: Chuck Short
Approved revision: 149
Merged at revision: 149
Proposed branch: lp:~james-page/swift/missing-dnspython
Merge into: lp:~ubuntu-server-dev/swift/havana
Diff against target: 274 lines (+95/-58)
8 files modified
debian/changelog (+7/-0)
debian/control (+49/-19)
debian/copyright (+20/-20)
debian/python-swift.install (+2/-2)
debian/swift-account.install (+3/-3)
debian/swift-container.install (+3/-3)
debian/swift-object.install (+4/-4)
debian/swift.install (+7/-7)
To merge this branch: bzr merge lp:~james-page/swift/missing-dnspython
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+187535@code.launchpad.net

Description of the change

Add missing dependency on python-dnspython, tidy debian/*

To post a comment you must log in.

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-08-13 14:44:37 +0000
3+++ debian/changelog 2013-09-25 15:13:20 +0000
4@@ -1,3 +1,10 @@
5+swift (1.9.1-0ubuntu2) saucy; urgency=low
6+
7+ * d/control: Add missing dependency on python-dnspython >= 1.10.0.
8+ * d/control: Wrap and sort.
9+
10+ -- James Page <james.page@ubuntu.com> Wed, 25 Sep 2013 16:08:35 +0100
11+
12 swift (1.9.1-0ubuntu1) saucy; urgency=low
13
14 [ James Page ]
15
16=== modified file 'debian/control'
17--- debian/control 2013-07-09 13:00:28 +0000
18+++ debian/control 2013-09-25 15:13:20 +0000
19@@ -3,26 +3,29 @@
20 Priority: optional
21 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
22 XSBC-Original-Maintainer: Soren Hansen <soren@ubuntu.com>
23-Uploaders: Monty Taylor <mordred@inaugust.com>,
24+Uploaders:
25+ Monty Taylor <mordred@inaugust.com>,
26 Greg Holt <gholt@rackspace.com>,
27 Jay Payne <letterj@racklabs.com>,
28 Michael Barton <michael.barton@rackspace.com>,
29 Thomas Goirand <zigo@debian.org>
30-Build-Depends: debhelper (>= 7.0.50~),
31+Build-Depends:
32+ debhelper (>= 7.0.50~),
33 python-all-dev (>= 2.6.6-3~),
34- python-openssl,
35- python-setuptools,
36- python-simplejson,
37- python-xattr,
38- python-netifaces,
39+ python-dnspython (>= 1.10.0),
40+ python-eventlet (>= 0.9.8),
41 python-greenlet (>= 0.3.1),
42- python-eventlet (>= 0.9.8),
43 python-mock,
44+ python-netifaces,
45 python-nose,
46+ python-openssl,
47 python-paste,
48 python-pastedeploy,
49+ python-setuptools,
50+ python-simplejson,
51 python-sphinx (>= 1.0),
52- python-swiftclient
53+ python-swiftclient,
54+ python-xattr
55 Standards-Version: 3.9.4
56 Homepage: http://launchpad.net/swift
57 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/swift/havana/files
58@@ -32,16 +35,20 @@
59 Package: python-swift
60 Architecture: all
61 Section: python
62-Depends: adduser, ${python:Depends}, ${misc:Depends},
63+Depends:
64+ adduser,
65+ python-dnspython (>= 1.10.0),
66+ python-eventlet (>= 0.9.8),
67+ python-greenlet (>= 0.3.1),
68+ python-netifaces,
69 python-openssl,
70- python-setuptools,
71 python-paste,
72 python-pastedeploy,
73+ python-setuptools,
74 python-simplejson,
75 python-xattr,
76- python-netifaces,
77- python-greenlet (>= 0.3.1),
78- python-eventlet (>= 0.9.8)
79+ ${misc:Depends},
80+ ${python:Depends}
81 Provides: ${python:Provides}
82 Description: distributed virtual object store - Python libraries
83 OpenStack Object Storage (code-named Swift) is open source software for
84@@ -68,7 +75,11 @@
85
86 Package: swift
87 Architecture: all
88-Depends: python-swift (=${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
89+Depends:
90+ python-swift (=${binary:Version}),
91+ ${misc:Depends},
92+ ${python:Depends},
93+ ${shlibs:Depends}
94 Provides: ${python:Provides}
95 Replaces: swift (<< 1.6.0-0ubuntu1)
96 Breaks: swift (<< 1.6.0-0ubuntu1)
97@@ -97,7 +108,11 @@
98
99 Package: swift-proxy
100 Architecture: all
101-Depends: python-swift (=${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
102+Depends:
103+ python-swift (=${binary:Version}),
104+ ${misc:Depends},
105+ ${python:Depends},
106+ ${shlibs:Depends}
107 Provides: ${python:Provides}
108 Description: distributed virtual object store - proxy server
109 OpenStack Object Storage (code-named Swift) is open source software for
110@@ -124,7 +139,12 @@
111
112 Package: swift-object
113 Architecture: all
114-Depends: python-swift (=${binary:Version}), rsync, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
115+Depends:
116+ python-swift (=${binary:Version}),
117+ rsync,
118+ ${misc:Depends},
119+ ${python:Depends},
120+ ${shlibs:Depends}
121 Provides: ${python:Provides}
122 Description: distributed virtual object store - object server
123 OpenStack Object Storage (code-named Swift) is open source software for
124@@ -150,7 +170,12 @@
125
126 Package: swift-container
127 Architecture: all
128-Depends: python-swift (=${binary:Version}), rsync, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
129+Depends:
130+ python-swift (=${binary:Version}),
131+ rsync,
132+ ${misc:Depends},
133+ ${python:Depends},
134+ ${shlibs:Depends}
135 Provides: ${python:Provides}
136 Description: distributed virtual object store - container server
137 OpenStack Object Storage (code-named Swift) is open source software for
138@@ -176,7 +201,12 @@
139
140 Package: swift-account
141 Architecture: all
142-Depends: python-swift (=${binary:Version}), rsync, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
143+Depends:
144+ python-swift (=${binary:Version}),
145+ rsync,
146+ ${misc:Depends},
147+ ${python:Depends},
148+ ${shlibs:Depends}
149 Provides: ${python:Provides}
150 Description: distributed virtual object store - account server
151 OpenStack Object Storage (code-named Swift) is open source software for
152
153=== modified file 'debian/copyright'
154--- debian/copyright 2012-02-17 14:38:17 +0000
155+++ debian/copyright 2013-09-25 15:13:20 +0000
156@@ -1,20 +1,20 @@
157-Format: http://dep.debian.net/deps/dep5
158-Upstream-Name: swift
159-Source: https://code.launchpad.net/swift
160-Files: *
161-Copyright: 2010 OpenStack, LLC.
162-License: Apache-2
163- Licensed under the Apache License, Version 2.0 (the "License");
164- you may not use this file except in compliance with the License.
165- You may obtain a copy of the License at
166- .
167- http://www.apache.org/licenses/LICENSE-2.0
168- .
169- Unless required by applicable law or agreed to in writing, software
170- distributed under the License is distributed on an "AS IS" BASIS,
171- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172- See the License for the specific language governing permissions and
173- limitations under the License.
174- .
175- On Debian-based systems the full text of the Apache version 2.0 license
176- can be found in `/usr/share/common-licenses/Apache-2.0'.
177+Format: http://dep.debian.net/deps/dep5
178+Upstream-Name: swift
179+Source: https://code.launchpad.net/swift
180+Files: *
181+Copyright: 2010 OpenStack, LLC.
182+License: Apache-2
183+ Licensed under the Apache License, Version 2.0 (the "License");
184+ you may not use this file except in compliance with the License.
185+ You may obtain a copy of the License at
186+ .
187+ http://www.apache.org/licenses/LICENSE-2.0
188+ .
189+ Unless required by applicable law or agreed to in writing, software
190+ distributed under the License is distributed on an "AS IS" BASIS,
191+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
192+ See the License for the specific language governing permissions and
193+ limitations under the License.
194+ .
195+ On Debian-based systems the full text of the Apache version 2.0 license
196+ can be found in `/usr/share/common-licenses/Apache-2.0'.
197
198=== modified file 'debian/python-swift.install'
199--- debian/python-swift.install 2011-08-02 17:45:09 +0000
200+++ debian/python-swift.install 2013-09-25 15:13:20 +0000
201@@ -1,3 +1,3 @@
202+usr/bin/swift-drive-audit
203+usr/bin/swift-init
204 usr/lib/python*/dist-packages/*
205-usr/bin/swift-init
206-usr/bin/swift-drive-audit
207
208=== modified file 'debian/swift-account.install'
209--- debian/swift-account.install 2011-11-11 15:48:52 +0000
210+++ debian/swift-account.install 2013-09-25 15:13:20 +0000
211@@ -1,5 +1,5 @@
212-usr/bin/swift-account-server
213-usr/bin/swift-account-replicator
214+usr/bin/swift-account-audit
215 usr/bin/swift-account-auditor
216 usr/bin/swift-account-reaper
217-usr/bin/swift-account-audit
218+usr/bin/swift-account-replicator
219+usr/bin/swift-account-server
220
221=== modified file 'debian/swift-container.install'
222--- debian/swift-container.install 2011-11-11 15:59:26 +0000
223+++ debian/swift-container.install 2013-09-25 15:13:20 +0000
224@@ -1,5 +1,5 @@
225+usr/bin/swift-container-auditor
226+usr/bin/swift-container-replicator
227 usr/bin/swift-container-server
228-usr/bin/swift-container-replicator
229-usr/bin/swift-container-auditor
230+usr/bin/swift-container-sync
231 usr/bin/swift-container-updater
232-usr/bin/swift-container-sync
233
234=== modified file 'debian/swift-object.install'
235--- debian/swift-object.install 2011-11-11 15:48:52 +0000
236+++ debian/swift-object.install 2013-09-25 15:13:20 +0000
237@@ -1,6 +1,6 @@
238+usr/bin/swift-object-auditor
239+usr/bin/swift-object-expirer
240+usr/bin/swift-object-info
241+usr/bin/swift-object-replicator
242 usr/bin/swift-object-server
243-usr/bin/swift-object-replicator
244-usr/bin/swift-object-auditor
245 usr/bin/swift-object-updater
246-usr/bin/swift-object-info
247-usr/bin/swift-object-expirer
248
249=== modified file 'debian/swift.install'
250--- debian/swift.install 2013-05-03 13:29:35 +0000
251+++ debian/swift.install 2013-09-25 15:13:20 +0000
252@@ -1,15 +1,15 @@
253 usr/bin/swift-bench
254+usr/bin/swift-bench-client
255 usr/bin/swift-config
256-usr/bin/swift-ring-builder
257-usr/bin/swift-get-nodes
258 usr/bin/swift-dispersion-populate
259 usr/bin/swift-dispersion-report
260-usr/bin/swift-recon
261-usr/bin/swift-recon-cron
262+usr/bin/swift-form-signature
263+usr/bin/swift-get-nodes
264 usr/bin/swift-oldies
265 usr/bin/swift-orphans
266 usr/bin/swift-recon
267-usr/bin/swift-recon-cron
268+usr/bin/swift-recon
269+usr/bin/swift-recon-cron
270+usr/bin/swift-recon-cron
271+usr/bin/swift-ring-builder
272 usr/bin/swift-temp-url
273-usr/bin/swift-form-signature
274-usr/bin/swift-bench-client

Subscribers

People subscribed via source and target branches