Added maemo-cflags-cdbs-rules as dependency
[maemo-efl] / trunk / eet / debian / control.in
1 Source: eet
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, zlib1g-dev, libjpeg62-dev, libeina-dev (>= @EINA_VERSION@)
7 Standards-Version: 3.7.2
8 Homepage: http://www.enlightenment.org
9
10 Package: libeet1-dev
11 Section: libdevel
12 Architecture: any
13 Depends: ${shlibs:Depends}, libeet1 (= ${Source-Version}), zlib1g-dev, libjpeg-dev
14 Replaces: libeet0-dev
15 Provides: libeet-dev
16 Description: Enlightenment DR17 file chunk reading/writing library development files
17  Eet is a tiny library designed to write an arbitary set of chunks of data to a
18  file and optionally compress each chunk (very much like a zip file) and allow
19  fast random-access reading of the file later on. It does not do zip as zip
20  itself has more complexity than we need, and it was much simpler to implement
21  this once here.
22  .
23  This package contains headers and static libraries for development with libeet.
24  libeet.
25
26 #Package: libeet-doc
27 #Section: doc
28 #Architecture: all
29 #Enhances: libeet-dev
30 #Description: libeet1 API documentation
31 # Eet is a tiny library designed to write an arbitary set of chunks of data to a
32 # file and optionally compress each chunk (very much like a zip file) and allow
33 # fast random-access reading of the file later on. It does not do zip as zip
34 # itself has more complexity than we need, and it was much simpler to implement
35 # this once here.
36 # .
37 # This package contains documentation (html and manpages) for development with
38 # libeet.
39
40 Package: libeet1
41 Architecture: any
42 Depends: ${shlibs:Depends}, libeina0 (>= @EINA_VERSION@)
43 Replaces: libeet0
44 Provides: libeet
45 Description: Enlightenment DR17 file chunk reading/writing library
46  Eet is a tiny library designed to write an arbitary set of chunks of data to a
47  file and optionally compress each chunk (very much like a zip file) and allow
48  fast random-access reading of the file later on. It does not do zip as zip
49  itself has more complexity than we need, and it was much simpler to implement
50  this once here.
51  .
52  It's small, fast, and does a job. It's heavily commented and fully documented.
53
54 Package: eet1-bin
55 Architecture: any
56 Depends: ${shlibs:Depends}, libeet1 (= ${Source-Version})
57 Replaces: eet0-bin
58 Provides: eet-bin
59 Description: Enlightenment DR17 file chunk reading/writing utility
60  Eet is a tiny library designed to write an arbitary set of chunks of data to a
61  file and optionally compress each chunk (very much like a zip file) and allow
62  fast random-access reading of the file later on. It does not do zip as zip
63  itself has more complexity than we need, and it was much simpler to implement
64  this once here.
65  .
66  This package contains eet, an utility that allows you to extract, insert,
67  encode and decode config blobs created with libeet.
68
69 #Package: libeet1-dbg
70 #Architecture: any
71 #Section: libdevel
72 #Priority: extra
73 #Provides: libeet-dbg
74 #Replaces: libeet0-dbg
75 #Depends: ${shlibs:Depends}, libeet1 (= ${Source-Version})
76 #Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
77 # Eet is a tiny library designed to write an arbitary set of chunks of data to a
78 # file and optionally compress each chunk (very much like a zip file) and allow
79 # fast random-access reading of the file later on. It does not do zip as zip
80 # itself has more complexity than we need, and it was much simpler to implement
81 # this once here
82 # .
83 # This package contains unstripped shared libraries. It is provided primarily
84 # to provide a backtrace with names in a debugger, this makes it somewhat easier
85 # to interpret core dumps. The libraries are installed in /usr/lib/debug and
86 # are automatically used by gdb.