diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:23:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:23:09 +0000 |
commit | 2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0 (patch) | |
tree | 4358ff30f29d4cacb2992ec6b4fce360dace2853 /debian/patches/python3-hashbang.patch | |
parent | Adding upstream version 1.7.2. (diff) | |
download | apr-2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0.tar.xz apr-2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0.zip |
Adding debian version 1.7.2-3.debian/1.7.2-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/python3-hashbang.patch')
-rw-r--r-- | debian/patches/python3-hashbang.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/patches/python3-hashbang.patch b/debian/patches/python3-hashbang.patch new file mode 100644 index 0000000..2456e62 --- /dev/null +++ b/debian/patches/python3-hashbang.patch @@ -0,0 +1,8 @@ +--- apr.orig/build/gen-build.py ++++ apr/build/gen-build.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + # + # USAGE: gen-build.py TYPE + # |