From c94f686c72e70574c62a6f0ea8a38e4146dbd2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 18 Jul 2024 12:22:10 +0200 Subject: [PATCH] Update debian packaging and compat level --- debian/compat | 2 +- debian/control | 4 ++-- debian/copyright | 2 +- debian/rules | 6 ++++-- 4 files changed, 8 insertions(+), 6 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 7371263..c1ec8ef 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: nymea-networkmanager Section: utils Priority: optional Maintainer: Simon Stürz +Standards-Version: 4.6.0 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), qtbase5-dev, qtbase5-dev-tools, - libqt5bluetooth5, qtconnectivity5-dev, libnymea-networkmanager-dev (>= 0.5.0), libnymea-gpio-dev -Standards-Version: 3.9.7 + Package: nymea-networkmanager Architecture: any diff --git a/debian/copyright b/debian/copyright index 737d1d8..7a2994b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,5 +7,5 @@ License: GPL-3 Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: * -Copyright: (C) 2018 - 2020 nymea GmbH +Copyright: (C) 2018 - 2024 nymea GmbH License: GPL-3 diff --git a/debian/rules b/debian/rules index 813871e..e490607 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ export DH_VERBOSE=1 -%: - dh $@ --buildsystem=qmake --parallel --with systemd +override_dh_installsystemd: + dh_installsystemd --restart-after-upgrade +%: + dh $@ --buildsystem=qmake --parallel