eet-debug should contain the eet binary - as its not used anywhere except as
authorraster <raster>
Thu, 30 Mar 2006 00:39:37 +0000 (00:39 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 30 Mar 2006 00:39:37 +0000 (00:39 +0000)
a test/debug tool

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@21586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
debian/control
debian/eet-debug.install [new file with mode: 0644]
debian/libeet0.install

index 77cf660..e95059a 100644 (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
index 2cb859f..9e2d630 100644 (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.
diff --git a/debian/eet-debug.install b/debian/eet-debug.install
new file mode 100644 (file)
index 0000000..3399d7b
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/eet
index 4445dd1..c45ebcf 100644 (file)
@@ -1,2 +1 @@
-debian/tmp/usr/bin/eet
 debian/tmp/usr/lib/lib*.so.*