]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Fixed MANIFEST.in which was missing the openstack_dashboard *.py.
authorThomas Goirand <thomas@goirand.fr>
Mon, 17 Mar 2014 16:44:49 +0000 (00:44 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 17 Mar 2014 16:59:11 +0000 (00:59 +0800)
Change-Id: I26bcf078b58acf79b9d518a66b686107e7d58991

Rewritten-From: 86ffec38c13d95e997b12b1396c32569ecc745da

trusty/debian/changelog
trusty/debian/patches/fixed-horizon-MANIFEST.in.patch

index a8b697eebc4e4f7d183fe3d5a953910d2517d31b..90f3c31a6d7e913b6031fbc71dd05e0d89479527 100644 (file)
@@ -1,3 +1,9 @@
+horizon (2014.1~b3-2) experimental; urgency=low
+
+  * Fixed MANIFEST.in which was missing the openstack_dashboard *.py.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 18 Mar 2014 00:44:21 +0800
+
 horizon (2014.1~b3-1) experimental; urgency=low
 
   [ GonĂ©ri Le Bouder ]
index 1f145e5b0aab86917929c4fcdf4a206819b4ad62..e7c30f885e8c26a3f3307f9e5bb042d77ea8678a 100644 (file)
@@ -1,14 +1,16 @@
 Description: Fixes MANIFEST.in
 Author: Thomas Goirand <zigo@debian.org>
 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