diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ef9da49 --- /dev/null +++ b/debian/control @@ -0,0 +1,70 @@ +Source: tdebluez +Section: tde +Priority: optional +Maintainer: Debian TDE Team <[email protected]> +Uploaders: ... +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs14-trinity-dev, libdbus-1-tqt-dev, libdbus-1-3 (>= 1.10.26) +Standards-Version: 3.8.0 +#Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kdebluetooth/trunk/ +#Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdebluetooth/trunk/ + +Package: tdebluez +Section: tde +Architecture: any +Depends: ${shlibs:Depends}, bluez (>= 5.43), bluez-obexd (>= 5.43), tdelibs14-trinity, libdbus-1-tqt +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 +Replaces: libtdebluez (<< 0.1) +Depends: ${shlibs:Depends}, bluez (>= 5.43) +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 +Replaces: libtdeobex (<< 0.1) +Depends: ${shlibs:Depends}, bluez (>= 5.43), bluez-obexd (>= 5.43) +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}) +Replaces: libtdebluez-dev (<< 0.1) +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: libtdebluez (= ${binary:Version}) +Replaces: libtdebluez-dev (<< 0.1) +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. |