From: Thomas Goirand Date: Wed, 31 Jul 2013 09:36:43 +0000 (+0800) Subject: Fix setup.cfg X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6d5ec8f828361c7b4a28994e56f4440a623ec0fa;p=openstack-build%2Fneutron-build.git Fix setup.cfg --- diff --git a/debian/patches/fix-setup.cfg.patch b/debian/patches/fix-setup.cfg-to-install-all.patch similarity index 97% rename from debian/patches/fix-setup.cfg.patch rename to debian/patches/fix-setup.cfg-to-install-all.patch index 9a673c0da..c1ebb42e2 100644 --- a/debian/patches/fix-setup.cfg.patch +++ b/debian/patches/fix-setup.cfg-to-install-all.patch @@ -1,10 +1,7 @@ -Description: Fix setup.cfg - The setup.cfg from github is different from the one on the release tarballs. - The one in github simply doesn't work and installs only partially Neutron. - This patch uses what's in the release tarballs. +Description: Origin setup.cfg misses many .py files in the python-neutron Author: Thomas Goirand -Origin: upstream, http://tarballs.openstack.org/neutron/neutron-2013.2.b2.tar.gz -Last-Update: 2013-07-30 +Forwarded: no +Last-Update: 2013-07-31 --- neutron-2013.2~b2.orig/setup.cfg +++ neutron-2013.2~b2/setup.cfg diff --git a/debian/patches/series b/debian/patches/series index e7906d661..c373047ec 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ better-config-default.patch -fix-setup.cfg.patch +fix-setup.cfg-to-install-all.patch