diff options
author | Christoph <ckluente@thoughtworks.com> | 2016-01-07 16:53:53 +0100 |
---|---|---|
committer | Christoph <ckluente@thoughtworks.com> | 2016-01-07 17:17:24 +0100 |
commit | 75e7e4c1d65c89f1e9a174e98a7168e6f13abe34 (patch) | |
tree | 208d9c2382965df91720257a1f4324663f5ece6c | |
parent | 6927bcbbff9d31d1b7b3b3b990bebc3eac0aeb2a (diff) |
depend on dh-systemd for building
we need this if we want to have a systemd
script for starting leap-mx
-rw-r--r-- | debian/control | 2 | ||||
l--------- | debian/leap-mx.service | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 89d8777..d8ae0f2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: drebs <drebs@leap.se> Uploader: Micah Anderson <micah@debian.org> Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-systemd Standards-Version: 3.9.6 Package: leap-mx diff --git a/debian/leap-mx.service b/debian/leap-mx.service new file mode 120000 index 0000000..17c747b --- /dev/null +++ b/debian/leap-mx.service @@ -0,0 +1 @@ +../pkg/leap-mx.service
\ No newline at end of file |