Fix manifests
[platform/core/connectivity/smartcard-service.git] / debian / control
1 Source: smartcard-service
2 Priority: extra
3 Maintainer: Wonkyu Kwon <wonkyu.kwon@samsung.com>, Sangsoo Lee <constant.lee@samsung.com>, Sungjae Lim <sungjae.lim@samsung.com>, Junyong Sim <junyong.sim@samsung.com>, Sechang Sohn <sc.sohn@samsung.com>
4 Build-Depends: debhelper (>= 8.0.0), libglib2.0-dev, libvconf-dev, libsecurity-server-client-dev, dlog-dev, wrt-commons-dev, libaul-1-dev, libssl-dev
5 #Build-Depends: debhelper (>= 8.0.0), libglib2.0-dev, libvconf-dev, libsecurity-server-client-dev, dlog-dev, libpkcs11-helper1-dev, wrt-commons, libaul-dev, libssl-dev
6 #Standards-Version: 3.9.2
7 Section: mixed
8 Homepage: <insert the upstream URL, if relevant>
9 #Vcs-Git: git://git.debian.org/collab-maint/smartcard-service.git
10 #Vcs-Browser: http://git.debian.org/?p=collab-maint/smartcard-service.git;a=summary
11
12 Package: smartcard-service-common
13 Section: libs
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Description: Common library of Smart card service
17  Common library of Smart card service
18
19 Package: smartcard-service-common-dev
20 Section: libdevel
21 Architecture: any
22 Depends: smartcard-service-common (= ${binary:Version})
23 Description: Common library of Smart card service
24  Common library of Smart card service
25
26 Package: smartcard-service-common-dbg
27 Section: debug
28 Architecture: any
29 Depends: smartcard-service-common (= ${binary:Version})
30 Description: Common library of Smart card service (unstripped)
31  Common library of Smart card service (unstripped)
32
33 Package: smartcard-service-server
34 Architecture: any
35 Depends: smartcard-service-common-dev (= ${binary:Version})
36 Description: Main process of Smart card service
37  Main process of Smart card service
38
39 Package: smartcard-service-server-dbg
40 Section: debug
41 Architecture: any
42 Depends: smartcard-service-server (= ${binary:Version})
43 Description: Main process of Smart card service (unstripped)
44  Main process of Smart card service (unstripped)
45
46 Package: smartcard-service
47 Section: libs
48 Architecture: any
49 Depends: smartcard-service-common-dev (= ${binary:Version})
50 Description: User library of Smart card service 
51  User library of Smart card service
52
53 Package: smartcard-service-dev
54 Section: libdevel
55 Architecture: any
56 Depends: smartcard-service (= ${binary:Version})
57 Description: User library of Smart card service
58  User library of Smart card service
59
60 Package: smartcard-service-dbg
61 Section: debug
62 Architecture: any
63 Depends: smartcard-service (= ${binary:Version})
64 Description: User library of Smart card service (unstripped)
65  User library of Smart card service (unstripped)