Config files are now .json and not .yaml: fixing the patch.
This commit is contained in:
parent
78d34c4375
commit
76dd998d18
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ python-os-client-config (1.12.0-1) UNRELEASED; urgency=medium
|
||||
* New upstream release.
|
||||
* Fixed (build-)depends for this release.
|
||||
* Added support for DEB_BUILD_OPTIONS=nodocs.
|
||||
* Config files are now .json and not .yaml: fixing the patch.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Fri, 27 Nov 2015 12:15:09 +0100
|
||||
|
||||
|
15
debian/patches/also-package-json-files.patch
vendored
Normal file
15
debian/patches/also-package-json-files.patch
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Description: Also package .json files
|
||||
Author: Thomas Goirand <zigo@debian.org>
|
||||
Forwarded: no
|
||||
Last-Update: 2015-12-08
|
||||
|
||||
--- python-os-client-config-1.12.0.orig/MANIFEST.in
|
||||
+++ python-os-client-config-1.12.0/MANIFEST.in
|
||||
@@ -3,4 +3,5 @@ include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
-global-exclude *.pyc
|
||||
\ No newline at end of file
|
||||
+global-exclude *.pyc
|
||||
+recursive-include os_client_config *.json
|
15
debian/patches/include-all-yaml-files.patch
vendored
15
debian/patches/include-all-yaml-files.patch
vendored
@ -1,15 +0,0 @@
|
||||
Description: Also package all yaml files
|
||||
Author: Thomas Goirand <zigo@debian.org>
|
||||
Forwarded: https://review.openstack.org/222074
|
||||
Last-Update: 2015-09-10
|
||||
|
||||
--- python-os-client-config-1.6.0.orig/MANIFEST.in
|
||||
+++ python-os-client-config-1.6.0/MANIFEST.in
|
||||
@@ -3,4 +3,5 @@ include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
-global-exclude *.pyc
|
||||
\ No newline at end of file
|
||||
+global-exclude *.pyc
|
||||
+recursive-include os_client_config *.yaml
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1 +1 @@
|
||||
include-all-yaml-files.patch
|
||||
also-package-json-files.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user