File: control

package info (click to toggle)
vdkbuilder2 2.4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,680 kB
  • ctags: 4,989
  • sloc: cpp: 40,647; sh: 10,346; ansic: 2,718; makefile: 710; sed: 93
file content (70 lines) | stat: -rw-r--r-- 2,028 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
Source: vdkbuilder2
Priority: optional
Maintainer: Michael Vogt <mvo@debian.org>
Standards-Version: 3.6.1.1
Build-Depends: debhelper (>= 4.0), libgtk2.0-dev (>= 2.4.0-1), libglib2.0-dev , libvdk2-dev (>= 2.4.0-1), libxbase2.0-dev, libvdkxdb2-dev (>= 2.4.0-2), gettext

Package: vdkbuilder2
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, libvdkbuilder2-dev, libvdk2-dev (>= 2.4.0-2), libglib2.0-dev, libgtk2.0-dev, libvdkxdb2-dev (>= 2.4.0-1)
Suggests: vdk-doc
Provides: vdkbuilder
Replaces: vdkbuilder
Conflicts: vdkbuilder
Description: RAD for VDK
 VDK Builder is a clone of C++ Builder.
 Builder's main features are:
 .
   * Project Manager
   * GUI designer
   * Text Editor
   * Widget Inspector
   * generates VDK code
   * plugin extensions
 .
 This package contains the executable. 
 The plugins bundled with vdkbuilder are 
 in the libvdkbuilder and libvdkbuilder-dev
 packages.

Package: libvdkbuilder2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Plugin libraries bundled with VDKBuilder
 VDK Builder is a clone of C++ Builder.
 Builder's main features are:
 .
   * Project Manager
   * GUI designer
   * Text Editor
   * Widget Inspector
   * generates VDK code
   * plugin extensions
 .
 This package contains the plugin libraries
 bundled with vdkbuilder. If you want to use
 compile programs that use them, install 
 the -dev package, too.

Package: libvdkbuilder2-dev
Section: libdevel
Architecture: any
Depends: libvdkbuilder2(= ${Source-Version}), libvdk2-dev (>= 2.0.3-3), libglib2.0-dev, libgtk2.0-dev
Suggests: libvdk2-doc
Description: Header files and static libraries for VDKBuilder plugins
 VDK Builder is a clone of C++ Builder.
 Builder's main features are:
 .
   * Project Manager
   * GUI designer
   * Text Editor
   * Widget Inspector
   * generates VDK code
   * plugin extensions
 .
 This package contains the headers and static 
 version of plugin libraries bundled with
 vdkbuilder. You need this package is you
 want to use the plugins from vdkbuilder.