summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-04-19 09:02:35 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-04-19 09:02:35 +0200
commitdf369dfdf8e144c6bbf2cf4ea589316e496e7618 (patch)
treec544591c7b4f72aa33ed9109a6b43cb539bd28b9
parentbee4aefdb118a5501d28e0d7079cc1dfab68a23d (diff)
debian: enable systemd packaging
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 897a099..e83a49a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: rmtfs
Section: utils
Priority: optional
Maintainer: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-Build-Depends: cdbs, debhelper (>= 7), qmic, libqrtr-dev, libudev-dev
+Build-Depends: cdbs, debhelper (>= 7), qmic, libqrtr-dev, libudev-dev, dh-systemd (>= 1.5)
Standards-Version: 3.9.3
Homepage: https://github.com/andersson/rmtfs.git
Vcs-Git: https://github.com/andersson/rmtfs.git
diff --git a/debian/rules b/debian/rules
index af79cdc..29f31e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with=systemd
# disable tests
override_dh_auto_test: