From e98266c367d9cf908488d5078f76e2603dc9d0b1 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 18 Mar 2014 00:44:49 +0800 Subject: [PATCH] Fixed MANIFEST.in which was missing the openstack_dashboard *.py. Change-Id: I26bcf078b58acf79b9d518a66b686107e7d58991 Rewritten-From: 86ffec38c13d95e997b12b1396c32569ecc745da --- trusty/debian/changelog | 6 ++++++ .../debian/patches/fixed-horizon-MANIFEST.in.patch | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a8b697e..90f3c31 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +horizon (2014.1~b3-2) experimental; urgency=low + + * Fixed MANIFEST.in which was missing the openstack_dashboard *.py. + + -- Thomas Goirand Tue, 18 Mar 2014 00:44:21 +0800 + horizon (2014.1~b3-1) experimental; urgency=low [ Gonéri Le Bouder ] diff --git a/trusty/debian/patches/fixed-horizon-MANIFEST.in.patch b/trusty/debian/patches/fixed-horizon-MANIFEST.in.patch index 1f145e5..e7c30f8 100644 --- a/trusty/debian/patches/fixed-horizon-MANIFEST.in.patch +++ b/trusty/debian/patches/fixed-horizon-MANIFEST.in.patch @@ -1,14 +1,16 @@ Description: Fixes MANIFEST.in Author: Thomas Goirand Forwarded: no -Last-Update: 2013-09-23 +Last-Update: 2013-03-18 ---- horizon-2013.2~b3.orig/MANIFEST.in -+++ horizon-2013.2~b3/MANIFEST.in -@@ -1,5 +1,5 @@ +--- horizon-2014.1~b3.orig/MANIFEST.in ++++ horizon-2014.1~b3/MANIFEST.in +@@ -1,6 +1,6 @@ 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 openstack_dashboard *.html *.js *.less *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template +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 openstack_dashboard *.html *.js *.less *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template *.py recursive-include tools *.py *.sh + include AUTHORS -- 2.45.2