Merge lp:~zulcss/glance/refreshed into lp:~ubuntu-server-dev/glance/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 254
Proposed branch: lp:~zulcss/glance/refreshed
Merge into: lp:~ubuntu-server-dev/glance/havana
Diff against target: 85 lines (+20/-12)
5 files modified
debian/changelog (+8/-0)
debian/control (+1/-0)
debian/patches/bump-sqlalchemy-versions.patch (+4/-4)
debian/patches/disable-network-for-docs.patch (+6/-7)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~zulcss/glance/refreshed
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+178298@code.launchpad.net

Description of the change

- Refreshed patches
- Added oslo.sphinx dependency.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

Lgtm

review: Approve

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-07-24 07:26:33 +0000
3+++ debian/changelog 2013-08-02 13:43:24 +0000
4@@ -1,3 +1,11 @@
5+glance (1:2013.2.a46.g4b12897-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/control: Add python-oslo.sphinx as a build
9+ dependency.
10+
11+ -- Chuck Short <zulcss@ubuntu.com> Fri, 02 Aug 2013 13:00:22 +0000
12+
13 glance (1:2013.2~b2-0ubuntu2) saucy; urgency=low
14
15 * d/p/bump-sqlalchemy-versions.patch: Include 0.8.x of SQLAlchemy as
16
17=== modified file 'debian/control'
18--- debian/control 2013-07-19 15:04:28 +0000
19+++ debian/control 2013-08-02 13:43:24 +0000
20@@ -23,6 +23,7 @@
21 python-nose,
22 python-openssl,
23 python-oslo.config,
24+ python-oslo.sphinx,
25 python-passlib,
26 python-paste,
27 python-pastedeploy,
28
29=== modified file 'debian/patches/bump-sqlalchemy-versions.patch'
30--- debian/patches/bump-sqlalchemy-versions.patch 2013-07-24 07:26:33 +0000
31+++ debian/patches/bump-sqlalchemy-versions.patch 2013-08-02 13:43:24 +0000
32@@ -3,10 +3,10 @@
33 upstream catchup.
34 Author: James Page <james.page@ubuntu.com>
35 Forwarded: not-needed
36----
37-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
38---- a/tools/pip-requires
39-+++ b/tools/pip-requires
40+
41+diff -Naurp glance-2013.2.a46.g4b12897.orig/requirements.txt glance-2013.2.a46.g4b12897/requirements.txt
42+--- glance-2013.2.a46.g4b12897.orig/requirements.txt 2013-08-02 03:21:26.000000000 +0000
43++++ glance-2013.2.a46.g4b12897/requirements.txt 2013-08-02 13:02:16.080622955 +0000
44 @@ -4,7 +4,7 @@
45 greenlet>=0.3.1
46
47
48=== modified file 'debian/patches/disable-network-for-docs.patch'
49--- debian/patches/disable-network-for-docs.patch 2012-08-29 10:24:17 +0000
50+++ debian/patches/disable-network-for-docs.patch 2013-08-02 13:43:24 +0000
51@@ -1,15 +1,14 @@
52 Description: Dont allow network access for building docs.
53 Author: Chuck Short <zulcss@ubuntu.com>
54 Forwarded: no
55-Index: glance-2012.2~rc1~20120829.55.4c038b0/doc/source/conf.py
56-===================================================================
57---- glance-2012.2~rc1~20120829.55.4c038b0.orig/doc/source/conf.py 2012-08-29 12:20:42.600288455 +0200
58-+++ glance-2012.2~rc1~20120829.55.4c038b0/doc/source/conf.py 2012-08-29 12:21:15.092289227 +0200
59-@@ -44,7 +44,6 @@
60+diff -Naurp glance-2013.2.a46.g4b12897.orig/doc/source/conf.py glance-2013.2.a46.g4b12897/doc/source/conf.py
61+--- glance-2013.2.a46.g4b12897.orig/doc/source/conf.py 2013-08-02 03:21:25.000000000 +0000
62++++ glance-2013.2.a46.g4b12897/doc/source/conf.py 2013-08-02 13:06:04.812622955 +0000
63+@@ -44,7 +44,6 @@ sys.path = [
64 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
65 extensions = ['sphinx.ext.coverage',
66 'sphinx.ext.ifconfig',
67 - 'sphinx.ext.intersphinx',
68 'sphinx.ext.pngmath',
69- 'sphinx.ext.graphviz']
70-
71+ 'sphinx.ext.graphviz',
72+ 'oslo.sphinx',
73
74=== modified file 'debian/rules'
75--- debian/rules 2013-05-28 17:02:51 +0000
76+++ debian/rules 2013-08-02 13:43:24 +0000
77@@ -18,7 +18,7 @@
78
79 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
80 override_dh_auto_test:
81-# nosetests -d glance/tests/unit || true
82+ nosetests -d glance/tests/unit || true
83 endif
84
85 override_dh_auto_build:

Subscribers

People subscribed via source and target branches