diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-18 12:26:24 -0800 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-02-18 21:08:54 +0000 |
commit | ae550a693d18d4ad45fc19cf84b635e433a1a692 (patch) | |
tree | 0f6f85b9327f2f4abd9fb79a34ccd8543573bbf7 /debian/patches | |
parent | 5eee50d19640c3c1ee5c2584d6f69e0ce5423214 (diff) | |
parent | 3a27f75e587dc171ba3a045b707ca616cd9e4c80 (diff) | |
download | vyos-walinuxagent-ae550a693d18d4ad45fc19cf84b635e433a1a692.tar.gz vyos-walinuxagent-ae550a693d18d4ad45fc19cf84b635e433a1a692.zip |
Import patches-applied version 2.1.3-0ubuntu2 to applied/ubuntu/xenial-proposed
Imported using git-ubuntu import.
Changelog parent: 5eee50d19640c3c1ee5c2584d6f69e0ce5423214
Unapplied parent: 3a27f75e587dc171ba3a045b707ca616cd9e4c80
New changelog entries:
* Fixed file shebangs to use python3.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/fix_shebangs.patch | 24 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 25 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 + # diff --git a/debian/patches/series b/debian/patches/series index 05993c8..a2f35e0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ cloud-init-default-cfg.patch disable_import_test.patch disable_udev_overrides.patch +fix_shebangs.patch |