debian: Fixed proper inclusion of Debian flags
[sdk] / debian / control
1 Source: ecere-sdk
2 Section: devel
3 Priority: optional
4 Maintainer: Jerome St-Louis <jerstlouis@gmail.com>
5 Build-Depends: debhelper (>= 7.0.50~),
6                dpkg (>= 1.16.1),
7                libffi-dev,
8                libfontconfig1-dev,
9                libfreetype6-dev,
10                libgif-dev,
11                libgl1-mesa-dev,
12                libgl1-mesa-glx,
13                libjpeg62-dev,
14                libncurses5-dev,
15                libpng12-dev,
16                libsqlite3-dev,
17                libx11-dev,
18                libxext-dev,
19                libxrender-dev,
20                linux-libc-dev,
21                upx-ucl,
22                zlib1g-dev
23 Standards-Version: 3.9.3
24 Homepage: http://www.ecere.com/
25
26 Package: ecere-sdk
27 Architecture: armel armhf i386 powerpc
28 Depends: ecere-dev,
29          ecere-extras,
30          ecere-samples,
31          libeda0,
32          libedasqlite0,
33          ${devel:Depends},
34          ${misc:Depends},
35          ${shlibs:Depends}
36 Description: Ecere cross-platform SDK
37  This package is a metapackage providing
38  the entire Ecere cross-platform SDK
39  (ecere-dev, ecere-samples, ecere-extras,
40  libeda0, libedasqlite0).
41
42 Package: ecere-dev
43 Architecture: armel armhf i386 powerpc
44 Recommends: fonts-freefont-ttf
45 Depends: libec0 (= ${binary:Version}),
46          libecerecom0 (= ${binary:Version}),
47          ${devel:Depends},
48          ${misc:Depends},
49          ${shlibs:Depends}
50 Description: Ecere SDK Development Tools
51  This package provides the compiling tools
52  for the eC language, the Ecere IDE,
53  as well as the symlinks for the Ecere
54  libraries.
55
56 Package: libecere0
57 Section: libs
58 Architecture: armel armhf i386 powerpc
59 Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
60 Description: Ecere Runtime Library
61  This package provides the Linux version
62  of Ecere's cross-platform runtime library
63  for running applications built using the
64  Ecere SDK. It includes a GUI toolkit,
65  2D/3D graphics engine, networking engine
66  as well as system functionality.
67
68 Package: libecerecom0
69 Section: libs
70 Architecture: armel armhf i386 powerpc
71 Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
72 Description: eC Core Runtime Library
73  This package provides the bare minimum
74  runtime library for applications
75  written in eC.
76
77 Package: libec0
78 Section: libs
79 Architecture: armel armhf i386 powerpc
80 Depends: libecere0 (= ${binary:Version}),
81          ${devel:Depends},
82          ${misc:Depends},
83          ${shlibs:Depends}
84 Description: eC Compiler Library
85  This package provides the eC compiler.
86  It is used by the Ecere IDE, as well
87  as the eC compiling tools (ecp, ecc, ecs).
88  It could also be used by applications
89  wanting to parse or compile eC code.
90
91 Package: libeda0
92 Section: libs
93 Architecture: armel armhf i386 powerpc
94 Depends: libecere0, ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
95 Description: Ecere Data Access
96  This package provides the Ecere
97  Data Access RDBMS abstraction layer.
98  The Ecere Database (EDB) engine is built-in.
99  For SQLite support, the SQLite driver
100  (libedasqlite0) is also required.
101
102 Package: libedasqlite0
103 Section: libs
104 Architecture: armel armhf i386 powerpc
105 Depends: libeda0, ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
106 Description: EDA SQLite Driver
107  This package provides SQLite driver
108  for building database applications
109  with the Ecere Database Access layer.
110
111 Package: ecere-samples
112 Architecture: all
113 Multi-Arch: allowed
114 Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
115 Description: Project samples for the Ecere SDK
116  This package contains samples for
117  multimedia, database, graphics,
118  communication, and other useful
119  software that can be created with
120  the Ecere SDK.
121
122 Package: ecere-extras
123 Architecture: all
124 Multi-Arch: allowed
125 Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
126 Description: Extras for the Ecere SDK
127  This package provides additional Ecere
128  functionality, such as SSL Sockets,
129  Audio, in the form of source code.