Installing missing files not in the MANIFEST.in
authorThomas Goirand <thomas@goirand.fr>
Thu, 26 Sep 2013 15:04:29 +0000 (23:04 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 26 Sep 2013 15:04:29 +0000 (23:04 +0800)
Change-Id: I79f8bdc193e1a0a0ae3416a53e29624cc4329076

Rewritten-From: bab6db89dd4c975478b353c4d500d2d2f252296a

trusty/debian/patches/install-missing-files.patch
trusty/debian/patches/series

index 209890d9ef26239abf263448b063c469304434d8..ec47ec9fea6575a724c6cec62231e5ed9494837c 100644 (file)
@@ -1,20 +1,13 @@
-Description: Install missing files
+Description: Fixes the MANIFEST.in to install all what's missing
 Author: Thomas Goirand <zigo@debian.org>
 Forwarded: no
+Last-Update: 2013-09-26
 
-Index: ceilometer/MANIFEST.in
-===================================================================
---- ceilometer.orig/MANIFEST.in        2013-09-11 12:54:37.000000000 +0800
-+++ ceilometer/MANIFEST.in     2013-09-22 23:01:28.000000000 +0800
-@@ -12,3 +12,11 @@
+--- ceilometer-2013.2~b3.orig/MANIFEST.in
++++ ceilometer-2013.2~b3/MANIFEST.in
+@@ -11,4 +11,4 @@ recursive-include nova_tests *.py
+ global-exclude *.pyc
  recursive-include public *
  recursive-include ceilometer/locale *
- recursive-include ceilometer *.html
-+include ceilometer/api/v1/static/bootstrap/css/bootstrap-responsive.css
-+include ceilometer/api/v1/static/bootstrap/css/bootstrap.css
-+include ceilometer/api/v1/static/bootstrap/img/glyphicons-halflings-white.png
-+include ceilometer/api/v1/static/bootstrap/img/glyphicons-halflings.png
-+include ceilometer/api/v1/static/bootstrap/js/bootstrap.js
-+include ceilometer/api/v1/static/d3.v2.js
-+include ceilometer/api/v1/static/rickshaw.css
-+include ceilometer/api/v1/static/rickshaw.js
+-recursive-include ceilometer *.html
++recursive-include ceilometer *.html *.css *.png *.js *.ini
index 99b75154ba977abd7f56091bc7f49cdb233a0680..f6d6ecf19f7e269bef8003499b72fe0530fc26b3 100644 (file)
@@ -1,2 +1,2 @@
-install-missing-files.patch
 removes-sqlalchemy-restriction.patch
+install-missing-files.patch