Ver Fonte

Drop patch 01_refs_unicode: applied upstream.

Jelmer Vernooij há 8 anos atrás
pai
commit
862351b0ba
3 ficheiros alterados com 1 adições e 14 exclusões
  1. 1 0
      debian/changelog
  2. 0 13
      debian/patches/01_refs_unicode
  3. 0 1
      debian/patches/series

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 dulwich (0.14.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop patch 01_refs_unicode: applied upstream.
 
  -- Jelmer Vernooij <jelmer@debian.org>  Sun, 03 Jul 2016 19:17:25 +0000
 

+ 0 - 13
debian/patches/01_refs_unicode

@@ -1,13 +0,0 @@
-diff --git a/dulwich/tests/test_refs.py b/dulwich/tests/test_refs.py
-index 3a645c6..61547a1 100644
---- a/dulwich/tests/test_refs.py
-+++ b/dulwich/tests/test_refs.py
-@@ -441,7 +441,7 @@ class DiskRefsContainerTests(RefsContainerTests, TestCase):
-     def test_non_ascii(self):
-         try:
-             encoded_ref = u'refs/tags/schön'.encode(sys.getfilesystemencoding())
--        except UnicodeDecodeError:
-+        except UnicodeEncodeError:
-             raise SkipTest("filesystem encoding doesn't support special character")
-         p = os.path.join(self._repo.path, 'refs', 'tags', 'schön')
-         with open(p, 'w') as f:

+ 0 - 1
debian/patches/series

@@ -1 +0,0 @@
-01_refs_unicode