fixing the version generation to deal with individual package build
[maemo-efl] / trunk / edje / debian / control
1 Source: edje
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Suggests: edje0-bin
6 Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool, libeet1-dev (>= 1.0.1-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libevas0-dev (>= 0.9.9.043-maemo1), libembryo0-dev (>= 0.9.9.043-maemo1)
7 Standards-Version: 3.7.2
8
9 Package: edje0-bin
10 Architecture: any
11 Section: graphics
12 Depends: ${shlibs:Depends}, libedje0 (= ${Source-Version}), embryo0-bin (>= 0.9.1.042-maemo3), libevas0-loader-png (>= 0.9.9.043-maemo1), libevas0-loader-jpeg (>= 0.9.9.043-maemo1), libevas0-engine-buffer (>= 0.9.9.043-maemo1)
13 Provides: edje-bin
14 Description: Various binaries for use with Edje
15  Edje is a graphical layout and animation library for animated resizable,
16  compressed and scalable themes. It is the theming engine behind
17  Enlightenment DR 0.17.
18  .
19  This package contains the following binaries:
20   - edje: View and test compiled edje files.
21   - edje_cc: Compiles EDC files.
22   - edje_decc: Used to decompile compiled edje files.
23   - edje_recc: A convenience script to recompile EDC files.
24   - edje_ls: Lists the contents of a compiled EDC file.
25
26 Package: libedje0
27 Architecture: any
28 Section: libs
29 Depends: ${shlibs:Depends}, libevas0-loader-eet (>= 0.9.9.043-maemo1)
30 Provides: libedje
31 Suggests: edje-bin (= ${Source-Version})
32 Description: Graphical layout and animation library
33  Edje is a graphical layout and animation library for animated resizable,
34  compressed and scalable themes. It is the theming engine behind
35  Enlightenment DR 0.17.
36
37 #Package: libedje-doc
38 #Architecture: all
39 #Section: doc
40 #Enhances: libedje0-dev
41 #Description: libedje0 development documentation
42 # Edje is a graphical layout and animation library for animated resizable,
43 # compressed and scalable themes. It is the theming engine behind
44 # Enlightenment DR 0.17.
45 # .
46 # This package provides development documentation for Edje.
47
48 Package: libedje0-dev
49 Architecture: any
50 Section: libdevel
51 Depends: libedje0 (= ${Source-Version}), libeet1-dev (>= 1.0.1-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libevas0-dev (>= 0.9.9.042-maemo1), libembryo0-dev (>= 0.9.9.043-maemo1)
52 Provides: libedje-dev
53 Description: Edje headers, static libraries and documentation
54  Edje is a graphical layout and animation library for animated resizable,
55  compressed and scalable themes. It is the theming engine behind
56  Enlightenment DR 0.17.
57  .
58  This package provides headers and shared libraries for Edje.
59
60 #Package: libedje0-dbg
61 #Architecture: any
62 #Section: libdevel
63 #Priority: extra
64 #Depends: libedje0 (= ${Source-Version})
65 #Provides: libedje-dbg
66 #Description: Graphical layout and animation library
67 # Edje is a graphical layout and animation library for animated resizable,
68 # compressed and scalable themes. It is the theming engine behind
69 # Enlightenment DR 0.17.
70 # .
71 # This package contains unstripped shared libraries. It is provided primarily
72 # to provide a backtrace with names in a debugger, this makes it somewhat
73 # easier to interpret core dumps. The libraries are installed in
74 # /usr/lib/debug and are automatically used by gdb.