summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/system/tdebluez/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-22 17:32:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-03-22 17:32:23 +0900
commit61e4a45fa62d9559ea78d427f736fd41802f6f8b (patch)
tree97c3679f0d45b79cf02224ba10c46e9780c5f207 /ubuntu/_base/applications/system/tdebluez/debian/control
parentef29ae1da36797b0a30aca8df7996c5656dfd13a (diff)
downloadtde-packaging-61e4a45fa62d9559ea78d427f736fd41802f6f8b.tar.gz
tde-packaging-61e4a45fa62d9559ea78d427f736fd41802f6f8b.zip
DEB: added packaging files for tdebluez
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/system/tdebluez/debian/control')
-rw-r--r--ubuntu/_base/applications/system/tdebluez/debian/control63
1 files changed, 63 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/system/tdebluez/debian/control b/ubuntu/_base/applications/system/tdebluez/debian/control
new file mode 100644
index 000000000..e5596dc84
--- /dev/null
+++ b/ubuntu/_base/applications/system/tdebluez/debian/control
@@ -0,0 +1,63 @@
+Source: tdebluez
+Section: tde
+Priority: optional
+Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
+Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, libdbus-1-tqt-dev
+Standards-Version: 3.8.0
+
+Package: tdebluez
+Section: tde
+Architecture: any
+Depends: ${shlibs:Depends}, bluez (>= 5~), bluez-obexd (>= 5~)
+Suggests: pulseaudio-module-bluetooth
+Description: TDE Bluetooth Framework
+ The TDE Bluetooth Framework is a set of tools built on top of Linux' Bluetooth
+ stack BlueZ5. It provides easy access to the most common Bluetooth profiles and
+ makes data exchange with Bluetooth devices like phones and PDAs as
+ straightforward as possible.
+ .
+ Features:
+ * tdebluez -- a tray applet to handle incoming inquiries and control
+ adapters and devices
+ * tdebluezauth -- authentication agent
+ * tdeioclient -- cli to obex
+
+Package: libtdebluez
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, bluez (>= 5~)
+Description: Bluetooth library for TDE
+ This package is part of the TDE Bluetooth Framework.
+ It contains a Bluetooth library for TDE.
+ .
+ See the 'tdebluez' package for more informations.
+
+Package: libtdeobex
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, bluez-obexd (>= 5~)
+Description: Obex library for TDE
+ This package is part of the TDE Bluetooth Framework.
+ It contains a Bluetooth library for TDE.
+ .
+ See the 'tdebluez' package for more informations.
+
+Package: libtdebluez-dev
+Architecture: any
+Section: libdevel
+Depends: libtdebluez (= ${binary:Version})
+Description: development files for libtdebluez
+ This package is part of the TDE Bluetooth Framework.
+ It contains the development files for libtdebluez.
+ .
+ See the 'tdebluez' package for more informations.
+
+Package: libtdeobex-dev
+Architecture: any
+Section: libdevel
+Depends: libtdeobex (= ${binary:Version})
+Description: development files for libtdeobex
+ This package is part of the TDE Bluetooth Framework.
+ It contains the development files for libtdeobex.
+ .
+ See the 'tdebluez' package for more informations.