summaryrefslogtreecommitdiff
path: root/debian/patches/fix_shebangs.patch
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2016-02-18 12:26:24 -0800
committerusd-importer <ubuntu-server@lists.ubuntu.com>2016-02-18 21:08:54 +0000
commite509d6821647aee2965c78bbfe8548a66a06ce0d (patch)
treea53b2f9ca6b9732ba3ba01aff7b1a7aab23778bc /debian/patches/fix_shebangs.patch
parenta00729ff7421b3661e8b1a1e0fa46393379f2e96 (diff)
downloadvyos-walinuxagent-e509d6821647aee2965c78bbfe8548a66a06ce0d.tar.gz
vyos-walinuxagent-e509d6821647aee2965c78bbfe8548a66a06ce0d.zip
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.
Diffstat (limited to 'debian/patches/fix_shebangs.patch')
-rw-r--r--debian/patches/fix_shebangs.patch24
1 files changed, 24 insertions, 0 deletions
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
+ #