File: 0001-queryparse-shebang.patch

package info (click to toggle)
dnsperf 2.14.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,348 kB
  • sloc: ansic: 6,653; sh: 4,786; python: 104; makefile: 73
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Daniel Baumann <daniel@debian.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-2024 OARC, Inc.
 # Copyright 2017-2018 Akamai Technologies