diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-05-20 08:26:50 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-05-20 14:53:44 +0000 |
commit | 1fd0ec23231a8bab5f544936657569883a0e45fe (patch) | |
tree | d70f7c3c82047516a973838eac2c2ebd0a001432 /debian/control | |
parent | a09fd19e86794f7898a30e1c09e0c3055b651134 (diff) | |
download | vyos-walinuxagent-1fd0ec23231a8bab5f544936657569883a0e45fe.tar.gz vyos-walinuxagent-1fd0ec23231a8bab5f544936657569883a0e45fe.zip |
Import patches-unapplied version 2.0.5-0ubuntu1 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: a09fd19e86794f7898a30e1c09e0c3055b651134
New changelog entries:
* New upstream release (LP: #1321024).
- Multiple fixes for extension handler framework
- New logging support
- Add state handling for each extension
- Properly handle non-JSON extensions
- Several other bugfixes
- Replace platform.* calls with DistInfo() function
- EnvMonitor - Set SCSI I/O timeout for all attached disks
* Packaging changes
- Rebased Ubuntu packaging patches from 2.0.4.
- Updated Debian standards from 3.9.4 to 3.9.5.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e3d3d6c..7cd9c8c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Ben Howard <ben.howard@ubuntu.com> XSBC-Original-Maintainer: Microsoft Corporation <walinuxagent@microsoft.com> Build-Depends: debhelper (>= 8), python-all, python-setuptools -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 XS-Python-Version: all Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 |