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