debian/: Updated descriptions, added symbols and watch
[sdk] / debian / control
1 Source: ecere
2 Section: devel
3 Priority: optional
4 Maintainer: Jerome St-Louis <jerstlouis@gmail.com>
5 Build-Depends:
6  autotools-dev,
7  debhelper (>= 7.0.50~),
8  libfontconfig1-dev,
9  libfreetype6-dev,
10  libgif-dev,
11  libgl1-mesa-glx,
12  libgl1-mesa-dev,
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  libffi-dev
24 Standards-Version: 3.9.3
25 Homepage: http://www.ecere.com/
26
27 Package: ecere-sdk
28 Architecture: i386 armel armhf powerpc
29 Depends: ecere-doc, ecere-samples, ecere-extras, libecere, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
30 Description: Ecere cross-platform SDK
31  This package provides the compiling tools
32  for the eC language and the Ecere IDE, as
33  well as EDA, Ecere's Data Access layer.
34
35 Package: libecere
36 Architecture: i386 armel armhf powerpc
37 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
38 Description: Ecere Runtime Library
39  This package provides the Linux version
40  of Ecere's cross-platform runtime library
41  for running applications built using the
42  Ecere SDK. It includes a GUI toolkit,
43  2D/3D graphics engine, networking engine
44  as well as system functionality.
45
46 Package: ecere-samples
47 Architecture: all
48 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
49 Description: Project samples for the Ecere SDK
50  This package contains samples for
51  multimedia, database, graphics,
52  communication, and other useful
53  software that can be created with
54  the Ecere SDK.
55
56 Package: ecere-doc
57 Architecture: all
58 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
59 Description: Documentation for the Ecere SDK
60  This package includes the Ecere Tao
61  of Programming, an ebook designed
62  to help programmers become familiar
63  with eC and Ecere, as well the API
64  reference in the form of .eCdoc
65  until it is embedded in the library.
66
67 Package: ecere-extras
68 Architecture: all
69 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
70 Description:Extras for the Ecere SDK
71  This package provides additional Ecere
72  functionality, such as SSL Sockets,
73  Audio, in the form of source code.