[Python-modules-commits] [python-cmislib] 03/04: Add fix_test_import.patch to fix error messages when building the documentation.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jun 23 19:45:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-cmislib.

commit e6e587c3fa63978fae22514a9c6e6865dbb584b9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jun 23 21:35:32 2015 +0200

    Add fix_test_import.patch to fix error messages when building the documentation.
---
 debian/patches/fix_test_import.patch | 15 +++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_test_import.patch b/debian/patches/fix_test_import.patch
new file mode 100644
index 0000000..496073f
--- /dev/null
+++ b/debian/patches/fix_test_import.patch
@@ -0,0 +1,15 @@
+Description: Fix module name from where tests are imported.
+Author: Michael Fladischer <fladi at debian.org>
+Last-Updae: 2015-06-23
+Forwarded: no
+
+Index: python-cmislib/src/tests/__init__.py
+===================================================================
+--- python-cmislib.orig/src/tests/__init__.py	2015-04-15 15:32:13.087316238 +0200
++++ python-cmislib/src/tests/__init__.py	2015-06-23 21:18:01.833373341 +0200
+@@ -16,4 +16,4 @@
+ #      specific language governing permissions and limitations
+ #      under the License.
+ #
+-from cmislibtests import *
++from cmislibtest import *
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1c333b2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_test_import.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cmislib.git



More information about the Python-modules-commits mailing list