Debian packaging delta vs. the current trusty version:

--- walinuxagent-2.0.16/debian/ephemeral-disk-warning.conf      2016-03-08 
08:29:03.000000000 -0800
+++ walinuxagent-2.1.3/debian/ephemeral-disk-warning.conf       2016-03-07 
11:15:40.000000000 -0800
@@ -43,6 +43,7 @@
 
 This warning is written each boot; to disable it:
     echo "manual" | sudo tee /etc/init/ephemeral-disk-warning.override
+    sudo systemctl disable ephemeral-disk-warning.service
 
 EOF
         chmod 0444 $warn_file

This command will fail on trusty, which does not use (or have) systemd.

I've reverted this change locally for the upload to trusty.

--- walinuxagent-2.0.16/debian/patches/fix_shebangs.patch       1969-12-31 16:00
:00.000000000 -0800
+++ walinuxagent-2.1.3/debian/patches/fix_shebangs.patch        2016-02-18 12:26
:20.000000000 -0800
@@ -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
+ #

So... that's a bit wrong, but fortunately the dh-python build system
doesn't care about the shebang and instead invokes its version of
python3 explicitly.  Should be fixed in yakkety at some point, but not a
blocker for SRU.

Looks fine otherwise.  Uploading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1590751

Title:
  [SRU] Update walinuxagent to 2.1.3 in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1590751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to