1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: bluez-qt
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf5,
cmake (>= 3.16~),
dbus-x11 <!nocheck>,
doxygen,
extra-cmake-modules (>= 5.116.0~),
libqt5sql5-sqlite,
pkg-kde-tools (>> 0.15.15),
pkgconf,
qml-module-qttest <!nocheck>,
qtbase5-dev (>= 5.15.2~),
qtdeclarative5-dev (>= 5.15.2~),
qttools5-dev,
qttools5-dev-tools,
systemd-dev,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/bluez-qt
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/bluez-qt.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/bluez-qt
Rules-Requires-Root: no
Package: libkf5bluezqt-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: data files for bluez-qt
bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
.
It is used by the KDE Bluetooth stack, BlueDevil.
.
This package contains the data files.
Package: libkf5bluezqt-dev
Section: libdevel
Architecture: linux-any
Depends: libkf5bluezqt6 (= ${binary:Version}),
qtbase5-dev (>= 5.15.2~),
${misc:Depends},
Recommends: libkf5bluezqt-doc (= ${source:Version}),
Description: development files for bluez-qt
This package provides all the necessary development headers for building
software that uses the bluez-qt library.
.
This package contains the development files.
Package: libkf5bluezqt-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: documentation files for bluez-qt
bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
.
It is used by the KDE Bluetooth stack, BlueDevil.
.
This package contains the qch documentation files.
Section: doc
Package: libkf5bluezqt6
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libkf5bluezqt-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Qt wrapper for bluez
bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
.
It is used by the KDE Bluetooth stack, BlueDevil.
Package: qml-module-org-kde-bluezqt
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: QML wrapper for bluez
bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
.
It is used by the KDE Bluetooth stack, BlueDevil.
.
This package contains the QML module for bluez-qt.
|