Update debian packaging and compat level

This commit is contained in:
Simon Stürz 2024-07-18 11:27:24 +02:00
parent 08cb7cb70a
commit a568c94b14
4 changed files with 13 additions and 23 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
11

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: nymea-remoteproxy
Section: utils
Priority: optional
Maintainer: nymea GmbH <developer@nymea.io>
Standards-Version: 3.9.3
Standards-Version: 4.6.0
Homepage: https://nymea.io
Vcs-Git: https://github.com/nymea/nymea-remoteproxy.git
Build-depends: debhelper (>= 9.0.0),

23
debian/copyright vendored
View File

@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nymea-remoteproxy
Upstream-Contact: Simon Stürz <simon.stuerz@nymea.io>
Copyright: 2018 - 2023, nymea GmbH
Copyright: 2018 - 2024, nymea GmbH
Download: http://www.github.com/nymea/nymea-remoteproxy
Source: https://github.com/nymea/nymea-remoteproxy.git
@ -13,23 +13,6 @@ License: LGPL-3
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
Files: libnymea-remoteproxyclient/*
Files: *
License: LGPL-3
Copyright: 2018 - 2023, nymea GmbH <developer@nymea.io>
Files: libnymea-remoteproxy/*
License: GPL-3
Copyright: 2018 - 2023, nymea GmbH <developer@nymea.io>
Files: monitor/*
License: GPL-3
Copyright: 2018 - 2023, nymea GmbH <developer@nymea.io>
Files: server/*
License: GPL-3
Copyright: 2018 - 2023, nymea GmbH <developer@nymea.io>
Files: tests/*
License: GPL-3
Copyright: 2018 - 2023, nymea GmbH <developer@nymea.io>
Copyright: 2018 - 2024, nymea GmbH <developer@nymea.io>

9
debian/rules vendored
View File

@ -15,6 +15,10 @@ $(PREPROCESS_FILES:.in=): %: %.in
override_dh_install: $(PREPROCESS_FILES:.in=)
dh_install
# Note that this is the default with compat level 12.
override_dh_missing:
dh_missing --list-missing
override_dh_auto_clean:
dh_auto_clean
rm -rf $(PREPROCESS_FILES:.in=)
@ -22,5 +26,8 @@ override_dh_auto_clean:
override_dh_auto_test:
dh_auto_test -- -k TESTARGS="-maxwarnings 0"
override_dh_installsystemd:
dh_installsystemd --restart-after-upgrade
%:
dh $@ --buildsystem=qmake --with systemd --parallel
dh $@ --buildsystem=qmake --parallel