no more debian dir in our svn - debian now handles this tehmselves.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 05:48:46 +0000 (05:48 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Nov 2010 05:48:46 +0000 (05:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@54288 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 files changed:
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/eet.1 [deleted file]
debian/libeet-bin.install [deleted file]
debian/libeet-dev.install [deleted file]
debian/libeet-doc.dirs [deleted file]
debian/libeet-doc.doc-base [deleted file]
debian/libeet1.install [deleted file]
debian/libeet1.symbols [deleted file]
debian/rules [deleted file]

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 01616de..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-eet (1.2.0+svnYYYYMMDD-1) unstable; urgency=low
-
-  * Clean up changelog
-
- -- quaker <quaker66@gmail.com>  Tue, 21 Apr 2009 19:13:08 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 1e8b314..0000000
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index ed910ae..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-Source: eet
-Section: libs
-Priority: optional
-Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>, Niv Sardi <xaiki@debian.org>,
- Jan Lübbe <jluebbe@debian.org>
-Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev, pkg-config, libtool, libeina-dev, doxygen
-Standards-Version: 3.8.1
-Homepage: http://www.enlightenment.org
-
-Package: libeet-dev
-Section: libdevel
-Architecture: any
-Depends: libeet1 (= ${binary:Version}), libjpeg62-dev, pkg-config
-Recommends: libeet-doc
-Description: Enlightenment DR17 file chunk reading/writing library development files
- Eet is a tiny library designed to write an arbitrary 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.
-
-Package: libeet-doc
-Section: doc
-Architecture: all
-Enhances: libeet-dev
-Description: libeet1 API documentation
- Eet is a tiny library designed to write an arbitrary 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: libeet1
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Enlightenment DR17 file chunk reading/writing library
- Eet is a tiny library designed to write an arbitrary 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.
-
-Package: libeet-bin
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Enlightenment DR17 file chunk reading/writing utility
- Eet is a tiny library designed to write an arbitrary 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: libeet1 (= ${binary:Version})
-Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
- Eet is a tiny library designed to write an arbitrary 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.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index e97e5c3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-This package was debianized by Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-Sat, 07 Jul 2007 09:29:10 +0000.
-
-It was downloaded from http://download.enlightenment.org/snapshots/LATEST/
-
-Upstream Authors:
-
-       Enlightenment team <enlightenment-devel@lists.sourceforge.net>
-
-Copyright:
-
-       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'.
diff --git a/debian/eet.1 b/debian/eet.1
deleted file mode 100644 (file)
index 2abe11c..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-.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/debian/libeet-bin.install b/debian/libeet-bin.install
deleted file mode 100644 (file)
index 3399d7b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/bin/eet
diff --git a/debian/libeet-dev.install b/debian/libeet-dev.install
deleted file mode 100644 (file)
index 4a70bfa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
diff --git a/debian/libeet-doc.dirs b/debian/libeet-doc.dirs
deleted file mode 100644 (file)
index a110659..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libeet-doc
diff --git a/debian/libeet-doc.doc-base b/debian/libeet-doc.doc-base
deleted file mode 100644 (file)
index 2d1ef1f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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
diff --git a/debian/libeet1.install b/debian/libeet1.install
deleted file mode 100644 (file)
index c45ebcf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
diff --git a/debian/libeet1.symbols b/debian/libeet1.symbols
deleted file mode 100644 (file)
index 9a96c7c..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-libeet.so.1 libeet1 #MINVER#
- eet_clearcache@Base 1.0.0
- eet_close@Base 1.0.0
- eet_data_descriptor2_new@Base 1.0.0
- eet_data_descriptor3_new@Base 1.0.0
- eet_data_descriptor_decode@Base 1.0.0
- eet_data_descriptor_decode_cipher@Base 1.2.2
- eet_data_descriptor_element_add@Base 1.0.0
- eet_data_descriptor_encode@Base 1.0.0
- eet_data_descriptor_encode_cipher@Base 1.2.2
- eet_data_descriptor_free@Base 1.0.0
- eet_data_descriptor_new@Base 1.0.0
- eet_data_dump@Base 1.0.0
- eet_data_dump_cipher@Base 1.2.2
- eet_data_image_decode@Base 1.0.0
- eet_data_image_decode_cipher@Base 1.2.2
- eet_data_image_decode_to_surface@Base 1.1.0
- eet_data_image_decode_to_surface_cipher@Base 1.2.2
- eet_data_image_encode@Base 1.0.0
- eet_data_image_encode_cipher@Base 1.2.2
- eet_data_image_header_decode@Base 1.0.0
- eet_data_image_header_decode_cipher@Base 1.2.2
- eet_data_image_header_read@Base 1.0.0
- eet_data_image_header_read_cipher@Base 1.2.2
- eet_data_image_read@Base 1.0.0
- eet_data_image_read_cipher@Base 1.2.2
- eet_data_image_read_to_surface@Base 1.1.0
- eet_data_image_read_to_surface_cipher@Base 1.2.2
- eet_data_image_write@Base 1.0.0
- eet_data_image_write_cipher@Base 1.2.2
- eet_data_node_encode_cipher@Base 1.2.2
- eet_data_node_write_cipher@Base 1.2.2
- eet_data_read@Base 1.0.0
- eet_data_read_cipher@Base 1.2.2
- eet_data_text_dump@Base 1.0.0
- eet_data_text_dump_cipher@Base 1.2.2
- eet_data_text_undump@Base 1.0.0
- eet_data_text_undump_cipher@Base 1.2.2
- eet_data_undump@Base 1.0.0
- eet_data_undump_cipher@Base 1.2.2
- eet_data_write@Base 1.0.0
- eet_data_write_cipher@Base 1.2.2
- eet_delete@Base 1.0.0
- eet_dictionary_get@Base 1.0.0
- eet_dictionary_string_check@Base 1.0.0
- eet_identity_certificate_print@Base 1.1.0
- eet_identity_close@Base 1.1.0
- eet_identity_open@Base 1.1.0
- eet_identity_print@Base 1.1.0
- eet_identity_set@Base 1.1.0
- eet_identity_sha1@Base 1.2.2
- eet_identity_signature@Base 1.2.2
- eet_identity_x509@Base 1.1.0
- eet_init@Base 1.0.0
- eet_list@Base 1.0.0
- eet_memopen_read@Base 1.1.0
- eet_mode_get@Base 1.0.0
- eet_node_array_new@Base 1.2.2
- eet_node_char_new@Base 1.2.2
- eet_node_del@Base 1.2.2
- eet_node_double_new@Base 1.2.2
- eet_node_float_new@Base 1.2.2
- eet_node_hash_new@Base 1.2.2
- eet_node_inlined_string_new@Base 1.2.2
- eet_node_int_new@Base 1.2.2
- eet_node_list_new@Base 1.2.2
- eet_node_long_long_new@Base 1.2.2
- eet_node_null_new@Base 1.2.2
- eet_node_short_new@Base 1.2.2
- eet_node_string_new@Base 1.2.2
- eet_node_struct_child_new@Base 1.2.2
- eet_node_struct_new@Base 1.2.2
- eet_node_unsigned_char_new@Base 1.2.2
- eet_node_unsigned_int_new@Base 1.2.2
- eet_node_unsigned_long_long_new@Base 1.2.2
- eet_node_unsigned_short_new@Base 1.2.2
- eet_node_var_array_new@Base 1.2.2
- eet_num_entries@Base 1.0.0
- eet_open@Base 1.0.0
- eet_read@Base 1.0.0
- eet_read_cipher@Base 1.2.2
- eet_read_direct@Base 1.0.0
- eet_shutdown@Base 1.0.0
- eet_write@Base 1.0.0
- eet_write_cipher@Base 1.2.2
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index d8995d3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-CFLAGS += -fvisibility=hidden
-LDFLAGS += -fvisibility=hidden
-
-DEB_INSTALL_MANPAGES_libeet-doc := $(DEB_SRCDIR)/doc/man/man3/E*.3 $(DEB_SRCDIR)/doc/man/man3/e*.3
-DEB_INSTALL_MANPAGES_libeet-bin := $(DEB_SRCDIR)/debian/eet.1
-DEB_DH_STRIP_ARGS := --dbg-package=libeet-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
-DEB_MAKE_CLEAN_TARGET := distclean
-
-build/libeet-doc::
-       make doc
-
-install/libeet-doc::
-       cp -R $(DEB_SRCDIR)/doc/html debian/libeet-doc/usr/share/doc/libeet-doc/
-
-clean::
-       [ ! -f Makefile ] || make distclean