svn update: 48539 (latest:48959)
[framework/uifw/eet.git] / debian / _original / control
1 Source: eet
2 Section: libs
3 Priority: optional
4 Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
5 Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>, Niv Sardi <xaiki@debian.org>,
6  Jan Lübbe <jluebbe@debian.org>
7 Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev, pkg-config, libtool, libeina-dev, doxygen
8 Standards-Version: 3.8.1
9 Homepage: http://www.enlightenment.org
10
11 Package: libeet-dev
12 Section: libdevel
13 Architecture: any
14 Depends: libeet1 (= ${binary:Version}), libjpeg62-dev, pkg-config
15 Recommends: libeet-doc
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
25 Package: libeet-doc
26 Section: doc
27 Architecture: all
28 Enhances: libeet-dev
29 Description: libeet1 API documentation
30  Eet is a tiny library designed to write an arbitary set of chunks of data to a
31  file and optionally compress each chunk (very much like a zip file) and allow
32  fast random-access reading of the file later on. It does not do zip as zip
33  itself has more complexity than we need, and it was much simpler to implement
34  this once here.
35  .
36  This package contains documentation (html and manpages) for development with
37  libeet.
38
39 Package: libeet1
40 Architecture: any
41 Depends: ${shlibs:Depends}
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: libeet-bin
52 Architecture: any
53 Depends: ${shlibs:Depends}
54 Description: Enlightenment DR17 file chunk reading/writing utility
55  Eet is a tiny library designed to write an arbitary set of chunks of data to a
56  file and optionally compress each chunk (very much like a zip file) and allow
57  fast random-access reading of the file later on. It does not do zip as zip
58  itself has more complexity than we need, and it was much simpler to implement
59  this once here.
60  .
61  This package contains eet, an utility that allows you to extract, insert,
62  encode and decode config blobs created with libeet.
63
64 Package: libeet-dbg
65 Architecture: any
66 Section: libdevel
67 Priority: extra
68 Depends: libeet1 (= ${binary:Version})
69 Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
70  Eet is a tiny library designed to write an arbitary set of chunks of data to a
71  file and optionally compress each chunk (very much like a zip file) and allow
72  fast random-access reading of the file later on. It does not do zip as zip
73  itself has more complexity than we need, and it was much simpler to implement
74  this once here
75  .
76  This package contains unstripped shared libraries. It is provided primarily
77  to provide a backtrace with names in a debugger, this makes it somewhat easier
78  to interpret core dumps. The libraries are installed in /usr/lib/debug and
79  are automatically used by gdb.