diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:10:19 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:10:19 +0900 |
commit | f44ff2e46a7a9370ba0686e236d4f7491b46b8cc (patch) | |
tree | 571863b2bd0553f9b32a3a8cad70b3568e55e88f /debian/control | |
parent | bb9449a1c2586d497aa6109f91954e88bd82f744 (diff) | |
download | call-tizen_2.0.tar.gz call-tizen_2.0.tar.bz2 call-tizen_2.0.zip |
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8e4a3fe --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: capi-telephony-call +Section: libs +Priority: extra +Maintainer: Kangho Hur <kangho.hur@samsung.com>, ByungWoo Lee <bw1212.lee@samsung.com> +Build-Depends: debhelper (>= 5), dlog-dev, libvconf-dev, libglib2.0-dev, capi-base-common-dev + +Package: capi-telephony-call +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A Telephony Call library in Tizen Native API + +Package: capi-telephony-call-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, capi-telephony-call (= ${Source-Version}), capi-base-common-dev +Description: A Telephony Call library in Tizen Native API (DEV) + +Package: capi-telephony-call-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, capi-telephony-call (= ${Source-Version}) +Description: A Telephony Call library in Tizen Native API (DBG) + |