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