Updated eet package
authoretrunko <eblima@gmail.com>
Tue, 6 May 2008 19:35:17 +0000 (19:35 +0000)
committeretrunko <eblima@gmail.com>
Tue, 6 May 2008 19:35:17 +0000 (19:35 +0000)
trunk/eet/debian/changelog
trunk/eet/debian/control
trunk/eet/debian/copyright
trunk/eet/debian/eet.1 [new file with mode: 0644]
trunk/eet/debian/eet0-bin.install [new file with mode: 0644]
trunk/eet/debian/libeet-doc.dirs [new file with mode: 0644]
trunk/eet/debian/libeet-doc.doc-base [new file with mode: 0644]

index bc3a889..63ae747 100644 (file)
@@ -1,3 +1,9 @@
+eet (1.0.0-maemo1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Tue, 06 May 2008 15:49:22 -0300
+
 eet (0.9.10.042-maemo2) unstable; urgency=low
 
   * New release.
index 27926e8..0041c62 100644 (file)
@@ -4,22 +4,42 @@ Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
 Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken | libtool, zlib1g-dev, libjpeg62-dev
 Standards-Version: 3.6.2.2
+#Homepage: http://www.enlightenment.org
 
 Package: libeet0-dev
 Section: libdevel
 Architecture: any
 Depends: libeet0 (= ${Source-Version}), zlib1g-dev, libjpeg-dev
 Provides: libeet-dev
-Description: Enlightenment file chunk reading/writing library development files
- This package contains headers and static libraries for development with
+Description: Enlightenment DR17 file chunk reading/writing library development files
+ Eet is a tiny library designed to write an arbitary set of chunks of data to a
+ file and optionally compress each chunk (very much like a zip file) and allow
+ fast random-access reading of the file later on. It does not do zip as zip
+ itself has more complexity than we need, and it was much simpler to implement
+ this once here.
+ .
+ This package contains headers and static libraries for development with libeet.
  libeet.
 
+#Package: libeet-doc
+#Section: doc
+#Architecture: all
+#Enhances: libeet-dev
+#Description: libeet0 API documentation
+# Eet is a tiny library designed to write an arbitary set of chunks of data to a
+# file and optionally compress each chunk (very much like a zip file) and allow
+# fast random-access reading of the file later on. It does not do zip as zip
+# itself has more complexity than we need, and it was much simpler to implement
+# this once here.
+# .
+# This package contains documentation (html and manpages) for development with
+# libeet.
+
 Package: libeet0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Provides: libeet
-Description: Enlightenment file chunk reading/writing library
+Description: Enlightenment DR17 file chunk reading/writing library
  Eet is a tiny library designed to write an arbitary set of chunks of data to a
  file and optionally compress each chunk (very much like a zip file) and allow
  fast random-access reading of the file later on. It does not do zip as zip
@@ -27,3 +47,34 @@ 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-bin
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: eet-bin
+Description: Enlightenment DR17 file chunk reading/writing utility
+ Eet is a tiny library designed to write an arbitary set of chunks of data to a
+ file and optionally compress each chunk (very much like a zip file) and allow
+ fast random-access reading of the file later on. It does not do zip as zip
+ itself has more complexity than we need, and it was much simpler to implement
+ this once here.
+ .
+ This package contains eet, an utility that allows you to extract, insert,
+ encode and decode config blobs created with libeet.
+
+#Package: libeet-dbg
+#Architecture: any
+#Section: libdevel
+#Priority: extra
+#Depends: libeet0 (= ${binary:Version})
+#Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
+# Eet is a tiny library designed to write an arbitary set of chunks of data to a
+# file and optionally compress each chunk (very much like a zip file) and allow
+# fast random-access reading of the file later on. It does not do zip as zip
+# itself has more complexity than we need, and it was much simpler to implement
+# this once here
+# .
+# This package contains unstripped shared libraries. It is provided primarily
+# to provide a backtrace with names in a debugger, this makes it somewhat easier
+# to interpret core dumps. The libraries are installed in /usr/lib/debug and
+# are automatically used by gdb.
index c198498..cc9dd84 100644 (file)
@@ -1,32 +1,41 @@
-This package was debianized by E17 Debian Team <debian@edevelop.org> on
-Thu,  3 Oct 2002 12:08:24 +0200.
+This package was debianized by Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br> on
+Tue, 06 May 2008 15:49:22 -0300.
 
-The source is downloaded from the e17/libs/eet module of the enlightenment CVS 
+The source is downloaded from the e17/libs/eet module of the enlightenment CVS
 tree. For more information, see:
 
-  http://www.enlightenment.org/cvs.html
+  http://www.enlightenment.org
 
 Upstream Authors: Enlightenment team <enlightenment-devel@lists.sourceforge.net>
 
 Copyright:
 
-Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-  
-The above copyright notice and this permission notice shall be included in
-all copies of the Software, its documentation and marketing & publicity 
-materials, and acknowledgment shall be given in the documentation, materials
-and software packages that this Software was used.
-   
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+  Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
+
+License:
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies of the Software, its documentation and marketing & publicity
+  materials, and acknowledgment shall be given in the documentation, materials
+  and software packages that this Software was used.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is:
+  (C) 2006 2007,Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
+  and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/trunk/eet/debian/eet.1 b/trunk/eet/debian/eet.1
new file mode 100644 (file)
index 0000000..2abe11c
--- /dev/null
@@ -0,0 +1,50 @@
+.TH EET 1 "November 4, 2007" eet
+.SH NAME
+eet \- Small tool to handle eet files.
+.SH SYNOPSIS
+.B eet
+.RI -l " FILE.EET"
+.br
+.B eet
+.RI -r " FILE.EET KEY"
+.br
+.B eet
+.RI "-x|-d" " FILE.EET KEY OUT-FILE"
+.br
+.B eet
+.RI "-i|-e" " FILE.EET KEY IN-FILE COMPRESS"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B eet
+command
+.PP
+\fBeet\fP is a program that can extract, import, delete, list, decode and encode data from eet files.
+.SH OPTIONS
+.TP
+.B \-l
+List all keys in FILE.EET.
+.TP
+.B \-r
+Remove KEY in FILE.EET.
+.TP
+.B \-x
+Extract data stored in KEY in FILE.EET and write to OUT-FILE
+.TP
+.B \-d
+Extract and decode data stored in KEY in FILE.EET and write to OUT-FILE
+.TP
+.B \-i
+Insert data to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
+.TP
+.B \-e
+Insert and encode to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
+.SH BUGS
+To report a bug, please visit \fIhttp://bugs.enlightenment.org/\fR
+.SH AUTHOR
+.TP
+eet was written by the Enlightenment Development Team
+.I http://web.enlightenment.org
+.PP
+This manual page was written by Albin Tonnerre <albin.tonnerre@gmail.com>,
+for the Debian project (but may be used by others).
diff --git a/trunk/eet/debian/eet0-bin.install b/trunk/eet/debian/eet0-bin.install
new file mode 100644 (file)
index 0000000..3399d7b
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/eet
diff --git a/trunk/eet/debian/libeet-doc.dirs b/trunk/eet/debian/libeet-doc.dirs
new file mode 100644 (file)
index 0000000..a110659
--- /dev/null
@@ -0,0 +1 @@
+usr/share/doc/libeet-doc
diff --git a/trunk/eet/debian/libeet-doc.doc-base b/trunk/eet/debian/libeet-doc.doc-base
new file mode 100644 (file)
index 0000000..2d1ef1f
--- /dev/null
@@ -0,0 +1,10 @@
+Document: eet
+Title: Eet Guide
+Author: Carsten Haitzler
+Abstract: This document describes Eet API
+ and provides sample C code.
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/libeet-doc/html/index.html
+Files: /usr/share/doc/libeet-doc/html/*.html