add ecore debug package and move files to it

SVN revision: 22249
This commit is contained in:
Carsten Haitzler 2006-04-20 06:31:15 +00:00
parent 612f3f7a74
commit c0ba116e96
4 changed files with 22 additions and 4 deletions

View File

@ -28,6 +28,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp ecore.m4
debian/control \
debian/copyright \
debian/ecore0-bin.install \
debian/ecore0-debug.install \
debian/libecore0-con.install \
debian/libecore0-config.install \
debian/libecore0-dbus.install \

View File

@ -194,3 +194,20 @@ Description: Tools that support Ecore.
- ecore_evas_test: test evas support.
- ecore_test: test ecore features.
Package: ecore0-debug
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-config (= ${Source-Version})
Provides: ecore-debug
Conflicts: ecore-test
Description: Tools for debugging/demonstration of Ecore.
This is the core event abstraction layer and X abstraction layer that makes
doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
handlers fast, optimized, and convenient. It's a separate library so anyone
can make use of the work put into Ecore to make this job easy for
applications.
This package includes:
- ecore_config: allows creation/editing of ecore_config databases
- ecore_evas_test: test evas support.
- ecore_test: test ecore features.

View File

@ -1,4 +1 @@
debian/tmp/usr/bin/*test
debian/tmp/usr/bin/ecore_*
debian/tmp/usr/share/ecore/images/*
debian/tmp/usr/share/ecore/pointers/*.png
debian/tmp/usr/bin/ecore_config

View File

@ -0,0 +1,3 @@
debian/tmp/usr/bin/*test
debian/tmp/usr/share/ecore/images/*
debian/tmp/usr/share/ecore/pointers/*.png