adds removes-pecan-from-toolspip-requires patch
authorThomas Goirand <thomas@goirand.fr>
Thu, 13 Dec 2012 16:46:10 +0000 (16:46 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Dec 2012 16:46:10 +0000 (16:46 +0000)
Rewritten-From: 61cca66792c4680530ee23107df6bfc282e66531

trusty/debian/patches/removes-pecan-from-toolspip-requires [new file with mode: 0644]
trusty/debian/patches/series

diff --git a/trusty/debian/patches/removes-pecan-from-toolspip-requires b/trusty/debian/patches/removes-pecan-from-toolspip-requires
new file mode 100644 (file)
index 0000000..d8d5fac
--- /dev/null
@@ -0,0 +1,51 @@
+Description: <short summary of the patch>
+ 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 <zigo@debian.org>
+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: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- 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
index 2feb111a03e33cbbbb4e46b5189a8470c4317887..b520a36fed43f81022df953d25e7892458297b7a 100644 (file)
@@ -1,2 +1,3 @@
 Adds-versioninfo-files.patch
 install-missing-files.patch
+removes-pecan-from-toolspip-requires