From: Thomas Goirand Date: Tue, 30 Jul 2013 10:55:54 +0000 (+0800) Subject: Now installing everything as expected. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d25b38a2b3c02182d12b80a78dd5f84bc506e1ce;p=openstack-build%2Fneutron-build.git Now installing everything as expected. Rewritten-From: 7ec7095a34a5959f8ba9f929f4e8d6aa9ce2c73f --- diff --git a/xenial/debian/patches/fix-setup.cfg-to-install-everything.patch b/xenial/debian/patches/fix-setup.cfg-to-install-everything.patch new file mode 100644 index 000000000..345f396ae --- /dev/null +++ b/xenial/debian/patches/fix-setup.cfg-to-install-everything.patch @@ -0,0 +1,16 @@ +Description: Fix Neutron not installing stuff +Author: Thomas Goirand +Forwarded: no +Last-Update: 2013-07-30 + +--- neutron-2013.2~b2.orig/setup.cfg 2013-07-30 18:47:24.000000000 +0800 ++++ neutron-2013.2~b2/setup.cfg 2013-07-30 18:53:36.000000000 +0800 +@@ -133,3 +133,8 @@ + domain = neutron + output_dir = neutron/locale + input_file = neutron/locale/neutron.pot ++ ++[egg_info] ++tag_build = ++tag_date = 0 ++tag_svn_revision = 0 diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 385c8b781..cf75446c0 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -1 +1,2 @@ better-config-default.patch +fix-setup.cfg-to-install-everything.patch