diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:00:57 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:00:57 +0900 |
commit | cc411fe3142413dc1341ad4d074d9596cd8bf3ef (patch) | |
tree | 13492e8870c607304fe4e80abae5cf49efc10bf9 /debian/control | |
parent | 636878b6968ffd73d0fee4722d992ecb47e9f3a4 (diff) | |
download | smartsearch-cc411fe3142413dc1341ad4d074d9596cd8bf3ef.tar.gz smartsearch-cc411fe3142413dc1341ad4d074d9596cd8bf3ef.tar.bz2 smartsearch-cc411fe3142413dc1341ad4d074d9596cd8bf3ef.zip |
Diffstat (limited to 'debian/control')
-rwxr-xr-x | debian/control | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..b1d0d3c --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: smartsearch +Section: main +Priority: extra +Maintainer: Junghyun Kim <jh1114.kim@samsung.com>, Mijin Hwang <mjlois.hwang@samsung.com> +Uploaders: Junghyun Kim <jh1114.kim@samsung.com>, Mijin Hwang <mjlois.hwang@samsung.com> +Build-Depends: debhelper (>= 5), + libglib2.0-dev, + libappcore-efl-dev, + libelm-dev, + libui-gadget-dev, + libaul-1-dev, + libslp-utilx-dev, + libx11-dev, + dlog-dev, + libslp-db-util-dev, + libecore-dev, + libug-contacts-dev, + libcontacts-service-dev, + libslp-calendar-dev, + libslp-memo-dev, + libicu-dev, + email-service-dev, + libail-0-dev, + libslp-msg-service-dev, + libsoup2.4-dev, + libjson-glib-dev, + libxml2-dev, + capi-appfw-application-dev, + capi-appfw-app-manager, + capi-web-favorites-dev, + capi-content-media-content-dev, +Standards-Version: 0.1.0 + +Package: org.tizen.smartsearch +Section: main +Architecture: any +Depends: ${shlibs:Depends}, ${devel:Depends}, libappcore-efl-0, libelm-bin +Description: Smartsearch Application + +Package: org.tizen.smartsearch-dbg +Section: debug +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, org.tizen.smartsearch (= ${Source-Version}) +Description: debug package for smartsearch |