New release based on Enlightenment SVN r38812
[maemo-efl] / trunk / eina / debian / control
1 Source: eina
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Build-Depends: debhelper (>= 5), cdbs, automake1.7 | automaken, libtool, pkg-config
6 Standards-Version: 3.7.3
7 Homepage: http://www.enlightenment.org
8
9 Package: libeina-dev
10 Section: libdevel
11 Architecture: any
12 Depends: libeina0 (= ${Source-Version})
13 Description: Enlightenment DR17 file chunk reading/writing library development files
14  Eina is a multi-platform library that provides optimized data types and a few
15  tools. It supports the following data types:
16  Containers:
17   o Array: an array
18   o Hash Table: a hash table
19   o Inlined List: an list with functions inlined
20   o List: a single-linked list
21   o Red-Black Tree: a tree
22   o Access Content types
23     + Accessor: can access items of a container randomly
24     + Iterator: can access items of a container sequentially 
25  Stringshare.
26  .
27  This package contains headers and static libraries for development with
28  libeina.
29
30 Package: libeina0
31 Architecture: any
32 Depends: ${shlibs:Depends}
33 Provides: libeina
34 Description: Enlightenment DR17 file chunk reading/writing library
35  Eina is a multi-platform library that provides optimized data types and a few
36  tools. It supports the following data types:
37  Containers:
38   o Array: an array
39   o Hash Table: a hash table
40   o Inlined List: an list with functions inlined
41   o List: a single-linked list
42   o Red-Black Tree: a tree
43   o Access Content types
44     + Accessor: can access items of a container randomly
45     + Iterator: can access items of a container sequentially 
46  Stringshare.
47
48 #Package: libeina-dbg
49 #Architecture: any
50 #Section: libdevel
51 #Priority: extra
52 #Depends: libeina0 (= ${binary:Version})
53 #Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
54 # Eina is a multi-platform library that provides optimized data types and a few
55 # tools. It supports the following data types:
56 # Containers:
57 #  o Array: an array
58 #  o Hash Table: a hash table
59 #  o Inlined List: an list with functions inlined
60 #  o List: a single-linked list
61 #  o Red-Black Tree: a tree
62 #  o Access Content types
63 #    + Accessor: can access items of a container randomly
64 #    + Iterator: can access items of a container sequentially 
65 # Stringshare.
66 # .
67 # This package contains unstripped shared libraries. It is provided primarily
68 # to provide a backtrace with names in a debugger, this makes it somewhat easier
69 # to interpret core dumps. The libraries are installed in /usr/lib/debug and
70 # are automatically used by gdb.