From 9c99e6732b43e85ec4e774daec0ae47d240d9e55 Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Wed, 26 Nov 2014 11:41:59 -0700 Subject: 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 --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/rules | 2 +- debian/walinuxagent.service | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) create mode 120000 debian/walinuxagent.service (limited to 'debian') 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 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 XSBC-Original-Maintainer: Microsoft Corporation -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 -- cgit v1.2.3