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