Merge PR #216: Automatically enable nymead service in dpkg

pull/229/head
Jenkins nymea 2019-10-18 14:57:23 +02:00
commit dc5a4586f8
3 changed files with 3 additions and 4 deletions

View File

@ -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

1
debian/control vendored
View File

@ -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,

4
debian/rules vendored
View File

@ -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