From ee8502360558742b243f6f108755614f1cac7c88 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 4 Mar 2021 19:48:10 +0100 Subject: Adding debian version 2.4.2+debian-1. Signed-off-by: Daniel Baumann --- debian/patches/debian/0001-queryparse-shebang.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/debian/0001-queryparse-shebang.patch create mode 100644 debian/patches/series (limited to 'debian/patches') 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 +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 -- cgit v1.2.3