File: control

package info (click to toggle)
vdk2 2.0.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,616 kB
  • ctags: 4,174
  • sloc: cpp: 25,357; sh: 8,955; ansic: 5,275; makefile: 577; perl: 113
file content (86 lines) | stat: -rw-r--r-- 2,778 bytes parent folder | download
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: vdk2
Priority: optional
Maintainer: Michael Vogt <mvo@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper (>> 2.0.0), libgnome2-dev, libgtk2.0-dev, libglib2.0-dev, libsigc++-dev, doxygen

Package: libvdk2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The Visual Development Kit C++ library version 2
 The Visual Development Kit (VDK) is a C++ library
 that wraps the GTK+ toolkit. 
 .
 The package also includes the VDK Component Library which 
 contains some  useful new  components not available in pure 
 GTK+.
 .
 Programming in VDK is much like programming in VCL
 and Borland C++ Builder. 
 .
 libsigc++ extension is now included.
 some basic gnome support is provided.

Package: libvdk2-doc
Section: doc
Architecture: all
Description: Documentation for VDK library version 2
 The Visual Development Kit (VDK) is a C++ library
 that wraps the GTK+ toolkit. 
 .
 The package also includes the VDK Component Library which 
 contains some  useful new  components not available in pure
 GTK+.
 .
 Programming in VDK is much like programming in VCL
 and Borland C++ Builder. 
 .
 This package contains the header files and static libraries for 
 the VDK C++ and for the VDK Component libraries.
 .
 Install this package if you want the html documentation of VDK.

Package: libvdk2-dev
Section: devel
Architecture: any
Depends: libvdk2(= ${Source-Version}), libgnome-dev, libsigc++-dev
Suggests: libvdk2-doc, doxygen
Description: Header files and static libraries for VDK library version 2
 The Visual Development Kit (VDK) is a C++ library
 that wraps the GTK+ toolkit. 
 .
 The package also includes the VDK Component Library which 
 contains some  useful new  components not available in pure
 GTK+.
 .
 Programming in VDK is much like programming in VCL
 and Borland C++ Builder. 
 .
 This package contains the header files and static libraries for 
 the VDK C++ and for the VDK Component libraries.
 .
 Install this package if you wish to develop your own X programs
 using the VDK C++ and the VDK Component libraries.

Package: libvdk2-dbg
Section: devel
Architecture: any
Priority: extra
Depends: libvdk2(= ${Source-Version}), libvdk2-dev(= ${Source-Version})
Description: Debugging static library for the VDK C++ library version 2
 The Visual Development Kit (VDK) is a C++ library
 that wraps the GTK+ toolkit. 
 .
 The package also includes the VDK Component Library which
 contains some  useful new  components not available in pure 
 GTK+.
 .
 Programming in VDK is much like programming in VCL
 and Borland C++ Builder. 
 .
 This package contains the debugging static libraries for the
 VDK C++ library.
 .
 The debugging libraries are installed as /usr/lib/libvdk_g.a 
 Link specifically with them if you want to debug.