Enlightenment CVS committal Author : kaethorn Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/debian Modified Files: control Log Message: fix internal dependencies. =================================================================== RCS file: /cvs/e/e17/libs/ecore/debian/control,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- control 12 Apr 2006 19:33:44 -0000 1.28 +++ control 12 Apr 2006 20:33:47 -0000 1.29 @@ -20,7 +20,7 @@ Package: libecore0-con Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libssl0.9.8, libcurl3 +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libssl0.9.8, libcurl3 Provides: libecore-con Description: Ecore Connection Library This is the core event abstraction layer and X abstraction layer that makes @@ -33,7 +33,7 @@ Package: libecore0-config Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libevas, libeet +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libevas, libeet Provides: libecore-config Description: Ecore Enlightened Property Library This is the core event abstraction layer and X abstraction layer that makes @@ -46,7 +46,7 @@ Package: libecore0-dbus Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libecore-con +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-con Provides: libecore-dbus Description: Ecore DBus Library This is the core event abstraction layer and X abstraction layer that makes @@ -59,7 +59,7 @@ Package: libecore0-evas Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libecore-fb, libecore-x, libecore-txt, libecore-job, libevas, libx11-6, libxext6 +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-fb, libecore-x, libecore-txt, libecore-job, libevas, libx11-6, libxext6 Provides: libecore-evas Description: Ecore Evas Wrapper Library This is the core event abstraction layer and X abstraction layer that makes @@ -72,7 +72,7 @@ Package: libecore0-fb Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) Provides: libecore-fb Description: Ecore frame buffer system functions This is the core event abstraction layer and X abstraction layer that makes @@ -85,7 +85,7 @@ Package: libecore0-file Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libcurl3, libfam0 | libfam0c102 | libgamin0 +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libcurl3, libfam0 | libfam0c102 | libgamin0 Provides: libecore-file Description: Ecore File Library This is the core event abstraction layer and X abstraction layer that makes @@ -98,7 +98,7 @@ Package: libecore0-ipc Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libecore-con +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-con Provides: libecore-ipc Description: Ecore inter-process communication functions This is the core event abstraction layer and X abstraction layer that makes @@ -111,7 +111,7 @@ Package: libecore0-job Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) Provides: libecore-job Description: Ecore job dealing functions This is the core event abstraction layer and X abstraction layer that makes @@ -124,7 +124,7 @@ Package: libecore0-txt Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) Provides: libecore-txt Description: Ecore text encoding conversion functions This is the core event abstraction layer and X abstraction layer that makes @@ -137,7 +137,7 @@ Package: libecore0-x Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}), libecore-job, libecore-txt, libx11-6, libxrandr2, libxrender1 (>= 1:0.9.0.2), libxcursor1 (>> 1.1.2), libxinerama1, libxp6, libxext6, libxss1 +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-job, libecore-txt, libx11-6, libxrandr2, libxrender1 (>= 1:0.9.0.2), libxcursor1 (>> 1.1.2), libxinerama1, libxp6, libxext6, libxss1 Provides: libecore-x Description: Ecore functions for dealing with the X Windows System This is the core event abstraction layer and X abstraction layer that makes @@ -152,7 +152,7 @@ Architecture: any Section: devel Architecture: any -Depends: libecore (= ${Source-Version}), libecore-config, libecore-con, libecore-dbus, libecore-evas, libecore-fb, libecore-file, libecore-ipc, libecore-job, libecore-txt, libecore-x +Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, libecore-dbus, libecore-evas, libecore-fb, libecore-file, libecore-ipc, libecore-job, libecore-txt, libecore-x Provides: libecore-all Description: Virtual package providing all available Ecore modules. This is the core event abstraction layer and X abstraction layer that makes @@ -166,7 +166,7 @@ Architecture: any Section: devel Architecture: any -Depends: libecore (= ${Source-Version}), libc6-dev | libc-dev, libevas-dev, libecore-all +Depends: libecore0 (= ${Source-Version}), libc6-dev | libc-dev, libevas-dev, libecore-all Provides: libecore-dev Description: Ecore headers, static libraries and documentation This is the core event abstraction layer and X abstraction layer that makes @@ -180,7 +180,7 @@ Package: ecore0-bin Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) Provides: ecore-bin Conflicts: ecore-test Description: Tools that support Ecore. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs