From 82e5e7723a7d93b7eb37b051f3929cf68bb699fd Mon Sep 17 00:00:00 2001 From: quaker Date: Thu, 1 Jan 2009 11:25:05 +0000 Subject: [PATCH] Removed debian subfolders - prepared for a new set of debian subdirs. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@38398 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- debian/changelog.in | 5 ---- debian/compat | 1 - debian/control | 70 ---------------------------------------------- debian/copyright | 36 ------------------------ debian/libeina-dev.install | 4 --- debian/libeina0.install | 2 -- debian/rules | 11 -------- 7 files changed, 129 deletions(-) delete mode 100644 debian/changelog.in delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libeina-dev.install delete mode 100644 debian/libeina0.install delete mode 100755 debian/rules diff --git a/debian/changelog.in b/debian/changelog.in deleted file mode 100644 index 0e603ae..0000000 --- a/debian/changelog.in +++ /dev/null @@ -1,5 +0,0 @@ -eina (@VERSION@-0cvs20081020) unstable; urgency=low - - * a CVS snapshot release. - - -- Falko Schmidt Tue, 21 Oct 2008 11:44:05 +0000 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 6d297da..0000000 --- a/debian/control +++ /dev/null @@ -1,70 +0,0 @@ -Source: eina -Section: libs -Priority: optional -Maintainer: Falko Schmidt -Build-Depends: debhelper (>= 6), cdbs, automake1.7 | automaken, libtool, pkg-config -Standards-Version: 3.7.3 -Homepage: http://www.enlightenment.org - -Package: libeina-dev -Section: libdevel -Architecture: any -Depends: libeina0 (= ${Source-Version}) -Description: Enlightenment DR17 file chunk reading/writing library development files - Eina is a multi-platform library that provides optimized data types and a few - tools. It supports the following data types: - Containers: - o Array: an array - o Hash Table: a hash table - o Inlined List: an list with functions inlined - o List: a single-linked list - o Red-Black Tree: a tree - o Access Content types - + Accessor: can access items of a container randomly - + Iterator: can access items of a container sequentially - Stringshare. - . - This package contains headers and static libraries for development with - libeina. - -Package: libeina0 -Architecture: any -Depends: ${shlibs:Depends} -Provides: libeina -Description: Enlightenment DR17 file chunk reading/writing library - Eina is a multi-platform library that provides optimized data types and a few - tools. It supports the following data types: - Containers: - o Array: an array - o Hash Table: a hash table - o Inlined List: an list with functions inlined - o List: a single-linked list - o Red-Black Tree: a tree - o Access Content types - + Accessor: can access items of a container randomly - + Iterator: can access items of a container sequentially - Stringshare. - -Package: libeina-dbg -Architecture: any -Section: libdevel -Priority: extra -Depends: libeina0 (= ${binary:Version}) -Description: Enlightenment DR17 file chunk reading/writing library - debug symbols - Eina is a multi-platform library that provides optimized data types and a few - tools. It supports the following data types: - Containers: - o Array: an array - o Hash Table: a hash table - o Inlined List: an list with functions inlined - o List: a single-linked list - o Red-Black Tree: a tree - o Access Content types - + Accessor: can access items of a container randomly - + Iterator: can access items of a container sequentially - Stringshare. - . - 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 365af38..0000000 --- a/debian/copyright +++ /dev/null @@ -1,36 +0,0 @@ -This package was debianized by Falko Schmidt on -Tue, 21 Oct 2008 11:11:01 +0000. - -The source is downloaded from the trunk/eina module of the enlightenment SVN -tree. For more information, see: - - http://www.enlightenment.org - -Upstream Authors: Enlightenment team - -Copyright: - - Copyright (C) 2008 Jorge Luis Zapata and various contributors (see AUTHORS) - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is: - (C) 2006 2007,Debian Pkg-e Team - and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/libeina-dev.install b/debian/libeina-dev.install deleted file mode 100644 index 4a70bfa..0000000 --- a/debian/libeina-dev.install +++ /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/libeina0.install b/debian/libeina0.install deleted file mode 100644 index 560a64c..0000000 --- a/debian/libeina0.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/lib*.so.* -debian/tmp/usr/lib/eina/*/*.so diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f389c25..0000000 --- a/debian/rules +++ /dev/null @@ -1,11 +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 -DEB_MAKE_CLEAN_TARGET := clean -DEB_DH_STRIP_ARGS := --dbg-package=libeina-dbg - -clean:: - ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS) -- 2.7.4