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