X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=xenial%2Fdebian%2Fpatches%2Finstall-missing-files.patch;h=8175df811ba723dd84f90288336fbcdcad5d3562;hb=fba663ac5479d530c23e42062507657a8f2bdb15;hp=451e368c10a12353cea32b7822c120dfaa74fd5b;hpb=27cdeaf0e36e6f75f81cee6b7794c43740a49c03;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/patches/install-missing-files.patch b/xenial/debian/patches/install-missing-files.patch index 451e368..8175df8 100644 --- a/xenial/debian/patches/install-missing-files.patch +++ b/xenial/debian/patches/install-missing-files.patch @@ -1,21 +1,13 @@ -Description: Install missing files as MANIFEST.in is wrong if using git-buildpackage +Description: Fixes the MANIFEST.in to install all what's missing Author: Thomas Goirand -Forwarded: not-needed +Forwarded: no +Last-Update: 2013-09-26 ---- ceilometer-2013.1~g0.3+ad5ff3e4e5.orig/MANIFEST.in -+++ ceilometer-2013.1~g0.3+ad5ff3e4e5/MANIFEST.in -@@ -6,3 +6,14 @@ exclude .gitreview - +--- 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 * -+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 -+include ceilometer/api/v1/templates/list_event.html -+include ceilometer/storage/sqlalchemy/migrate_repo/README -+include ceilometer/storage/sqlalchemy/migrate_repo/migrate.cfg + recursive-include ceilometer/locale * +-recursive-include ceilometer *.html ++recursive-include ceilometer *.html *.css *.png *.js *.ini *.py *.wsgi