From 314c194be596b2f4a463c322cfd1174047b67169 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 23 Sep 2013 22:50:10 +0800 Subject: [PATCH] Added *.py in the MANIFEST.in Change-Id: I528262c80c597ed761b473d52400c350d048efc5 Rewritten-From: 12fa87a892fc540625908c0b97b5695dbc93b14d --- .../debian/patches/fixed-horizon-MANIFEST.in.patch | 14 ++++++++++++++ xenial/debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 xenial/debian/patches/fixed-horizon-MANIFEST.in.patch diff --git a/xenial/debian/patches/fixed-horizon-MANIFEST.in.patch b/xenial/debian/patches/fixed-horizon-MANIFEST.in.patch new file mode 100644 index 0000000..1f145e5 --- /dev/null +++ b/xenial/debian/patches/fixed-horizon-MANIFEST.in.patch @@ -0,0 +1,14 @@ +Description: Fixes MANIFEST.in +Author: Thomas Goirand +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 + diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 89e6f35..e883b03 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1,2 +1,3 @@ fix-dashboard-django-wsgi.patch fix-dashboard-manage.patch +fixed-horizon-MANIFEST.in.patch -- 2.45.2