From 0ee4358b4a79ab4f82b58b324b66e28691c8387a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 19 Jul 2024 11:29:51 +0200 Subject: [PATCH] Update debian packaging and compat level --- debian/compat | 2 +- debian/control | 5 +++-- debian/rules | 6 +++++- 3 files changed, 9 insertions(+), 4 deletions(-) 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 2c26f4f..9dd8c02 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: nymea-experience-plugin-airconditioning Section: utils Priority: optional -Maintainer: Michael Zanetti -Standards-Version: 3.9.7 +Maintainer: nymea GmbH +Standards-Version: 4.6.0 Homepage: https://nymea.io Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9.0.0), qt5-qmake, qtbase5-dev, + Package: nymea-experience-plugin-airconditioning Section: libs Architecture: any diff --git a/debian/rules b/debian/rules index f063fd2..24a13dc 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,11 @@ override_dh_auto_clean: override_dh_auto_test: override_dh_install: $(PREPROCESS_FILES:.in=) - dh_install --fail-missing + dh_install + +# Note that this is the default with compat level 12. +override_dh_missing: + dh_missing --list-missing %: dh $@ --buildsystem=qmake --parallel