~ubuntu-branches/ubuntu/quantal/tclcl/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2011-11-16 11:18:30 UTC
  • Revision ID: package-import@ubuntu.com-20111116111830-knohucrmf7zvvbb3
Tags: 1.20-2
add depens: libtclcl1 (= ${binary:Version}) to libtclcl1-dev.
(Closes: #648888).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
Architecture: any
16
16
Section: utils
17
17
Depends: ${shlibs:Depends}, ${misc:Depends}
18
 
Description: tcl2c++ program from tclcl
 
18
Description: tcl2c++ and otcldoc program from tclcl
19
19
 TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic, 
20
20
 vat, rtp_play and nsnam. It provides a layer of C++ glue over OTcl.
21
21
 .
26
26
Multi-Arch: same
27
27
Pre-Depends: ${misc:Pre-Depends}
28
28
Depends: ${shlibs:Depends}, ${misc:Depends}
29
 
Description: development files of TclCL
 
29
Description: shared library of TclCL
30
30
 TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic, 
31
31
 vat, rtp_play, and nsnam. It provides a layer of C++ glue over OTcl.
32
32
 .
33
 
 This package contains static file and header files.
 
33
 This package contains shared library.
34
34
 
35
35
Package: libtclcl1-dev
36
36
Architecture: any
37
37
Section: libdevel
38
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
38
Depends: libtclcl1 (= ${binary:Version}) ,${shlibs:Depends}, ${misc:Depends}
39
39
Provides: libtclcl-dev
40
40
Description: development files of TclCL
41
41
 TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic,