]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
Slightly better GC pooling,
[wxWidgets.git] / debian / control.in
1 Source: wxwindows
2 Section: libs
3 Priority: optional
4 Build-Depends: debhelper, libgtk1.2-dev, flex, bison
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.1.1
7
8 Package: libwxgtk=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
13 wxWindows is a class library for C++ providing GUI (Graphical User
14 Interface) and other facilities on more than one platform. Version 2.1
15 currently supports subsets of GTK+, Motif, and MS Windows.
16 .
17 This package provides the shared libraries needed to run programs linked
18 against wxWindows.
19
20 Package: libwxgtk=V-dev
21 Architecture: any
22 Section: devel
23 Depends: libwxgtk=V (= ${Source-Version}), libc6-dev
24 Suggests: libstdc++-dev, gettext
25 Conflicts: libwxgtk-dev
26 Replaces: libwxgtk-dev
27 Provides: libwxgtk-dev
28 Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
29 wxWindows is a class library for C++ providing GUI (Graphical User
30 Interface) and other facilities on more than one platform. Version 2.1
31 currently supports subsets of GTK+, Motif, and MS Windows.
32 .
33 This package provides files needed to compile wxWindows programs. It
34 includes header files and static libraries.
35
36 Package: libwx=V-doc
37 Architecture: all
38 Section: doc
39 Suggests: doc-base, www-browser
40 Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
41 wxWindows is a class library for C++ providing GUI (Graphical User
42 Interface) and other facilities on more than one platform. Version 2.1
43 currently supports subsets of GTK+, Motif, and MS Windows.
44 .
45 This package provides a HTML version of the wxWindows reference manual.
46