Update debian packaging and compat level
This commit is contained in:
parent
5410f6be8c
commit
c94f686c72
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
9
|
11
|
||||||
|
|||||||
4
debian/control
vendored
4
debian/control
vendored
@ -2,15 +2,15 @@ Source: nymea-networkmanager
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
|
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
|
||||||
|
Standards-Version: 4.6.0
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtbase5-dev-tools,
|
qtbase5-dev-tools,
|
||||||
libqt5bluetooth5,
|
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
libnymea-networkmanager-dev (>= 0.5.0),
|
libnymea-networkmanager-dev (>= 0.5.0),
|
||||||
libnymea-gpio-dev
|
libnymea-gpio-dev
|
||||||
Standards-Version: 3.9.7
|
|
||||||
|
|
||||||
Package: nymea-networkmanager
|
Package: nymea-networkmanager
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|||||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -7,5 +7,5 @@ License: GPL-3
|
|||||||
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: (C) 2018 - 2020 nymea GmbH <contact@nymea.io>
|
Copyright: (C) 2018 - 2024 nymea GmbH <contact@nymea.io>
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
|
|||||||
6
debian/rules
vendored
6
debian/rules
vendored
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
override_dh_installsystemd:
|
||||||
dh $@ --buildsystem=qmake --parallel --with systemd
|
dh_installsystemd --restart-after-upgrade
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem=qmake --parallel
|
||||||
|
|||||||
Reference in New Issue
Block a user