summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:52:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:52:02 +0000
commit4c8c62c0872a5d7547d62654d07a27e159883e2d (patch)
tree4ce7d3315d932bcc9efbe068bbb9f19c8315e2d5 /debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch
parentMerging upstream version 1.60.0. (diff)
downloadnghttp2-4c8c62c0872a5d7547d62654d07a27e159883e2d.tar.xz
nghttp2-4c8c62c0872a5d7547d62654d07a27e159883e2d.zip
Adding debian version 1.60.0-1.debian/1.60.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch')
-rw-r--r--debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch b/debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch
deleted file mode 100644
index 319ed21..0000000
--- a/debian/patches/0001-Make-fetch-ocsp-response-use-python3.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Tomasz Buchert <tomasz@debian.org>
-Date: Tue, 2 Jan 2018 11:09:26 +0100
-Subject: Make fetch-ocsp-response use python3
-
----
- script/fetch-ocsp-response | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/script/fetch-ocsp-response b/script/fetch-ocsp-response
-index 0ff7461..185116b 100755
---- a/script/fetch-ocsp-response
-+++ b/script/fetch-ocsp-response
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- # -*- coding: utf-8 -*-
-
- # nghttp2 - HTTP/2 C Library