clean out -debug package stuff
authorraster <raster>
Sat, 28 Oct 2006 06:35:55 +0000 (06:35 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Oct 2006 06:35:55 +0000 (06:35 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@26822 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am
debian/control
debian/eet.1 [deleted file]
debian/eet0-debug.install [deleted file]

index df9c03b..8cff0c2 100644 (file)
@@ -21,10 +21,8 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \
             debian/control \
             debian/copyright \
             debian/eet-config.1 \
-            debian/eet.1 \
             debian/libeet0-dev.install \
             debian/libeet0.install \
-            debian/eet0-debug.install \
             debian/rules
 
 pkgconfigdir = $(libdir)/pkgconfig
index 66fdc2e..88027f6 100644 (file)
@@ -28,11 +28,3 @@ 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: eet0-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.1 b/debian/eet.1
deleted file mode 100644 (file)
index f0f43f7..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.TH EET 1 "oktober  3, 2002"
-.SH NAME
-eet \- program for editing eet files
-.SH SYNOPSIS
-.B eet
--l in_file
-.br
-.B eet
--d in_file
-.br
-.B eet
--c out_file [-nz glob [-nz glob ...]] dir_file1 [dir_file2 ...]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B eet
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.B eet
-is a program for viewing, unpacking and adding files to eet files, which are
-containers for optionally compressed data, allowing for fast random-access
-reading. These files are mostly used by the enlightenment project. See
-.B www.enlightenment.org
-for more details about this project.
-.SH OPTIONS
-.TP
-.B \-l in_file
-List the contents of an eet file
-.TP
-.B \-d in_file
-Unpack an eet file
-.TP
-.B \-c out_file
-Create an eet file
-.TP
-.B \-nz match
-Store files matching match glob uncompressed
-.SH SEE ALSO
-.BR eet-config (1).
-.PP
-For more information, have a look at the sources of libeet. To get them, have
-a look at the website
-.B www.enlightenment.org
-or execute the following commands:
-.TP
-.B export CVSROOT=:pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment
-If this is command is broken among multiple lines because your terminal is not
-as wide as the command, please don't include the minus sign into the command.
-.TP
-.B cvs login
-Just hit enter if it asks about a password for anonymous.
-.TP
-.B cvs co -r SPLIT e17/libs/eet
-This command should create the directory e17/libs/eet, containing the latest
-sources of eet.
-.SH AUTHOR
-This manual page was written by Sytse Wielinga
-<s.b.wielinga@student.utwente.nl> for the Debian GNU/Linux system (but may be
-used by others).
diff --git a/debian/eet0-debug.install b/debian/eet0-debug.install
deleted file mode 100644 (file)
index f511373..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/bin/eet
-debian/tmp/usr/bin/eet_bench