From: Thomas Goirand Date: Thu, 13 Dec 2012 16:46:10 +0000 (+0000) Subject: adds removes-pecan-from-toolspip-requires patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ec4f3146a864eaae3ff175551097b663daa511b2;p=openstack-build%2Fceilometer-build.git adds removes-pecan-from-toolspip-requires patch Rewritten-From: 61cca66792c4680530ee23107df6bfc282e66531 --- diff --git a/trusty/debian/patches/removes-pecan-from-toolspip-requires b/trusty/debian/patches/removes-pecan-from-toolspip-requires new file mode 100644 index 0000000..d8d5fac --- /dev/null +++ b/trusty/debian/patches/removes-pecan-from-toolspip-requires @@ -0,0 +1,51 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + ceilometer (2013.1~g0.3+ad5ff3e4e5-1) experimental; urgency=low + . + * Initial release (Closes: #693406). +Author: Thomas Goirand +Bug-Debian: http://bugs.debian.org/693406 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- ceilometer-2013.1~g0.3+ad5ff3e4e5.orig/MANIFEST.in ++++ ceilometer-2013.1~g0.3+ad5ff3e4e5/MANIFEST.in +@@ -6,14 +6,3 @@ exclude .gitreview + + 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 +--- ceilometer-2013.1~g0.3+ad5ff3e4e5.orig/tools/pip-requires ++++ ceilometer-2013.1~g0.3+ad5ff3e4e5/tools/pip-requires +@@ -15,5 +15,4 @@ python-glanceclient + python-novaclient>=2.6.10 + python-keystoneclient>=0.2,<0.3 + python-swiftclient +-pecan + lxml diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index 2feb111..b520a36 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1,2 +1,3 @@ Adds-versioninfo-files.patch install-missing-files.patch +removes-pecan-from-toolspip-requires