Merge PR #14: Fix building in sbuild
This commit is contained in:
commit
0d54a1663a
1
debian/control
vendored
1
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -21,4 +21,4 @@ override_dh_auto_clean:
|
||||
rm -rf $(PREPROCESS_FILES:.in=)
|
||||
|
||||
%:
|
||||
dh $@ --with systemd
|
||||
dh $@ --with systemd --parallel
|
||||
|
||||
Reference in New Issue
Block a user