Selaa lähdekoodia

Drop patch 02_newer_git: applied upstream.

Jelmer Vernooij 6 vuotta sitten
vanhempi
commit
7a8f711139
3 muutettua tiedostoa jossa 1 lisäystä ja 19 poistoa
  1. 1 0
      debian/changelog
  2. 0 18
      debian/patches/02_newer_git
  3. 0 1
      debian/patches/series

+ 1 - 0
debian/changelog

@@ -2,6 +2,7 @@ dulwich (0.19.7-1) UNRELEASED; urgency=medium
 
   * Run wrap-and-sort.
   * New upstream release.
+   + Drop patch 02_newer_git: applied upstream.
 
  -- Jelmer Vernooij <jelmer@debian.org>  Mon, 05 Nov 2018 19:27:07 +0000
 

+ 0 - 18
debian/patches/02_newer_git

@@ -1,18 +0,0 @@
-Description: Fix compatibility with newer versions of git, which expect CONTENT_LENGTH to be set to 0 for empty body requests.
-Origin: commit, revision id: git-v1:76ea02025eb4651913f9cf21454562d572ef4f3d
-Author: Jelmer Vernooij <jelmer@jelmer.uk>
-Last-Update: 2018-09-05
-X-Bzr-Revision-Id: git-v1:76ea02025eb4651913f9cf21454562d572ef4f3d
-
-=== modified file 'dulwich/tests/compat/test_client.py'
---- old/dulwich/tests/compat/test_client.py	2018-06-15 22:19:41 +0000
-+++ new/dulwich/tests/compat/test_client.py	2018-09-05 20:17:23 +0000
-@@ -500,6 +500,7 @@
-             data = self.rfile.read(nbytes)
-         else:
-             data = None
-+            env['CONTENT_LENGTH'] = '0'
-         # throw away additional data [see bug #427345]
-         while select.select([self.rfile._sock], [], [], 0)[0]:
-             if not self.rfile._sock.recv(1):
-

+ 0 - 1
debian/patches/series

@@ -1,2 +1 @@
 01_no_urllib3_pypy
-02_newer_git