summaryrefslogtreecommitdiffstats
path: root/debian/lenny/dependencies/tqscintilla/debian/control
blob: a38122ffde562f98d1d44d9952accc6c7d604001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: tqscintilla
Section: libs
Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev
Standards-Version: 3.8.4

Package: libtqscintilla7
Section: libs
Architecture: any
Replaces: libtqscintilla6
Depends: ${shlibs:Depends}
Description: TQt source code editing component based on Scintilla
 Scintilla is a free source code editing component. It has features found
 in standard editing components, as well as features especially useful
 when editing and debugging source code.
 .
 TQScintilla is a port or Scintilla to the TQt GUI toolkit.

Package: libtqscintilla-dev
Section: libdevel
Architecture: all
Depends: libtqscintilla7 (>= ${source:Version})
Description: TQt source code editing component - development files
 Scintilla is a free source code editing component. It has features found
 in standard editing components, as well as features especially useful
 when editing and debugging source code.
 .
 TQScintilla is a port of Scintilla to the TQt GUI toolkit. These are the
 development files (headers and static libs).

Package: libtqscintilla-doc
Section: doc
Architecture: all
Suggests: libtqscintilla-dev
Description: TQt source code editing component - documentation
 Scintilla is a free source code editing component. It has features found
 in standard editing components, as well as features especially useful
 when editing and debugging source code.
 .
 This package contain HTML files describing TQScintilla classes.