X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=debian%2Fcontrol;h=06cad25e2591baa43e6d23607ec182e8b5cd1474;hb=8195670385a8737ce4715d4243876f1d8c6b01dc;hp=3ff1480164c21946f826cc6c51d018b76bd1d49e;hpb=3767eb7a91fc36376e75d4d43c1ddf910f9f2437;p=framework%2Fuifw%2Fembryo.git diff --git a/debian/control b/debian/control index 3ff1480..06cad25 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: embryo Section: libs Priority: optional -Maintainer: Falko Schmidt -Build-Depends: debhelper (>= 6), cdbs, doxygen -Standards-Version: 3.8.0 +Maintainer: Jaehwan Kim , Juyung Seo , Mike McCormack , Jeonghyun Yun , Hyoyoung Chang +Build-Depends: dpkg-dev , debhelper (>= 6), cdbs, doxygen, pkg-config, libtool, libeina-dev +Standards-Version: 3.8.1 Homepage: http://www.enlightenment.org Package: libembryo-dev Section: libdevel Architecture: any -Depends: libembryo0 (= ${Source-Version}), pkg-config -Description: Development files for libembryo +Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}), pkg-config +Description: Development files for libembryo0 Embryo is primarily a shared library that gives you an API to load and control interpreted programs compiled into an abstract machine bytecode that it understands. This abstract (or virtual) machine is @@ -21,8 +21,7 @@ Description: Development files for libembryo Package: libembryo0 Architecture: any -Provides: libembryo -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: libembryo-bin Description: SMALL-based abstract machine (AMX) bytecode interpreter Embryo is primarily a shared library that gives you an API to load @@ -43,7 +42,8 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter Package: libembryo-doc Section: doc -Architecture: all +Architecture: any +Depends: ${misc:Depends} Enhances: libembryo-dev Description: libembryo0 development documentation Embryo is primarily a shared library that gives you an API to load @@ -57,9 +57,9 @@ Description: libembryo0 development documentation Package: libembryo-dbg Architecture: any Section: libdevel -Depends: libembryo0 (= ${binary:Version}) +Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}) Priority: extra -Description: SMALL-based abstract machine (AMX) bytecode interpreter +Description: Debugging symbols for libembryo Embryo is primarily a shared library that gives you an API to load and control interpreted programs compiled into an abstract machine bytecode that it understands. This abstract (or virtual) machine is @@ -74,7 +74,7 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter Package: libembryo-bin Section: devel Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: SMALL compiler creating Embryo bytecode Embryo is primarily a shared library that gives you an API to load and control interpreted programs compiled into an abstract machine