summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 18:48:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 19:09:07 +0000
commitee8502360558742b243f6f108755614f1cac7c88 (patch)
treeb153572b43fc38bfee8afd1d8b29192b80f9f5a0 /debian/patches
parentAdding upstream version 2.4.2+debian. (diff)
downloaddnsperf-ee8502360558742b243f6f108755614f1cac7c88.tar.xz
dnsperf-ee8502360558742b243f6f108755614f1cac7c88.zip
Adding debian version 2.4.2+debian-1.debian/2.4.2+debian-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/0001-queryparse-shebang.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-queryparse-shebang.patch b/debian/patches/debian/0001-queryparse-shebang.patch
new file mode 100644
index 0000000..ec0ba24
--- /dev/null
+++ b/debian/patches/debian/0001-queryparse-shebang.patch
@@ -0,0 +1,12 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Correcting Python shebang.
+
+diff -Naurp dnsperf.orig/contrib/queryparse/queryparse dnsperf/contrib/queryparse/queryparse
+--- dnsperf.orig/contrib/queryparse/queryparse
++++ dnsperf/contrib/queryparse/queryparse
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ #
+ # Copyright 2019-2021 OARC, Inc.
+ # Copyright 2017-2018 Akamai Technologies
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eafb9c0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian/0001-queryparse-shebang.patch