summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6bd75daec71f654aedab0f1df8367dee121b05d7 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: tclx8.4
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autoconf,
               autotools-dev,
               debhelper (>= 9),
               dh-autoreconf,
               dpkg-dev (>= 1.16.1.1),
               tcl-dev
Standards-Version: 3.7.2

Package: tclx8.4
Section: libs
Architecture: any
Depends: tcl,
         ${shlibs:Depends}
Provides: tclx
Suggests: tclx8.4-doc
Description: Extended Tcl (TclX) - shared library
 Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
 Language invented by Dr. John Ousterhout.  Tcl is a powerful, yet simple
 embeddable programming language.  Extended Tcl is oriented towards system
 programming tasks and large application development.
 .
 TclX provides additional interfaces to the operating system, and adds many
 new programming constructs, text manipulation tools, and debugging tools.
 .
 TclX 8.4 differs from its predecessors in that it is based more on the
 idea of TclX as an extension to Tcl, and not an alternate environment.
 There is no TkX and no stand-alone shells are built. The tkx*8.4 packages
 therefore don't exist anymore.
 .
 This package includes the shared library and tcl library files.

Package: tclx8.4-dev
Section: devel
Architecture: any
Depends: tcl-dev,
         tclx8.4 (= ${Source-Version})
Suggests: tclx8.4-doc
Description: Extended Tcl (TclX) - development package
 Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
 Language invented by Dr. John Ousterhout.  Tcl is a powerful, yet simple
 embeddable programming language.  Extended Tcl is oriented towards system
 programming tasks and large application development.
 .
 TclX provides additional interfaces to the operating system, and adds many
 new programming constructs, text manipulation tools, and debugging tools.
 .
 This package includes development libraries and include files.

Package: tclx8.4-doc
Section: doc
Architecture: all
Provides: tclx-doc
Conflicts: tclx-doc,
           tkx-doc
Description: Extended Tcl (TclX) - manpages
 Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
 Language invented by Dr. John Ousterhout.  Tcl is a powerful, yet simple
 embeddable programming language.  Extended Tcl is oriented towards system
 programming tasks and large application development.
 .
 TclX provides additional interfaces to the operating system, and adds many
 new programming constructs, text manipulation tools, and debugging tools.
 .
 This package includes the TclX man pages.