diff --git a/debian/control b/debian/control index 1afd2c2..fbbde08 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-depends: debhelper (>= 0.0.0), dh-systemd, libqt5websockets5-dev, libncurses5-dev, + qt5-default, Standards-Version: 3.9.3 Package: nymea-remoteproxy diff --git a/debian/rules b/debian/rules index 424e499..217cc12 100755 --- a/debian/rules +++ b/debian/rules @@ -21,4 +21,4 @@ override_dh_auto_clean: rm -rf $(PREPROCESS_FILES:.in=) %: - dh $@ --with systemd + dh $@ --with systemd --parallel