]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
wxHandleFatalExceptions() added, documented
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
e0a4aa8a 4Build-Depends: debhelper, libgtk1.2-dev, python-dev (>=1.5), flex, bison
e4c4c1c6
RL
5Maintainer: Ron Lee <ron@debian.org>
6Standards-Version: 3.1.1
7
5c0e67b2
RL
8Package: libwxbase=V
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
12Description: wxBase library (runtime) - non-GUI support classes of wxWindows toolkit
13 wxBase is a collection of C++ classes providing basic data structures
14 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
15 portable wrappers around many OS-specific functions allowing to build the
16 same program under all supported folders, wxThread class for writing
17 multithreaded programs using either Win32 or POSIX threads and much more.
18 wxBase currently supports the following platforms: Win32, generic Unix
19 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
20 .
21 This package is only useful for non-gui apps. It offers a subset of the
22 classes in libwx_gtk=V for use in console apps and daemons. It is currently
23 under development and may not be as stable as the gui version.
24
25Package: libwxbase=V-dev
26Architecture: any
27Section: devel
28Depends: libwxbase=V (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libc6-dev
29Suggests: wxwin=V-doc, gettext
30Conflicts: libwxbase-dev
31Replaces: libwxbase-dev
32Provides: libwxbase-dev
33Description: wxBase library (development) - non-GUI support classes of wxWindows toolkit
34 wxBase is a collection of C++ classes providing basic data structures
35 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
36 portable wrappers around many OS-specific functions allowing to build the
37 same program under all supported folders, wxThread class for writing
38 multithreaded programs using either Win32 or POSIX threads and much more.
39 wxBase currently supports the following platforms: Win32, generic Unix
40 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
41 .
42 This package is only useful for non-gui apps. It offers a subset of the
43 classes in libwx_gtk=V for use in console apps and daemons. It is currently
44 under development and may not be as stable as the gui version.
45
e4c4c1c6
RL
46Package: libwxgtk=V
47Architecture: any
48Section: libs
49Depends: ${shlibs:Depends}
50Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
51 wxWindows is a class library for C++ providing GUI (Graphical User
52 Interface) and other facilities on more than one platform. Version 2.1
53 currently supports subsets of GTK+, Motif, and MS Windows.
54 .
55 This package provides the shared libraries needed to run programs linked
56 against wxWindows.
57
58Package: libwxgtk=V-dev
59Architecture: any
60Section: devel
61Depends: libwxgtk=V (= ${Source-Version}), libc6-dev
e0a4aa8a 62Suggests: wxwin=V-doc, libstdc++-dev, gettext
e4c4c1c6
RL
63Conflicts: libwxgtk-dev
64Replaces: libwxgtk-dev
65Provides: libwxgtk-dev
66Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
67 wxWindows is a class library for C++ providing GUI (Graphical User
68 Interface) and other facilities on more than one platform. Version 2.1
69 currently supports subsets of GTK+, Motif, and MS Windows.
70 .
71 This package provides files needed to compile wxWindows programs. It
72 includes header files and static libraries.
73
e0a4aa8a
RL
74Package: libwxgtk=V-python
75Architecture: any
76Section: interpreters
77Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5), ${shlibs:Depends}
78Suggests: wxwin=V-doc
79Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
80 wxWindows is a class library for C++ providing GUI (Graphical User
81 Interface) and other facilities on more than one platform. Version 2.1
82 currently supports subsets of GTK+, Motif, and MS Windows.
83 .
84 This package provides a Python binding to the wxGTK library.
85
86Package: wxwin=V-doc
f538864d
RL
87Architecture: all
88Section: doc
89Suggests: doc-base, www-browser
90Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
91 wxWindows is a class library for C++ providing GUI (Graphical User
92 Interface) and other facilities on more than one platform. Version 2.1
93 currently supports subsets of GTK+, Motif, and MS Windows.
94 .
95 This package provides a HTML version of the wxWindows reference manual.
96
5c0e67b2
RL
97Package: wxwin=V-examples
98Architecture: all
99Section: devel
100Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
101Description: wxWindows Cross-platform C++ GUI toolkit (examples)
102 wxWindows is a class library for C++ providing GUI (Graphical User
103 Interface) and other facilities on more than one platform. Version 2.1
104 currently supports subsets of GTK+, Motif, and MS Windows.
105 .
106 This package contains examples of using the wxWindows toolkit.
107