diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 22:44:18 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-06 22:44:18 +0100 |
commit | b46f1674abeb93aa4b81c1f2b5253bf26c972e22 (patch) | |
tree | 2ff4eba08fc894c6d81bb8426b73739cf725c9f9 /debian/patches | |
parent | 01b1594f1c256662a2ddee0d23769b4d3b0e8192 (diff) | |
download | debian-ansible-core-b46f1674abeb93aa4b81c1f2b5253bf26c972e22.zip |
d/patches/0005-use-py3.patch: Update header
There's also no need to upstream this patch; many other OSes don't ship py3 as
/usr/bin/python3.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0005-use-py3.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/patches/0005-use-py3.patch b/debian/patches/0005-use-py3.patch index f150cc98..fe440a13 100644 --- a/debian/patches/0005-use-py3.patch +++ b/debian/patches/0005-use-py3.patch @@ -2,6 +2,12 @@ Description: use py3 Use python 3 for all helper scripts during build . This allows us to not depend on python 2 anymore for building. +Author: Lee Garrett <debian@rocketjump.eu> +Forwarded: not-needed +Last-Update: 2021-11-06 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + --- a/docs/bin/find-plugin-refs.py +++ b/docs/bin/find-plugin-refs.py @@ -1,4 +1,4 @@ |