From: raster Date: Thu, 30 Mar 2006 00:39:37 +0000 (+0000) Subject: eet-debug should contain the eet binary - as its not used anywhere except as X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~825 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6525a192edb28560cf148f2ad67cc1a54d62a182;p=profile%2Fivi%2Feet.git eet-debug should contain the eet binary - as its not used anywhere except as a test/debug tool git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@21586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/Makefile.am b/Makefile.am index 77cf660..e95059a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \ debian/eet.1 \ debian/libeet0-dev.install \ debian/libeet0.install \ + debian/eet-debug.install \ debian/rules pkgconfigdir = $(libdir)/pkgconfig diff --git a/debian/control b/debian/control index 2cb859f..9e2d630 100644 --- a/debian/control +++ b/debian/control @@ -28,3 +28,11 @@ Description: Enlightenment file chunk reading/writing library this once here. . It's small, fast, and does a job. It's heavily commented and fully documented. + +Package: eet-debug +Section: libs +Architecture: any +Depends: libeet0 (= ${Source-Version}) +Provides: eet-debug +Description: Eet debug utility for listing/reading/unpacking and dissecting + basic eet structured files, as well as testing eet itself. diff --git a/debian/eet-debug.install b/debian/eet-debug.install new file mode 100644 index 0000000..3399d7b --- /dev/null +++ b/debian/eet-debug.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/eet diff --git a/debian/libeet0.install b/debian/libeet0.install index 4445dd1..c45ebcf 100644 --- a/debian/libeet0.install +++ b/debian/libeet0.install @@ -1,2 +1 @@ -debian/tmp/usr/bin/eet debian/tmp/usr/lib/lib*.so.*