diff options
Diffstat (limited to 'debian/control')
-rwxr-xr-x | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..7725f48 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: menu-daemon +Section: utils +Priority: extra +Maintainer: Jin Yoon <jinny.yoon@samsung.com>, Youngjoo Park <yjoo93.park@samsung.com> +Build-Depends: debhelper (>= 5), libelm-dev, libslp-setting-dev, libefreet-dev, dlog-dev, libecore-dev, libaul-1-dev, syspopup-caller-dev, libheynoti-dev, libslp-utilx-dev, libail-0-dev, capi-system-media-key-dev +Homepage: N/A +Standards-Version: 0.1.0 + +Package: menu-daemon +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libelm, libslp-setting-0, libefreet, libdlog-0, libaul-1, syspopup-caller-0, libheynoti-0, libslp-utilx-0, libail-0, capi-system-media-key +Description: menu-daemon (Grab H/W key, Package manifest file parsing) + +Package: menu-daemon-dbg +Section: debug +Architecture: any +Depends: menu-daemon (= ${Source-Version}) +Description: menu-ademon (Grab H/W key, Package manifest file parsing) (unstripped) |