]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
Somehow the packinst.c and directory got removed from the archive, so I
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
3ca6a5f0 4Build-Depends: debhelper, flex, bison, libgtk1.2-dev, python-dev (>=1.5.2), zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, mesag-dev
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
f6bcfd97 28Depends: wxwin=V-headers (= ${Source-Version}), libwxbase=V (= ${Source-Version}), libc6-dev
5c0e67b2
RL
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 .
f6bcfd97
BP
42 This package provides the files needed to compile apps using the wxBase library.
43
44Package: libwxbase=V-dbg
45Architecture: any
46Section: devel
47Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
48Description: wxBase library (debug) - non-GUI support classes of wxWindows toolkit
49 wxBase is a collection of C++ classes providing basic data structures
50 (strings, lists, arrays), powerful wxDateTime class for date manipulations,
51 portable wrappers around many OS-specific functions allowing to build the
52 same program under all supported folders, wxThread class for writing
53 multithreaded programs using either Win32 or POSIX threads and much more.
54 wxBase currently supports the following platforms: Win32, generic Unix
55 (Linux, FreeBSD, Solaris, HP-UX, ...) and BeOS.
56 .
57 This package provides a debug version of the wxBase library. It is compiled
58 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
59 provides many internal checks by wxWindows itself that are not performed on
60 apps compiled with the 'release version' libs in the -dev package.
5c0e67b2 61
e4c4c1c6
RL
62Package: libwxgtk=V
63Architecture: any
64Section: libs
65Depends: ${shlibs:Depends}
f6bcfd97 66Suggests: mesag3
e4c4c1c6
RL
67Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
68 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 69 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
70 currently supports subsets of GTK+, Motif, and MS Windows.
71 .
72 This package provides the shared libraries needed to run programs linked
f6bcfd97
BP
73 against wxWindows. To use the (optional) glcanvas library you will need
74 to have Mesa or OpenGL installed.
e4c4c1c6
RL
75
76Package: libwxgtk=V-dev
77Architecture: any
78Section: devel
f6bcfd97
BP
79Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V (= ${Source-Version}), libc6-dev
80Suggests: wxwin=V-doc, libstdc++-dev, gettext, mesag-dev
e4c4c1c6
RL
81Conflicts: libwxgtk-dev
82Replaces: libwxgtk-dev
83Provides: libwxgtk-dev
84Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
85 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 86 Interface) and other facilities on more than one platform. Version =V
e4c4c1c6
RL
87 currently supports subsets of GTK+, Motif, and MS Windows.
88 .
f6bcfd97
BP
89 This package provides files needed to compile wxWindows programs. If you
90 want to compile apps using the (optional) glcanvas library you will need
91 to have Mesa or OpenGL installed too.
92
93Package: libwxgtk=V-dbg
94Architecture: any
95Section: devel
96Depends: wxwin=V-headers (= ${Source-Version}), libc6-dev
97Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
98 wxWindows is a class library for C++ providing GUI (Graphical User
99 Interface) and other facilities on more than one platform. Version =V
100 currently supports subsets of GTK+, Motif, and MS Windows.
101 .
102 This package provides a debug version of the wxGtk library. It is compiled
103 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
104 provides many internal checks by wxWindows itself that are not performed on
105 apps compiled with the 'release version' libs in the -dev package.
e4c4c1c6 106
e0a4aa8a
RL
107Package: libwxgtk=V-python
108Architecture: any
109Section: interpreters
3ca6a5f0 110Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5.2), ${shlibs:Depends}
e0a4aa8a
RL
111Suggests: wxwin=V-doc
112Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
113 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 114 Interface) and other facilities on more than one platform. Version =V
e0a4aa8a
RL
115 currently supports subsets of GTK+, Motif, and MS Windows.
116 .
117 This package provides a Python binding to the wxGTK library.
118
f6bcfd97
BP
119Package: libwxgtk=V-contrib
120Architecture: any
121Section: libs
122Depends: libwxgtk=V (= ${Source-Version}), ${shlibs:Depends}
123Description: wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
124 wxWindows is a class library for C++ providing GUI (Graphical User
125 Interface) and other facilities on more than one platform. Version =V
126 currently supports subsets of GTK+, Motif, and MS Windows.
127 .
128 This package provides the contrib libs of the wxWindows source tree
129 (mmedia, ogl, stc)
130
131Package: libwxgtk=V-contrib-dev
132Architecture: any
133Section: devel
134Depends: wxwin=V-headers (= ${Source-Version}), libwxgtk=V-dev (= ${Source-Version}), libc6-dev
135Conflicts: libwxgtk-contrib-dev
136Replaces: libwxgtk-contrib-dev
137Provides: libwxgtk-contrib-dev
138Description: wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
139 wxWindows is a class library for C++ providing GUI (Graphical User
140 Interface) and other facilities on more than one platform. Version =V
141 currently supports subsets of GTK+, Motif, and MS Windows.
142 .
143 Install this package if you wish to compile applications that use the
144 contrib libs from the wxWindows source tree (mmedia, ogl, stc)
145
146Package: wxwin=V-headers
147Architecture: any
148Section: devel
149Conflicts: wxwin-headers
150Replaces: wxwin-headers
151Provides: wxwin-headers
152Description: wxWindows Cross-platform C++ GUI toolkit (header files)
153 wxWindows is a class library for C++ providing GUI (Graphical User
154 Interface) and other facilities on more than one platform. Version =V
155 currently supports subsets of GTK+, Motif, and MS Windows.
156 .
157 This package provides the common header files required to build applications
158 using the wxWindows toolkit.
159
3ca6a5f0
BP
160Package: wxwin=V-i18n
161Architecture: all
162Section: libs
163Conflicts: wxwin-i18n
164Replaces: wxwin-i18n
165Provides: wxwin-i18n
166Description: wxWindows Cross-platform C++ GUI toolkit (i18n support)
167 wxWindows is a class library for C++ providing GUI (Graphical User
168 Interface) and other facilities on more than one platform. Version =V
169 currently supports subsets of GTK+, Motif, and MS Windows.
170 .
171 This package provides the i18n message catalogs for wxWindows.
172
e0a4aa8a 173Package: wxwin=V-doc
f538864d
RL
174Architecture: all
175Section: doc
176Suggests: doc-base, www-browser
177Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
178 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 179 Interface) and other facilities on more than one platform. Version =V
f538864d
RL
180 currently supports subsets of GTK+, Motif, and MS Windows.
181 .
182 This package provides a HTML version of the wxWindows reference manual.
183
5c0e67b2
RL
184Package: wxwin=V-examples
185Architecture: all
186Section: devel
187Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
188Description: wxWindows Cross-platform C++ GUI toolkit (examples)
189 wxWindows is a class library for C++ providing GUI (Graphical User
f6bcfd97 190 Interface) and other facilities on more than one platform. Version =V
5c0e67b2
RL
191 currently supports subsets of GTK+, Motif, and MS Windows.
192 .
193 This package contains examples of using the wxWindows toolkit.
194