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 88 89 90 91
|
Source: kf6-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-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
cmake (>= 3.16~),
dbus-x11 <!nocheck>,
doxygen,
extra-cmake-modules (>= 6.13.0~),
libxkbcommon-dev,
pkgconf,
qml6-module-qtqml-workerscript <!nocheck>,
qml6-module-qtquick-window <!nocheck>,
qml6-module-qttest <!nocheck>,
qt6-base-dev (>= 6.6.0~),
qt6-declarative-dev (>= 6.6.0~),
qt6-declarative-private-dev,
qt6-tools-dev (>= 6.5.0~),
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/kf6-bluez-qt.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-bluez-qt
Rules-Requires-Root: no
Package: libkf6bluezqt-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: libkf6bluezqt-dev
Section: libdevel
Architecture: linux-any
Depends: libkf6bluezqt6 (= ${binary:Version}),
qml6-module-org-kde-bluezqt (= ${binary:Version}),
qt6-base-dev (>= 6.6.0~),
${misc:Depends},
Recommends: libkf6bluezqt-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: libkf6bluezqt-doc
Section: 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.
Package: libkf6bluezqt6
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libkf6bluezqt-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: qml6-module-org-kde-bluezqt
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${qml6: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.
|