File: Install-missed-files.patch

package info (click to toggle)
nova 2%3A31.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,892 kB
  • sloc: python: 412,488; pascal: 1,845; sh: 992; makefile: 166; xml: 83
file content (22 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Install missed files
From: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2021-09-28

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cf3032d
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,11 @@
+exclude .gitreview 
+global-exclude *.pyc
+
+recursive-include nova *
+graft nova/CA
+graft nova/locale
+graft nova/tests/functional/api_sample_tests/api_samples
+graft nova/tests/live_migration
+graft nova/tests/unit/ssl_cert
+graft nova/wsgi
+