Patches MANIFEST.in otherwise upstream setup.py is missing lots of files in the oslo/db/openstack folder.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
16
debian/patches/fix-MANIFEST.in.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
||||
fix-MANIFEST.in.patch
|
||||
Reference in New Issue
Block a user