diff --git a/debian/control b/debian/control index fbbde08..38af69e 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,8 @@ Section: utils Priority: options Maintainer: Simon Stürz 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/nymea-remoteproxy.pri b/nymea-remoteproxy.pri index 3bd922e..0d98588 100644 --- a/nymea-remoteproxy.pri +++ b/nymea-remoteproxy.pri @@ -13,7 +13,7 @@ DEFINES += SERVER_NAME_STRING=\\\"$${SERVER_NAME}\\\" \ CONFIG += c++11 console -QMAKE_CXXFLAGS *= -Werror -std=c++11 -g +QMAKE_CXXFLAGS *= -Werror -std=c++11 -g -Wno-deprecated-declarations QMAKE_LFLAGS *= -std=c++11 top_srcdir=$$PWD