Fix building in sbuild

fix-sbuild
Michael Zanetti 2020-01-10 19:29:02 +01:00
parent 9c7075192b
commit e09db777e0
2 changed files with 2 additions and 1 deletions

1
debian/control vendored
View File

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

2
debian/rules vendored
View File

@ -21,4 +21,4 @@ override_dh_auto_clean:
rm -rf $(PREPROCESS_FILES:.in=)
%:
dh $@ --with systemd
dh $@ --with systemd --parallel