[med-svn] [python-oset] 08/11: Add patch to fix test filename extension

Kevin Murray daube-guest at moszumanska.debian.org
Fri Oct 9 10:15:45 UTC 2015


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

daube-guest pushed a commit to branch master
in repository python-oset.

commit 81986906ea71586cf9747bad227e632037ca4f1d
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Thu Oct 8 15:08:08 2015 +1100

    Add patch to fix test filename extension
---
 debian/patches/0001-Fix-test-file-extension.patch | 21 +++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-Fix-test-file-extension.patch b/debian/patches/0001-Fix-test-file-extension.patch
new file mode 100644
index 0000000..2311f13
--- /dev/null
+++ b/debian/patches/0001-Fix-test-file-extension.patch
@@ -0,0 +1,21 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Thu, 8 Oct 2015 15:07:49 +1100
+Subject: Fix test file extension
+
+---
+ src/oset/tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/oset/tests.py b/src/oset/tests.py
+index 36f53f2..ed5a74e 100644
+--- a/src/oset/tests.py
++++ b/src/oset/tests.py
+@@ -13,7 +13,7 @@ optionflags = doctest.NORMALIZE_WHITESPACE | \
+               doctest.REPORT_ONLY_FIRST_FAILURE
+ 
+ TESTFILES = [
+-    'pyoset.txt',
++    'pyoset.py',
+ ]
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d14bc85
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-test-file-extension.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-oset.git



More information about the debian-med-commit mailing list