Fixed debian stuff everywhere.
[framework/uifw/embryo.git] / debian / control
1 Source: embryo
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>,
6  Jan Lübbe <jluebbe@debian.org>, Xavier Oswald <x.oswald@free.fr>
7 Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, doxygen, pkg-config, libtool
8 Standards-Version: 3.8.1
9 Homepage: http://www.enlightenment.org
10
11 Package: libembryo-dev
12 Section: libdevel
13 Architecture: any
14 Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}), pkg-config
15 Description: Development files for libembryo0
16  Embryo is primarily a shared library that gives you an API to load
17  and control interpreted programs compiled into an abstract machine
18  bytecode that it understands.  This abstract (or virtual) machine is
19  similar to a real machine with a CPU, but it is emulated in
20  software.
21  .
22  This packages contains headers and static libraries for Embryo.
23
24 Package: libembryo0
25 Architecture: any
26 Depends: ${misc:Depends}, ${shlibs:Depends}
27 Suggests: libembryo-bin
28 Description: SMALL-based abstract machine (AMX) bytecode interpreter
29  Embryo is primarily a shared library that gives you an API to load
30  and control interpreted programs compiled into an abstract machine
31  bytecode that it understands.  This abstract (or virtual) machine is
32  similar to a real machine with a CPU, but it is emulated in
33  software.  The architecture is simple and is the same as the
34  abstract machine (AMX) in the SMALL language as it is based on
35  exactly the same code. Embryo has modified the code for the AMX
36  extensively and has made it smaller and more portable.  It is VERY
37  small.  The total size of the virtual machine code AND header files
38  is less than 2500 lines of code.  It includes the floating point
39  library support by default as well.  This makes it one of the
40  smallest interpreters around, and thus makes is very efficient to
41  use in code.
42  .
43  See also http://www.compuphase.com/small.htm for details on SMALL.
44
45 Package: libembryo-doc
46 Section: doc
47 Architecture: all
48 Depends: ${misc:Depends}
49 Enhances: libembryo-dev
50 Description: libembryo0 development documentation
51  Embryo is primarily a shared library that gives you an API to load
52  and control interpreted programs compiled into an abstract machine
53  bytecode that it understands.  This abstract (or virtual) machine is
54  similar to a real machine with a CPU, but it is emulated in
55  software.
56  .
57  This packages provides development documentation for Embryo.
58
59 Package: libembryo-dbg
60 Architecture: any
61 Section: libdevel
62 Depends: ${misc:Depends}, libembryo0 (= ${binary:Version})
63 Priority: extra
64 Description: Debugging symbols for libembryo
65  Embryo is primarily a shared library that gives you an API to load
66  and control interpreted programs compiled into an abstract machine
67  bytecode that it understands.  This abstract (or virtual) machine is
68  similar to a real machine with a CPU, but it is emulated in
69  software
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.
75
76 Package: libembryo-bin
77 Section: devel
78 Architecture: any
79 Depends: ${misc:Depends}, ${shlibs:Depends}
80 Description: SMALL compiler creating Embryo bytecode
81  Embryo is primarily a shared library that gives you an API to load
82  and control interpreted programs compiled into an abstract machine
83  bytecode that it understands.  This abstract (or virtual) machine is
84  similar to a real machine with a CPU, but it is emulated in
85  software
86  .
87  This package contains the embryo compiler: embryo_cc.