diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:43:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:43:35 +0000 |
commit | a4fa4b329ad6979a81826e77ef3864c52ac7fd37 (patch) | |
tree | 5a4ed3f52650347b217f82264c82792e44dc96e4 /debian/patches/python3-tests.patch | |
parent | Adding upstream version 1.3.2. (diff) | |
download | suricata-update-debian/1.3.2-1.tar.xz suricata-update-debian/1.3.2-1.zip |
Adding debian version 1.3.2-1.debian/1.3.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/python3-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/python3-tests.patch b/debian/patches/python3-tests.patch new file mode 100644 index 0000000..8d7c8b1 --- /dev/null +++ b/debian/patches/python3-tests.patch @@ -0,0 +1,11 @@ +Description: force Python 3 for script +Author: Sascha Steinbiss <satta@debian.org> +Last-Update: 2019-01-03 +--- a/bin/suricata-update ++++ b/bin/suricata-update +@@ -1,4 +1,4 @@ +-#! /usr/bin/env python ++#! /usr/bin/env python3 + # + # Copyright (C) 2017 Open Information Security Foundation + # |