summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-queryparse-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0001-queryparse-shebang.patch')
-rw-r--r--debian/patches/debian/0001-queryparse-shebang.patch12
1 files changed, 12 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