Added maemo-cflags-cdbs-rules as dependency
[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, 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: libeina-dev
28 Section: libdevel
29 Architecture: any
30 Depends: ${misc:Depends}, libeina-svn-01 (= ${binary:Version}), pkg-config
31 #Recommends: libeina-doc
32 Description: Development files for libeina
33  Eina is a multi-platform library that provides optimized data types and a few
34  tools. It supports the following data types:
35   o Array
36   o Hash Table
37   o Double-linked list
38   o Red-black tree
39   o Shared string
40   o Access Content types
41     + Accessor: can access items of a container randomly
42     + Iterator: can access items of a container sequentially
43  .
44  This package contains headers and static libraries for development with
45  libeina.
46
47 #Package: libeina-doc
48 #Architecture: all
49 #Depends: ${misc:Depends}
50 #Enhances: libeina-dev
51 #Section: doc
52 #Description: Documentation for use with libeina
53 # Eina is a multi-platform library that provides optimized data types and a few
54 # tools. It supports the following data types:
55 #  o Array
56 #  o Hash Table
57 #  o Double-linked list
58 #  o Red-black tree
59 #  o Shared string
60 #  o Access Content types
61 #    + Accessor: can access items of a container randomly
62 #    + Iterator: can access items of a container sequentially
63 # .
64 # This package contains documentation for libeina.
65 #
66 #
67 #Package: libeina-dbg
68 #Architecture: any
69 #Section: debug
70 #Depends: ${misc:Depends}, libeina-svn-01 (= ${binary:Version})
71 #Priority: extra
72 #Description: debugging symbols for use with libeina
73 # Eina is a multi-platform library that provides optimized data types and a few
74 # tools. It supports the following data types:
75 #  o Array
76 #  o Hash Table
77 #  o Double-linked list
78 #  o Red-black tree
79 #  o Shared string
80 #  o Access Content types
81 #    + Accessor: can access items of a container randomly
82 #    + Iterator: can access items of a container sequentially
83 # .
84 # This package contains unstripped shared libraries. It is provided primarily
85 # to provide a backtrace with names in a debugger, this makes it somewhat easier
86 # to interpret core dumps. The libraries are installed in /usr/lib/debug and
87 # are automatically used by gdb.