eet-debug should contain the eet binary - as its not used anywhere except as
authorCarsten Haitzler <raster@rasterman.com>
Thu, 30 Mar 2006 00:39:37 +0000 (00:39 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 30 Mar 2006 00:39:37 +0000 (00:39 +0000)
a test/debug tool

SVN revision: 21586

legacy/eet/Makefile.am
legacy/eet/debian/control
legacy/eet/debian/eet-debug.install [new file with mode: 0644]
legacy/eet/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/legacy/eet/debian/eet-debug.install b/legacy/eet/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.*