]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added *.py in the MANIFEST.in
authorThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 14:50:10 +0000 (22:50 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 23 Sep 2013 14:50:10 +0000 (22:50 +0800)
Change-Id: I528262c80c597ed761b473d52400c350d048efc5

Rewritten-From: 12fa87a892fc540625908c0b97b5695dbc93b14d

xenial/debian/patches/fixed-horizon-MANIFEST.in.patch [new file with mode: 0644]
xenial/debian/patches/series

diff --git a/xenial/debian/patches/fixed-horizon-MANIFEST.in.patch b/xenial/debian/patches/fixed-horizon-MANIFEST.in.patch
new file mode 100644 (file)
index 0000000..1f145e5
--- /dev/null
@@ -0,0 +1,14 @@
+Description: Fixes MANIFEST.in
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2013-09-23
+
+--- horizon-2013.2~b3.orig/MANIFEST.in
++++ horizon-2013.2~b3/MANIFEST.in
+@@ -1,5 +1,5 @@
+ recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
+-recursive-include horizon *.html *.css *.js *.csv *.template *.tmpl *.mo *.po
++recursive-include horizon *.html *.css *.js *.csv *.template *.tmpl *.mo *.po *.py
+ recursive-include openstack_dashboard *.html *.js *.less *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
+ recursive-include tools *.py *.sh
index 89e6f35a4069cfbeda41ba9e693b36ab17a878d7..e883b0358c2035eff2581538e242ec72baf1c5fe 100644 (file)
@@ -1,2 +1,3 @@
 fix-dashboard-django-wsgi.patch
 fix-dashboard-manage.patch
+fixed-horizon-MANIFEST.in.patch