Adding debian version 2.4.2+debian-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
153471ed4b
commit
09f8c97288
8 changed files with 97 additions and 0 deletions
12
debian/patches/debian/0001-queryparse-shebang.patch
vendored
Normal file
12
debian/patches/debian/0001-queryparse-shebang.patch
vendored
Normal file
|
@ -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
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/0001-queryparse-shebang.patch
|
Loading…
Add table
Add a link
Reference in a new issue