summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2010-11-08 05:48:28 +0000
committerCarsten Haitzler <raster@rasterman.com>2010-11-08 05:48:28 +0000
commit5f97c40c3c24b8c8636f19160ebcf23e0af5af97 (patch)
tree29dcfa8c4779b5efde5d8b69da866e62d0aca507 /debian
parent68feb22408aa6d01edce737839ee38249cfc084c (diff)
downloadeina-5f97c40c3c24b8c8636f19160ebcf23e0af5af97.tar.gz
no more debian dir in our svn - debian now handles this tehmselves.
SVN revision: 54287
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog23
-rw-r--r--debian/compat1
-rw-r--r--debian/control87
-rw-r--r--debian/copyright85
-rw-r--r--debian/libeina-dev.install4
-rw-r--r--debian/libeina-doc.dirs1
-rw-r--r--debian/libeina-doc.doc-base10
-rw-r--r--debian/libeina.install1
-rw-r--r--debian/libeina.lintian-overrides1
-rw-r--r--debian/libeina.shlibs1
-rwxr-xr-xdebian/rules22
11 files changed, 0 insertions, 236 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index f11551f..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,23 +0,0 @@
-eina (1.0.0-alpha1) lucid; urgency=low
-
- * fix packaging to work for 1.0.0 alpha
-
- -- Carsten Haitzler <raster@rasterman.com> Fri, 03 Sep 2010 18:12:47 +0900
-
-eina (0.0.2.062+svnYYYYMMDD-1) unstable; urgency=low
-
- * Updated version
-
- -- Simon Horman <horms@debian.org> Thu, 10 Sep 2009 12:30:32 +1000
-
-eina (0.0.2.060+svnYYYYMMDD-1) unstable; urgency=low
-
- * Updated version
-
- -- quaker <quaker66@gmail.com> Thu, 22 Apr 2009 18:24:44 +0100
-
-eina (0.0.1+svnYYYYMMDD-1) unstable; urgency=low
-
- * Clean up changelog
-
- -- quaker <quaker66@gmail.com> Tue, 21 Apr 2009 19:12:20 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 1e8b314..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644
index e8a616b..0000000
--- a/debian/control
+++ /dev/null
@@ -1,87 +0,0 @@
-Source: eina
-Section: libs
-Priority: optional
-Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>, Jan Lübbe <jluebbe@debian.org>
-Build-Depends: debhelper (>= 6), cdbs, doxygen, pkg-config, libtool, automake
-Standards-Version: 3.8.3
-Homepage: http://www.enlightenment.org
-
-Package: libeina
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libeina0
-Conflicts: libeina0
-Description: Enlightenment Foundation Library providing optimized data types
- Eina is a multi-platform library that provides optimized data types and a few
- tools. It supports the following data types:
- o Array
- o Hash Table
- o Double-linked list
- o Red-black tree
- o Shared string
- o Access Content types
- + Accessor: can access items of a container randomly
- + Iterator: can access items of a container sequentially
-
-Package: libeina-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libeina-svn-04 (= ${binary:Version}), pkg-config
-Recommends: libeina-doc
-Description: Development files for libeina
- Eina is a multi-platform library that provides optimized data types and a few
- tools. It supports the following data types:
- o Array
- o Hash Table
- o Double-linked list
- o Red-black tree
- o Shared string
- o Access Content types
- + Accessor: can access items of a container randomly
- + Iterator: can access items of a container sequentially
- .
- This package contains headers and static libraries for development with
- libeina.
-
-Package: libeina-doc
-Architecture: all
-Depends: ${misc:Depends}
-Enhances: libeina-dev
-Section: doc
-Description: Documentation for use with libeina
- Eina is a multi-platform library that provides optimized data types and a few
- tools. It supports the following data types:
- o Array
- o Hash Table
- o Double-linked list
- o Red-black tree
- o Shared string
- o Access Content types
- + Accessor: can access items of a container randomly
- + Iterator: can access items of a container sequentially
- .
- This package contains documentation for libeina.
-
-
-Package: libeina-dbg
-Architecture: any
-Section: debug
-Depends: ${misc:Depends}, libeina-svn-04 (= ${binary:Version})
-Priority: extra
-Description: debugging symbols for use with libeina
- Eina is a multi-platform library that provides optimized data types and a few
- tools. It supports the following data types:
- o Array
- o Hash Table
- o Double-linked list
- o Red-black tree
- o Shared string
- o Access Content types
- + Accessor: can access items of a container randomly
- + Iterator: can access items of a container sequentially
- .
- 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
index 3f472a8..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,85 +0,0 @@
-This package was debianized by Albin Tonnerre <albin.tonnerre@gmail.com> on
-Sun, 10 Aug 2008 23:40:13 +0100, and uses parts of the work done by Falko
-Schmidt <falko@alphagemini.org>
-
-The source was downloaded from the trunk/eina module of the enlightenment SVN
-tree. For more information, see:
-
- http://svn.enlightenment.org
-
-Upstream Authors:
- Jorge Luis "turran" Zapata <jorgeluis.zapata@gmail.com>
- Carsten Haitzler <raster@rasterman.com>
- Corey "atmos" Donohoe <atmos@atmos.org>
- Vincent "caro" Torri <vtorri at univ-evry dot fr>
- Gustavo Sverzut Barbieri <barbieri@gmail.com>
- Tilman Sauerbeck <tilman@code-monkey.de>
- Cedric Bail <cedric.bail@free.fr>
- Peter "pfritz" Wehrfritz <peter.wehrfritz@web.de>
- Arnaud de Turckheim "quarium" <quarium@gmail.com>
- Alexandre "diaxen" Becoulet <diaxen@free.fr>
-
-Copyright: Copyright (C) 2008 Upstream Authors
-
-License:
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
-Additional copyrights and licenses:
- src/lib/eina_stringshare.h and src/include/eina_stringshare.h:
- This file incorporates work covered by the following copyright and
- permission notice:
-
- Copyright (C) 2008 Peter Wehrfritz
-
- src/lib/eina_list.c:
- This file incorporates work covered by the following copyright and
- permission notice:
-
- Copyright (C) 2006 Sebastian Dransfeld
- Copyright (C) 2007 Christopher Michael
-
- License for the parts of the files covered by these additionnal copyrights:
- 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 and its Copyright notices. In addition publicly
- documented acknowledgment must be given that this software has been used if no
- source code of this software is made available publicly. This includes
- acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
- documents or any documentation provided with any product containing this
- software. This License does not apply to any software that links to the
- libraries provided by this software (statically or dynamically), but only to
- the software provided.
-
- Please see the OLD-COPYING.PLAIN for a plain-english explanation of this notice
- and it's intent.
-
- 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.
-
-The Debian packaging is Copyright (C) 2008, Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-and is licensed under the GPL2, see `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libeina-dev.install b/debian/libeina-dev.install
deleted file mode 100644
index 5f9e41c..0000000
--- a/debian/libeina-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
diff --git a/debian/libeina-doc.dirs b/debian/libeina-doc.dirs
deleted file mode 100644
index d6c3651..0000000
--- a/debian/libeina-doc.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libeina-doc
diff --git a/debian/libeina-doc.doc-base b/debian/libeina-doc.doc-base
deleted file mode 100644
index e82ee34..0000000
--- a/debian/libeina-doc.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: eina
-Title: Eina Guide
-Author: Eina developers
-Abstract: This document describes Eina API
- and provides sample C code.
-Section: Programming/C
-
-Format: HTML
-Index: /usr/share/doc/libeina-doc/html/index.html
-Files: /usr/share/doc/libeina-doc/html/*.html
diff --git a/debian/libeina.install b/debian/libeina.install
deleted file mode 100644
index 5e496a3..0000000
--- a/debian/libeina.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libeina*.so.*
diff --git a/debian/libeina.lintian-overrides b/debian/libeina.lintian-overrides
deleted file mode 100644
index 8b13789..0000000
--- a/debian/libeina.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/libeina.shlibs b/debian/libeina.shlibs
deleted file mode 100644
index 8235928..0000000
--- a/debian/libeina.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libeina 0 libeina (>= 1.0.0)
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 6694f22..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath \
- --enable-static-chained-pool
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
-DEB_MAKE_CLEAN_TARGET := distclean
-DEB_DH_STRIP_ARGS := --dbg-package=libeina-dbg
-CFLAGS += -fvisibility=hidden
-LDFLAGS += -fvisibility=hidden
-
-build/libeina-doc::
- cd $(DEB_SRCDIR)/doc && make doc
-
-install/libeina-doc::
- mkdir -p debian/libeina-doc/usr/share/doc/libeina-doc
- cp -R $(DEB_SRCDIR)/doc/html debian/libeina-doc/usr/share/doc/libeina-doc/
-
-clean::
- [ ! -f Makefile ] || make distclean