Tizen 2.0 release
[framework/connectivity/obexd.git] / debian / control
1 Source: obexd
2 Priority: optional
3 Section: net
4 Maintainer: ChanYeol Park <chanyeol.park@samsung.com>, Byeongho Shim <bh.shim@samsung.com>, DoHyun Pyun <dh79.pyun@samsung.com>, InJun Yang <injun.yang@samsung.com>, Seungyoun Ju <sy39.ju@samsung.com>
5 Build-Depends: debhelper (>> 4.0.0), libbluetooth3-dev , cdbs, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev
6 #Build-Depends: debhelper (>> 4.0.0), libopenobex1-dev, libbluetooth3-dev , cdbs, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, aegis-builder (>= 1.4)
7 Standards-Version: 3.8.0
8
9 Package: obexd
10 Section: net
11 Depends: ${shlibs:Depends}, bluez (>= 4.18)
12 Conflicts: obex-data-server
13 Architecture: any
14 Description: OBEX Server
15  A basic OBEX server implementation.
16
17 #Package: obexd-test
18 #Architecture: any
19 #Priority: extra
20 #Depends: obexd (= ${binary:Version}), python, python2.5-gobject, python2.5-dbus
21 #Description: testing tools for obexd
22 # This package contains test tools for testing obexd
23
24 Package: obexd-dbg
25 Section: libdevel
26 Architecture: any
27 Depends: obexd (= ${binary:Version})
28 Description: Debug symbols for obexd
29  This package contains debug symbols for the obexd package.
30
31 #Package: obexd-doc
32 #Section: doc
33 #Architecture: any
34 #Priority: extra
35 #Depends: obexd (= ${binary:Version})
36 #Description: Documentation for obexd
37 # This package contains the API documentation that comes with obexd.