summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
l---------debian/walinuxagent.service1
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