Patches MANIFEST.in otherwise upstream setup.py is missing lots of files in the oslo/db/openstack folder.

This commit is contained in:
Thomas Goirand
2014-07-28 00:58:57 +08:00
parent 9513d60ea3
commit 8a28d60c02
3 changed files with 19 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -1,6 +1,8 @@
python-oslo.db (0.3.0-1) unstable; urgency=medium
* New upstream release.
* Patches MANIFEST.in otherwise upstream setup.py is missing lots of files in
the oslo/db/openstack folder.
-- Thomas Goirand <zigo@debian.org> Mon, 28 Jul 2014 00:48:18 +0800

16
debian/patches/fix-MANIFEST.in.patch vendored Normal file
View File

@@ -0,0 +1,16 @@
Description: Fix MANIFEST.in
Upstream setup.py is otherwise missing lots of files.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-07-28
--- python-oslo.db-0.3.0.orig/MANIFEST.in
+++ python-oslo.db-0.3.0/MANIFEST.in
@@ -2,5 +2,6 @@ include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
+recursive-include oslo *.py
global-exclude *.pyc
\ No newline at end of file

1
debian/patches/series vendored Normal file
View File

@@ -0,0 +1 @@
fix-MANIFEST.in.patch