Added patch to stop using reno.
This commit is contained in:
parent
e7489bca39
commit
4efc977700
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ python-os-client-config (1.14.0-1) experimental; urgency=medium
|
|||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Fixed (build-)depends for this 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
|
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jan 2016 06:14:32 +0000
|
||||||
|
|
||||||
|
12
debian/copyright
vendored
12
debian/copyright
vendored
@ -2,14 +2,14 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|||||||
Upstream-Name: os-client-config
|
Upstream-Name: os-client-config
|
||||||
Source: git://github.com/stackforge/os-client-config.git
|
Source: git://github.com/stackforge/os-client-config.git
|
||||||
|
|
||||||
Files: debian/*
|
Files: *
|
||||||
Copyright: (c) 2014-2015, Thomas Goirand <zigo@debian.org>
|
Copyright: (c) 2014-2016, OpenStack Foundation <openstack-dev@lists.openstack.org>
|
||||||
(c) 2015, gustavo panizzo <gfa@zumbi.com.ar>
|
(c) 2014 Hewlett-Packard Development Company, L.P.
|
||||||
License: Apache-2
|
License: Apache-2
|
||||||
|
|
||||||
Files: *
|
Files: debian/*
|
||||||
Copyright: (c) 2014-2015, OpenStack Foundation
|
Copyright: (c) 2014-2016, Thomas Goirand <zigo@debian.org>
|
||||||
(c) 2014 Hewlett-Packard Development Company, L.P.
|
(c) 2015, gustavo panizzo <gfa@zumbi.com.ar>
|
||||||
License: Apache-2
|
License: Apache-2
|
||||||
|
|
||||||
License: Apache-2
|
License: Apache-2
|
||||||
|
17
debian/patches/remove-the-use-of-reno.patch
vendored
Normal file
17
debian/patches/remove-the-use-of-reno.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +1,2 @@
|
|||||||
also-package-json-files.patch
|
also-package-json-files.patch
|
||||||
|
remove-the-use-of-reno.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user