File: also-package-json-files.patch

package info (click to toggle)
python-os-client-config 1.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 282
  • sloc: python: 2,570; makefile: 48
file content (15 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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