From c0ba116e96f1b9b65b92f62f2f2facadec78cc35 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 20 Apr 2006 06:31:15 +0000 Subject: [PATCH] add ecore debug package and move files to it SVN revision: 22249 --- legacy/ecore/Makefile.am | 1 + legacy/ecore/debian/control | 17 +++++++++++++++++ legacy/ecore/debian/ecore0-bin.install | 5 +---- legacy/ecore/debian/ecore0-debug.install | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 legacy/ecore/debian/ecore0-debug.install diff --git a/legacy/ecore/Makefile.am b/legacy/ecore/Makefile.am index c8a5ad233c..7fd54b3547 100644 --- a/legacy/ecore/Makefile.am +++ b/legacy/ecore/Makefile.am @@ -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 \ diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index 475cf2eac6..98fdec3fbb 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -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. + diff --git a/legacy/ecore/debian/ecore0-bin.install b/legacy/ecore/debian/ecore0-bin.install index edebff0ac6..088dd4173a 100644 --- a/legacy/ecore/debian/ecore0-bin.install +++ b/legacy/ecore/debian/ecore0-bin.install @@ -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 diff --git a/legacy/ecore/debian/ecore0-debug.install b/legacy/ecore/debian/ecore0-debug.install new file mode 100644 index 0000000000..423325fa29 --- /dev/null +++ b/legacy/ecore/debian/ecore0-debug.install @@ -0,0 +1,3 @@ +debian/tmp/usr/bin/*test +debian/tmp/usr/share/ecore/images/* +debian/tmp/usr/share/ecore/pointers/*.png