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