Merge lp:~corey.bryant/ubuntu/wily/python-oslo.cache/fix-bds into lp:ubuntu/wily-proposed/python-oslo.cache

Proposed by Corey Bryant
Status: Merged
Merged at revision: 3
Proposed branch: lp:~corey.bryant/ubuntu/wily/python-oslo.cache/fix-bds
Merge into: lp:ubuntu/wily-proposed/python-oslo.cache
Diff against target: 84 lines (+26/-7)
2 files modified
debian/changelog (+6/-0)
debian/control (+20/-7)
To merge this branch: bzr merge lp:~corey.bryant/ubuntu/wily/python-oslo.cache/fix-bds
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+268758@code.launchpad.net
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 2015-07-30 10:12:06 +0000
3+++ debian/changelog 2015-08-21 14:20:11 +0000
4@@ -1,3 +1,9 @@
5+python-oslo.cache (0.4.0-1ubuntu1) wily; urgency=medium
6+
7+ * d/control: Align (build-)depends with upstream.
8+
9+ -- Corey Bryant <corey.bryant@canonical.com> Fri, 21 Aug 2015 09:09:37 -0400
10+
11 python-oslo.cache (0.4.0-1) unstable; urgency=medium
12
13 * Initial release. (Closes: #794062)
14
15=== modified file 'debian/control'
16--- debian/control 2015-07-30 10:12:06 +0000
17+++ debian/control 2015-08-21 14:20:11 +0000
18@@ -1,22 +1,35 @@
19 Source: python-oslo.cache
20 Section: python
21 Priority: optional
22-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
25 Uploaders: Thomas Goirand <zigo@debian.org>,
26 Build-Depends: debhelper (>= 9),
27 dh-python,
28+ openstack-pkg-tools,
29 python-all,
30+ python-pbr (>= 1.3),
31 python-setuptools,
32 python-sphinx,
33 python3-all,
34+ python3-pbr (>= 1.3),
35 python3-setuptools,
36-Build-Depends-Indep: python-hacking,
37+Build-Depends-Indep: python-babel,
38+ python-dogpile.cache (>= 0.5.3),
39+ python-hacking,
40+ python-memcache,
41 python-mock (>= 1.3),
42+ python-oslo.config (>= 1.11.0),
43+ python-oslo.i18n (>= 1.5.0),
44+ python-oslo.log (>= 1.6.0),
45+ python-oslo.utils (>= 1.9.0),
46 python-oslosphinx (>= 2.5.0),
47 python-oslotest (>= 1.7.0),
48- python-pymongo (>= 3.0.1),
49+ python-pymongo (>= 3.0.2),
50+ python-six (>= 1.9.0),
51 python3-babel,
52- python3-dogpile.cache,
53+ python3-dogpile.cache (>= 0.5.3),
54+ python3-hacking,
55 python3-memcache,
56 python3-mock (>= 1.3),
57 python3-oslo.config (>= 1.11.0),
58@@ -24,7 +37,7 @@
59 python3-oslo.log (>= 1.6.0),
60 python3-oslo.utils (>= 1.9.0),
61 python3-oslotest (>= 1.7.0),
62- python3-pymongo (>= 3.0.1),
63+ python3-pymongo (>= 3.0.2),
64 python3-six (>= 1.9.0),
65 subunit (>= 1.1.0),
66 testrepository,
67@@ -36,7 +49,7 @@
68 Package: python-oslo.cache
69 Architecture: all
70 Depends: python-babel,
71- python-dogpile.cache,
72+ python-dogpile.cache (>= 0.5.3),
73 python-memcache,
74 python-oslo.config (>= 1.11.0),
75 python-oslo.i18n (>= 1.5.0),
76@@ -57,7 +70,7 @@
77 Package: python3-oslo.cache
78 Architecture: all
79 Depends: python3-babel,
80- python3-dogpile.cache,
81+ python3-dogpile.cache (>= 0.5.3),
82 python3-memcache,
83 python3-oslo.config (>= 1.11.0),
84 python3-oslo.i18n (>= 1.5.0),

Subscribers

People subscribed via source and target branches

to all changes: