diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 33f1589..3b840fa 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nymea-remoteproxy Section: utils Priority: optional Maintainer: nymea GmbH -Standards-Version: 3.9.3 +Standards-Version: 4.6.0 Homepage: https://nymea.io Vcs-Git: https://github.com/nymea/nymea-remoteproxy.git Build-depends: debhelper (>= 9.0.0), diff --git a/debian/copyright b/debian/copyright index 3249f09..d4de476 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nymea-remoteproxy Upstream-Contact: Simon Stürz -Copyright: 2018 - 2023, nymea GmbH +Copyright: 2018 - 2024, nymea GmbH Download: http://www.github.com/nymea/nymea-remoteproxy Source: https://github.com/nymea/nymea-remoteproxy.git @@ -13,23 +13,6 @@ License: LGPL-3 On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: libnymea-remoteproxyclient/* +Files: * License: LGPL-3 -Copyright: 2018 - 2023, nymea GmbH - -Files: libnymea-remoteproxy/* -License: GPL-3 -Copyright: 2018 - 2023, nymea GmbH - -Files: monitor/* -License: GPL-3 -Copyright: 2018 - 2023, nymea GmbH - -Files: server/* -License: GPL-3 -Copyright: 2018 - 2023, nymea GmbH - -Files: tests/* -License: GPL-3 -Copyright: 2018 - 2023, nymea GmbH +Copyright: 2018 - 2024, nymea GmbH diff --git a/debian/rules b/debian/rules index 20b9a04..b09256b 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,10 @@ $(PREPROCESS_FILES:.in=): %: %.in override_dh_install: $(PREPROCESS_FILES:.in=) dh_install +# Note that this is the default with compat level 12. +override_dh_missing: + dh_missing --list-missing + override_dh_auto_clean: dh_auto_clean rm -rf $(PREPROCESS_FILES:.in=) @@ -22,5 +26,8 @@ override_dh_auto_clean: override_dh_auto_test: dh_auto_test -- -k TESTARGS="-maxwarnings 0" +override_dh_installsystemd: + dh_installsystemd --restart-after-upgrade + %: - dh $@ --buildsystem=qmake --with systemd --parallel + dh $@ --buildsystem=qmake --parallel