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 /debian/control | |
parent | 6927bcbbff9d31d1b7b3b3b990bebc3eac0aeb2a (diff) |
depend on dh-systemd for building
we need this if we want to have a systemd
script for starting leap-mx
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 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 |