From e509d6821647aee2965c78bbfe8548a66a06ce0d Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Thu, 18 Feb 2016 12:26:24 -0800 Subject: Import patches-unapplied version 2.1.3-0ubuntu2 to ubuntu/xenial-proposed Imported using git-ubuntu import. Changelog parent: a00729ff7421b3661e8b1a1e0fa46393379f2e96 New changelog entries: * Fixed file shebangs to use python3. --- debian/patches/fix_shebangs.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/patches/fix_shebangs.patch (limited to 'debian/patches/fix_shebangs.patch') diff --git a/debian/patches/fix_shebangs.patch b/debian/patches/fix_shebangs.patch new file mode 100644 index 0000000..828b0f2 --- /dev/null +++ b/debian/patches/fix_shebangs.patch @@ -0,0 +1,24 @@ +--- a/setup.py ++++ b/setup.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3n3n3 + # + # Microsoft Azure Linux Agent setup.py + # +--- a/bin/waagent ++++ b/bin/waagent +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # + # Azure Linux Agent + # +--- a/bin/waagent2.0 ++++ b/bin/waagent2.0 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # + # Azure Linux Agent + # -- cgit v1.2.3