mirror of https://github.com/nymea/nymea.git
Merge PR #216: Automatically enable nymead service in dpkg
commit
dc5a4586f8
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=nymead - IoT server
|
Description=nymead - IoT server
|
||||||
Documentation=https://github.com/guh/nymea/wiki
|
Documentation=https://wiki.nymea.io
|
||||||
After=network.target
|
After=network.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ Standards-Version: 3.9.7
|
||||||
Homepage: https://nymea.io
|
Homepage: https://nymea.io
|
||||||
Vcs-Git: https://github.com/guh/guh.git
|
Vcs-Git: https://github.com/guh/guh.git
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
|
dh-systemd,
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
rsync,
|
rsync,
|
||||||
qtchooser,
|
qtchooser,
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,4 @@ override_dh_auto_clean:
|
||||||
rm -rf $(PREPROCESS_FILES:.in=)
|
rm -rf $(PREPROCESS_FILES:.in=)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=qmake --parallel
|
dh $@ --buildsystem=qmake --parallel --with systemd
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue