Added patch to stop using reno.

This commit is contained in:
Thomas Goirand 2016-01-17 06:39:54 +00:00
parent e7489bca39
commit 4efc977700
4 changed files with 26 additions and 6 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ python-os-client-config (1.14.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Added patch to stop using reno.
* Fixed debian/copyright ordering.
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000

12
debian/copyright vendored
View File

@ -2,14 +2,14 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: os-client-config
Source: git://github.com/stackforge/os-client-config.git
Files: debian/*
Copyright: (c) 2014-2015, Thomas Goirand <zigo@debian.org>
(c) 2015, gustavo panizzo <gfa@zumbi.com.ar>
Files: *
Copyright: (c) 2014-2016, OpenStack Foundation <openstack-dev@lists.openstack.org>
(c) 2014 Hewlett-Packard Development Company, L.P.
License: Apache-2
Files: *
Copyright: (c) 2014-2015, OpenStack Foundation
(c) 2014 Hewlett-Packard Development Company, L.P.
Files: debian/*
Copyright: (c) 2014-2016, Thomas Goirand <zigo@debian.org>
(c) 2015, gustavo panizzo <gfa@zumbi.com.ar>
License: Apache-2
License: Apache-2

View File

@ -0,0 +1,17 @@
Description: Do not use reno
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-01-17
--- python-os-client-config-1.14.0.orig/doc/source/conf.py
+++ python-os-client-config-1.14.0/doc/source/conf.py
@@ -23,8 +23,7 @@ sys.path.insert(0, os.path.abspath('../.
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'oslosphinx',
- 'reno.sphinxext'
+ 'oslosphinx'
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy

View File

@ -1 +1,2 @@
also-package-json-files.patch
remove-the-use-of-reno.patch