diff --git a/debian/compat b/debian/compat index f599e28b..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 0392ea4b..22aaa70a 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: nymea Section: utils Priority: optional -Maintainer: nymea GmbH -Standards-Version: 3.9.7 +Maintainer: Simon Stürz +Standards-Version: 4.6.0 Homepage: https://nymea.io Vcs-Git: https://github.com/nymea/nymea.git Build-Depends: debhelper (>= 9.0.0), diff --git a/debian/rules b/debian/rules index e07e58ff..706a5915 100755 --- a/debian/rules +++ b/debian/rules @@ -45,15 +45,22 @@ override_dh_auto_build: override_dh_install: $(PREPROCESS_FILES:.in=) # Make sure the docs directory exists, even if we didn't build them mkdir -p $(CURDIR)/doc/html - dh_install --fail-missing + dh_install + +# Note that this is the default with compat level 12. +override_dh_missing: + dh_missing --list-missing override_dh_auto_test: dh_auto_test -- -k TESTARGS="-m 600 -p -o -p -,txt -p -o -p test-results.xml,xunitxml" TESTRUNNER="dbus-test-runner --bus-type=both --task" +override_dh_installsystemd: + dh_installsystemd --restart-after-upgrade + override_dh_auto_clean: dh_auto_clean find . -name *.qm -exec rm {} \; rm -rf $(PREPROCESS_FILES:.in=) %: - dh $@ --buildsystem=qmake --parallel --with systemd + dh $@ --buildsystem=qmake --parallel