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 6000182..b37676b 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,16 @@ Source: libnymea-networkmanager Section: utils Priority: optional Maintainer: Simon Stürz -Build-Depends: debhelper (>= 9.0.0), - dpkg-dev (>= 1.16.1~), +Standards-Version: 4.6.0 +Build-Depends: debhelper, + dpkg-dev, + pkg-config, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, - libqt5bluetooth5, - qtconnectivity5-dev -Standards-Version: 3.9.7 + qtconnectivity5-dev, + libbluetooth-dev + Package: libnymea-networkmanager Section: libs @@ -19,6 +21,7 @@ Depends: ${shlibs:Depends}, Description: Qt 5 based library for the network-manager DBus API. Qt 5 based library for the network-manager DBus API. + Package: libnymea-networkmanager-dev Section: libdevel Architecture: any diff --git a/debian/copyright b/debian/copyright index d9cc845..57cac60 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Author: Simon Stürz -Download: https://github.com/guh/libnymea-networkmanager +Download: https://github.com/nymea/libnymea-networkmanager 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: * -Copyright: (C) 2018 - 2020 nymea GmbH +Copyright: (C) 2018 - 2024 nymea GmbH License: LGPL-3 diff --git a/debian/rules b/debian/rules index 43ff668..102c9ec 100755 --- a/debian/rules +++ b/debian/rules @@ -8,12 +8,13 @@ PREPROCESS_FILES := $(wildcard debian/*.in) $(PREPROCESS_FILES:.in=): %: %.in sed 's,/@DEB_HOST_MULTIARCH@,$(DEB_HOST_MULTIARCH:%=/%),g' $< > $@ -%: - dh $@ --buildsystem=qmake --parallel - override_dh_install: $(PREPROCESS_FILES:.in=) dh_install override_dh_auto_clean: dh_auto_clean rm -rf $(PREPROCESS_FILES:.in=) + +%: + dh $@ --buildsystem=qmake --parallel +