diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:11:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:11:39 +0000 |
commit | ea1e02e35290c7ddf12ff4115bcd0923eb45ca9c (patch) | |
tree | 4358ff30f29d4cacb2992ec6b4fce360dace2853 /debian/patches/python3-hashbang.patch | |
parent | Adding upstream version 1.7.2. (diff) | |
download | apr-ea1e02e35290c7ddf12ff4115bcd0923eb45ca9c.tar.xz apr-ea1e02e35290c7ddf12ff4115bcd0923eb45ca9c.zip |
Adding debian version 1.7.2-3.debian/1.7.2-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 + # |