eet-debug should contain the eet binary - as its not used anywhere except as

a test/debug tool


SVN revision: 21586
This commit is contained in:
Carsten Haitzler 2006-03-30 00:39:37 +00:00
parent ead88b33b9
commit e236d7ba76
4 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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.

View File

@ -0,0 +1 @@
debian/tmp/usr/bin/eet

View File

@ -1,2 +1 @@
debian/tmp/usr/bin/eet
debian/tmp/usr/lib/lib*.so.*