Update debian packaging and compat level
parent
3d22589c2c
commit
4550c69645
|
|
@ -1 +1 @@
|
|||
9
|
||||
11
|
||||
|
|
|
|||
|
|
@ -2,14 +2,16 @@ Source: libnymea-networkmanager
|
|||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Simon Stürz <simon.stuerz@nymea.io>
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Author: Simon Stürz <simon.stuerz@nymea.io>
|
||||
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 <contact@nymea.io>
|
||||
Copyright: (C) 2018 - 2024 nymea GmbH <contact@nymea.io>
|
||||
License: LGPL-3
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue