Adding debian version 2.4.2+debian-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 08:53:02 +01:00
parent 153471ed4b
commit 09f8c97288
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 97 additions and 0 deletions

View 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
View file

@ -0,0 +1 @@
debian/0001-queryparse-shebang.patch