Update debian packaging and compat level

This commit is contained in:
Simon Stürz 2024-07-18 12:22:10 +02:00
parent 5410f6be8c
commit c94f686c72
4 changed files with 8 additions and 6 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
11

4
debian/control vendored
View File

@ -2,15 +2,15 @@ Source: nymea-networkmanager
Section: utils
Priority: optional
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
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

2
debian/copyright vendored
View File

@ -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 <contact@nymea.io>
Copyright: (C) 2018 - 2024 nymea GmbH <contact@nymea.io>
License: GPL-3

6
debian/rules vendored
View File

@ -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