File: fixed-horizon-MANIFEST.in.patch

package info (click to toggle)
horizon 3%3A25.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,900 kB
  • sloc: python: 100,002; javascript: 49,478; sh: 453; makefile: 79
file content (19 lines) | stat: -rw-r--r-- 772 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
Description: Fixed horizon MANIFEST.in
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-26

Index: horizon/MANIFEST.in
===================================================================
--- horizon.orig/MANIFEST.in
+++ horizon/MANIFEST.in
@@ -1,6 +1,6 @@
-recursive-include doc *.py *.rst *.scss *.js *.html *.conf *.jpg *.gif *.png
-recursive-include horizon *.html *.scss *.js *.csv *.template *.tmpl *.mo *.po
-recursive-include openstack_dashboard *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
+recursive-include doc *
+recursive-include horizon *
+recursive-include openstack_dashboard *
 recursive-include tools *.py *.sh
 recursive-include openstack_dashboard/conf *