[med-svn] [galileo] 04/05: Drop 01.Fix_unicode.patch, accepted by upstream

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Fri Jul 22 22:52:01 UTC 2016


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

bob.dybian-guest pushed a commit to branch master
in repository galileo.

commit 98fd27c7ea60630c096df6c8a5a495c822b95439
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Sat Jul 23 00:47:00 2016 +0200

    Drop 01.Fix_unicode.patch, accepted by upstream
---
 debian/changelog                    |  1 +
 debian/patches/01.Fix_unicode.patch | 27 ---------------------------
 debian/patches/series               |  1 -
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8fd5249..16dc94b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 galileo (0.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Drop 01.Fix_unicode.patch, accepted by upstream.
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Sat, 23 Jul 2016 00:40:25 +0200
 
diff --git a/debian/patches/01.Fix_unicode.patch b/debian/patches/01.Fix_unicode.patch
deleted file mode 100644
index b45170b..0000000
--- a/debian/patches/01.Fix_unicode.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: Dylan Aïssi <bob.dybian at gmail.com>
-Description: Fix an UnicodeDecodeError with python3.
-# UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128)
-# http://python-future.org/compatible_idioms.html
-Forwarded: TODO
-Last-Update: 2015-05-27
-
---- a/setup.py
-+++ b/setup.py
-@@ -4,6 +4,8 @@
- import re
- import sys
- 
-+from io import open
-+
- try:
-     from setuptools import setup, find_packages, Command
- except ImportError:
-@@ -40,7 +42,7 @@
-             if regex.search(content) is None:
-                 raise ValueError('file %s mention the wrong version' % filename)
- 
--with open('README.txt') as file:
-+with open('README.txt',  encoding='utf8') as file:
-     long_description = file.read()
- 
- setup(
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index eef8c36..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01.Fix_unicode.patch

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



More information about the debian-med-commit mailing list