summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control63
1 files changed, 0 insertions, 63 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index e5596dc..0000000
--- a/debian/control
+++ /dev/null
@@ -1,63 +0,0 @@
-Source: tdebluez
-Section: tde
-Priority: optional
-Maintainer: TDE Debian Team <[email protected]>
-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.