diff --git a/debian/patches/install-missing-files.patch b/debian/patches/install-missing-files.patch new file mode 100644 index 0000000..76ceb87 --- /dev/null +++ b/debian/patches/install-missing-files.patch @@ -0,0 +1,17 @@ +Description: Install missing files + setup.py install doesn't install all... +Author: Thomas Goirand +Forwarded: no +Last-Update: 2015-02-09 + +--- python-oslo.concurrency-1.4.1.orig/MANIFEST.in ++++ python-oslo.concurrency-1.4.1/MANIFEST.in +@@ -3,4 +3,7 @@ include ChangeLog + exclude .gitignore + exclude .gitreview + ++recursive-include oslo_concurrency *.py ++recursive-include oslo/concurrency *.py ++ + global-exclude *.pyc +\ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series index 3f82c12..ea61944 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ do-not-use-namespaced-oslo.patch +install-missing-files.patch