Changed libeina-dev package to libeina0-dev
[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 Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>
6 Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), automake1.7 | automaken, libtool, pkg-config
7 Standards-Version: 3.7.2
8 Homepage: http://www.enlightenment.org
9
10 Package: libeina0
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Provides: libeina
14 Description: Enlightenment DR17 file chunk reading/writing library
15  Eina is a multi-platform library that provides optimized data types and a few
16  tools. It supports the following data types:
17  Containers:
18   o Array: an array
19   o Hash Table: a hash table
20   o Inlined List: an list with functions inlined
21   o List: a single-linked list
22   o Red-Black Tree: a tree
23   o Access Content types
24     + Accessor: can access items of a container randomly
25     + Iterator: can access items of a container sequentially
26
27 Package: libeina0-dev
28 Section: libdevel
29 Architecture: any
30 Depends: ${misc:Depends}, libeina0 (= ${Source-Version}), pkg-config
31 Provides: libeina0-dev
32 #Recommends: libeina-doc
33 Description: Development files for libeina
34  Eina is a multi-platform library that provides optimized data types and a few
35  tools. It supports the following data types:
36   o Array
37   o Hash Table
38   o Double-linked list
39   o Red-black tree
40   o Shared string
41   o Access Content types
42     + Accessor: can access items of a container randomly
43     + Iterator: can access items of a container sequentially
44  .
45  This package contains headers and static libraries for development with
46  libeina.
47
48 #Package: libeina-doc
49 #Architecture: all
50 #Depends: ${misc:Depends}
51 #Enhances: libeina0-dev
52 #Section: doc
53 #Description: Documentation for use with libeina
54 # Eina is a multi-platform library that provides optimized data types and a few
55 # tools. It supports the following data types:
56 #  o Array
57 #  o Hash Table
58 #  o Double-linked list
59 #  o Red-black tree
60 #  o Shared string
61 #  o Access Content types
62 #    + Accessor: can access items of a container randomly
63 #    + Iterator: can access items of a container sequentially
64 # .
65 # This package contains documentation for libeina.
66 #
67 #
68 #Package: libeina-dbg
69 #Architecture: any
70 #Section: debug
71 #Depends: ${misc:Depends}, libeina0 (= ${Source-Version})
72 #Priority: extra
73 #Description: debugging symbols for use with libeina
74 # Eina is a multi-platform library that provides optimized data types and a few
75 # tools. It supports the following data types:
76 #  o Array
77 #  o Hash Table
78 #  o Double-linked list
79 #  o Red-black tree
80 #  o Shared string
81 #  o Access Content types
82 #    + Accessor: can access items of a container randomly
83 #    + Iterator: can access items of a container sequentially
84 # .
85 # This package contains unstripped shared libraries. It is provided primarily
86 # to provide a backtrace with names in a debugger, this makes it somewhat easier
87 # to interpret core dumps. The libraries are installed in /usr/lib/debug and
88 # are automatically used by gdb.