diff options
-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 |