[med-svn] [python-dendropy] 05/08: update patches
Sascha Steinbiss
satta at debian.org
Sun Jul 31 20:15:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository python-dendropy.
commit a3c6fcfb3adb4708534821d71574d58c8288a1de
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Jul 31 19:17:33 2016 +0000
update patches
---
.../0001-Fix-bug-where-encoding-for-default-locale-is-None.patch | 2 +-
.../0002-Do-not-run-PAUP-based-tests-unless-path-to-PAUP-is-p.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0001-Fix-bug-where-encoding-for-default-locale-is-None.patch b/debian/patches/0001-Fix-bug-where-encoding-for-default-locale-is-None.patch
index ab4ee2c..3fafa19 100644
--- a/debian/patches/0001-Fix-bug-where-encoding-for-default-locale-is-None.patch
+++ b/debian/patches/0001-Fix-bug-where-encoding-for-default-locale-is-None.patch
@@ -9,7 +9,7 @@ Subject: [PATCH] Fix bug where encoding for default locale is None.
--- a/dendropy/utility/textprocessing.py
+++ b/dendropy/utility/textprocessing.py
-@@ -35,6 +35,9 @@ ENCODING = locale.getdefaultlocale()[1]
+@@ -42,6 +42,9 @@
if ENCODING == None:
ENCODING = 'UTF-8'
diff --git a/debian/patches/0002-Do-not-run-PAUP-based-tests-unless-path-to-PAUP-is-p.patch b/debian/patches/0002-Do-not-run-PAUP-based-tests-unless-path-to-PAUP-is-p.patch
index be86680..b4cf80a 100644
--- a/debian/patches/0002-Do-not-run-PAUP-based-tests-unless-path-to-PAUP-is-p.patch
+++ b/debian/patches/0002-Do-not-run-PAUP-based-tests-unless-path-to-PAUP-is-p.patch
@@ -11,7 +11,7 @@ Subject: [PATCH] Do not run PAUP-based tests unless path to PAUP is provided
--- a/README.rst
+++ b/README.rst
-@@ -67,6 +67,21 @@ Testing
+@@ -67,6 +67,21 @@
If this variable is not set or set to "NONE", then any tests that rely on
PAUP* will NOT be run.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git
More information about the debian-med-commit
mailing list