diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-26 11:41:59 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-26 19:08:31 +0000 |
commit | 9c99e6732b43e85ec4e774daec0ae47d240d9e55 (patch) | |
tree | f73e09f0a70614a89475fcb29b352d4a5f2b3124 | |
parent | 5a3f57acdee1f44c031ec23f13bc25f4765e8871 (diff) | |
download | vyos-walinuxagent-9c99e6732b43e85ec4e774daec0ae47d240d9e55.tar.gz vyos-walinuxagent-9c99e6732b43e85ec4e774daec0ae47d240d9e55.zip |
Import patches-unapplied version 2.0.8-0ubuntu5 to ubuntu/vivid-proposed
Imported using git-ubuntu import.
Changelog parent: 5a3f57acdee1f44c031ec23f13bc25f4765e8871
New changelog entries:
* Changes to support systemd
- debian/walinuxagent.service: symlink to upstream service
- debian/rules: build with systemd
- debain/control: added dh_python and dh_systemd to build deps
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
l--------- | debian/walinuxagent.service | 1 |
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3e10a1f..d2c1f8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +walinuxagent (2.0.8-0ubuntu5) vivid; urgency=medium + + * Changes to support systemd + - debian/walinuxagent.service: symlink to upstream service + - debian/rules: build with systemd + - debain/control: added dh_python and dh_systemd to build deps + + -- Ben Howard <ben.howard@ubuntu.com> Wed, 26 Nov 2014 11:41:59 -0700 + walinuxagent (2.0.8-0ubuntu4) vivid; urgency=medium * Moved dependency of linux-image-extra-virtual to recommends. diff --git a/debian/control b/debian/control index 49be347..a167101 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python 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 +Build-Depends: debhelper (>= 8), python-all, python-setuptools, dh-systemd, dh-python Standards-Version: 3.9.5 XS-Python-Version: all Homepage: http://go.microsoft.com/fwlink/?LinkId=250998 diff --git a/debian/rules b/debian/rules index b54cee2..5b9c8e9 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ get-packaged-orig-source: -o walinuxagent_$(DEB_VERSION).orig.tar.gz %: - dh $@ --with python2 + dh $@ --with python2,systemd diff --git a/debian/walinuxagent.service b/debian/walinuxagent.service new file mode 120000 index 0000000..39e4603 --- /dev/null +++ b/debian/walinuxagent.service @@ -0,0 +1 @@ +../distro/systemd/waagent.service
\ No newline at end of file |