eet: initial commit
authored_ <bartosh@gmail.com>
Sat, 18 Aug 2007 10:27:35 +0000 (10:27 +0000)
committered_ <bartosh@gmail.com>
Sat, 18 Aug 2007 10:27:35 +0000 (10:27 +0000)
trunk/eet/debian/changelog [new file with mode: 0644]
trunk/eet/debian/compat [new file with mode: 0644]
trunk/eet/debian/control [new file with mode: 0644]
trunk/eet/debian/copyright [new file with mode: 0644]
trunk/eet/debian/libeet0-dev.install [new file with mode: 0644]
trunk/eet/debian/libeet0.install [new file with mode: 0644]
trunk/eet/debian/patches/01_dont_override_changelog [new file with mode: 0644]
trunk/eet/debian/patches/series [new file with mode: 0644]
trunk/eet/debian/rules [new file with mode: 0755]

diff --git a/trunk/eet/debian/changelog b/trunk/eet/debian/changelog
new file mode 100644 (file)
index 0000000..91e1173
--- /dev/null
@@ -0,0 +1,12 @@
+eet (0.9.10.040-maemo.1) unstable; urgency=low
+
+  * Maemo build
+
+ -- Ed Bartosh <eduard.bartosh@nokia.com>  Sat, 18 Aug 2007 11:05:37 +0300
+
+eet (0.9.10.040) unstable; urgency=low
+
+  * a CVS snapshot release.
+
+ -- E17 Debian Team <debian@edevelop.org>  Tue,  7 Mar 2006 13:30:15 +0000
+
diff --git a/trunk/eet/debian/compat b/trunk/eet/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/trunk/eet/debian/control b/trunk/eet/debian/control
new file mode 100644 (file)
index 0000000..044bb6d
--- /dev/null
@@ -0,0 +1,30 @@
+Source: eet
+Section: libs
+Priority: optional
+Maintainer: Ed Bartosh <eduard.bartosh@nokia.com>
+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
+
+Package: libeet0-dev
+Section: libdevel
+Architecture: any
+Depends: libeet0 (= ${Source-Version}), zlib1g-dev, libjpeg-dev
+Provides: libeet-dev
+Conflicts: libeet-dev
+Description: Enlightenment file chunk reading/writing library development files
+ This package contains headers and static libraries for development with
+ libeet.
+
+Package: libeet0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libeet
+Description: Enlightenment 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
+ itself has more complexity than we need, and it was much simpler to implement
+ this once here.
+ .
+ It's small, fast, and does a job. It's heavily commented and fully documented.
diff --git a/trunk/eet/debian/copyright b/trunk/eet/debian/copyright
new file mode 100644 (file)
index 0000000..c198498
--- /dev/null
@@ -0,0 +1,32 @@
+This package was debianized by E17 Debian Team <debian@edevelop.org> on
+Thu,  3 Oct 2002 12:08:24 +0200.
+
+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
+
+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.
diff --git a/trunk/eet/debian/libeet0-dev.install b/trunk/eet/debian/libeet0-dev.install
new file mode 100644 (file)
index 0000000..d33fb9b
--- /dev/null
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/lib*.la
diff --git a/trunk/eet/debian/libeet0.install b/trunk/eet/debian/libeet0.install
new file mode 100644 (file)
index 0000000..c45ebcf
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
diff --git a/trunk/eet/debian/patches/01_dont_override_changelog b/trunk/eet/debian/patches/01_dont_override_changelog
new file mode 100644 (file)
index 0000000..8585746
--- /dev/null
@@ -0,0 +1,26 @@
+Index: eet/configure.in
+===================================================================
+--- eet.orig/configure.in      2007-07-10 03:13:23.000000000 +0300
++++ eet/configure.in   2007-08-18 12:54:18.000000000 +0300
+@@ -133,7 +133,6 @@
+ src/lib/Makefile
+ README
+ eet.spec
+-debian/changelog
+ ])
+Index: eet/Makefile.am
+===================================================================
+--- eet.orig/Makefile.am       2007-03-22 19:07:46.000000000 +0200
++++ eet/Makefile.am    2007-08-18 12:54:18.000000000 +0300
+@@ -7,8 +7,7 @@
+                      eet_docs.tar.gz \
+                      README \
+                      eet.pc \
+-                     eet.spec \
+-                     debian/changelog
++                     eet.spec
+ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \
+            README.in README \
diff --git a/trunk/eet/debian/patches/series b/trunk/eet/debian/patches/series
new file mode 100644 (file)
index 0000000..c6d4c19
--- /dev/null
@@ -0,0 +1 @@
+01_dont_override_changelog
diff --git a/trunk/eet/debian/rules b/trunk/eet/debian/rules
new file mode 100755 (executable)
index 0000000..5704715
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# Rewrote debian/rules to use cdbs.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+#DEB_MAKE_CLEAN_TARGET := clean
+
+#clean::
+#      if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi
+