This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/4.2.0+dfsg-1 in repository python-dendropy.
commit 4c2d73eccf0565f1376fb65aef8bb43b1fb683af Author: Andreas Tille <[email protected]> Date: Mon Jan 9 18:09:02 2017 +0100 Adapt patches --- .../0001-Fix-bug-where-encoding-for-default-locale-is-None.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..dade8d6 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 @@ ENCODING = locale.getdefaultlocale()[1] if ENCODING == None: ENCODING = 'UTF-8' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
