]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)
[wxWidgets.git] / debian / control.in
CommitLineData
e1293dcf 1Source: wxwidgets=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
6181913e 4Build-Depends: debhelper (>=4.0), flex, bison, gettext, libgtk2.0-dev, =PY, =PY-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev
e4c4c1c6 5Maintainer: Ron Lee <ron@debian.org>
6181913e 6Standards-Version: 3.6.1.1
5c0e67b2 7
148e141b 8Package: libwxgtk=V.=SO
e4c4c1c6
RL
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
e1293dcf
RL
12Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
13 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
14 GUI components and other facilities on several popular platforms (and some
15 unpopular ones as well). For more information see http://wxwidgets.org
e4c4c1c6
RL
16 .
17 This package provides the shared libraries needed to run programs linked
e1293dcf 18 against wxWidgets. To use the (optional) glcanvas library you will need
f6bcfd97 19 to have Mesa or OpenGL installed.
e4c4c1c6
RL
20
21Package: libwxgtk=V-dev
22Architecture: any
e1293dcf 23Section: libdevel
148e141b
RL
24Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V.=SO (= ${Source-Version}), libc6-dev
25Suggests: wx=V-common | wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
e1293dcf
RL
26Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
27 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
28 GUI components and other facilities on several popular platforms (and some
29 unpopular ones as well). For more information see http://wxwidgets.org
e4c4c1c6 30 .
e1293dcf 31 This package provides files needed to compile wxWidgets programs. If you
f6bcfd97
BP
32 want to compile apps using the (optional) glcanvas library you will need
33 to have Mesa or OpenGL installed too.
34
35Package: libwxgtk=V-dbg
36Architecture: any
e1293dcf 37Section: libdevel
ab0e718d 38Priority: extra
e1293dcf 39Depends: wx=V-headers (= ${Source-Version}), libc6-dev
e1293dcf
RL
40Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
41 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
42 GUI components and other facilities on several popular platforms (and some
43 unpopular ones as well). For more information see http://wxwidgets.org
f6bcfd97 44 .
e1293dcf 45 This package provides a debug version of the wxGTK library. It is compiled
f6bcfd97 46 both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
e1293dcf 47 provides many internal checks by wxWidgets itself that are not performed on
f6bcfd97 48 apps compiled with the 'release version' libs in the -dev package.
e4c4c1c6 49
148e141b 50Package: libwxgtk=V.=SO-python
e0a4aa8a 51Architecture: any
e1293dcf
RL
52Section: python
53Depends: =PY, ${shlibs:Depends}
54Suggests: wx=V-doc, wx=V-examples, =PY-xml
148e141b
RL
55Conflicts: libwxgtk-python
56Replaces: libwxgtk-python
094e328c 57Provides: libwxgtk-python
e1293dcf
RL
58Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
59 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
60 GUI components and other facilities on several popular platforms (and some
61 unpopular ones as well). For more information see http://wxwidgets.org
e0a4aa8a 62 .
6181913e 63 This package provides a Python binding to the wxGTK library and its
deefd679
RL
64 contrib libs. If you wish to use xrced you'll also need the python-xml
65 package installed.
e0a4aa8a 66
148e141b
RL
67Package: wx=V-common
68Architecture: any
69Section: libs
70Depends: ${shlibs:Depends}
71Conflicts: wx-common
22642fb2 72Replaces: wx-common, wxwin2.4-headers, libwxgtk2.4-contrib-dev
148e141b
RL
73Provides: wx-common
74Description: wxWidgets Cross-platform C++ GUI toolkit (common support files)
75 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
76 GUI components and other facilities on several popular platforms (and some
77 unpopular ones as well). For more information see http://wxwidgets.org
78 .
79 This package provides common support files not bound to any
80 particular wxWidgets release, such as font metrics required by some
81 ports, and miscellaneous developer aids and binary utilities.
82
e1293dcf 83Package: wx=V-headers
f6bcfd97
BP
84Architecture: any
85Section: devel
e1293dcf
RL
86Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
87 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
88 GUI components and other facilities on several popular platforms (and some
89 unpopular ones as well). For more information see http://wxwidgets.org
f6bcfd97
BP
90 .
91 This package provides the common header files required to build applications
e1293dcf 92 using the wxWidgets toolkit.
f6bcfd97 93
e1293dcf 94Package: wx=V-i18n
3ca6a5f0
BP
95Architecture: all
96Section: libs
e1293dcf
RL
97Conflicts: wx-i18n, wxwin-i18n
98Replaces: wx-i18n, wxwin-i18n
99Provides: wx-i18n
100Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
101 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
102 GUI components and other facilities on several popular platforms (and some
103 unpopular ones as well). For more information see http://wxwidgets.org
3ca6a5f0 104 .
e1293dcf 105 This package provides the i18n message catalogs for wxWidgets.
3ca6a5f0 106
e1293dcf 107Package: wx=V-doc
f538864d
RL
108Architecture: all
109Section: doc
e1293dcf 110Provides: wx-doc
f538864d 111Suggests: doc-base, www-browser
e1293dcf
RL
112Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
113 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
114 GUI components and other facilities on several popular platforms (and some
115 unpopular ones as well). For more information see http://wxwidgets.org
f538864d 116 .
e1293dcf 117 This package provides a HTML version of the wxWidgets reference manual.
f538864d 118
e1293dcf 119Package: wx=V-examples
5c0e67b2
RL
120Architecture: all
121Section: devel
122Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
e1293dcf
RL
123Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
124 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
125 GUI components and other facilities on several popular platforms (and some
126 unpopular ones as well). For more information see http://wxwidgets.org
5c0e67b2 127 .
e1293dcf 128 This package contains examples of using the wxWidgets toolkit in
094e328c
RL
129 C++ and with the wxPython language binding.
130
148e141b 131Package: libwxgtk=V.=SO-dbg-python
6181913e
RL
132Architecture: any
133Section: python
134Depends: =PY, ${shlibs:Depends}
135Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
148e141b
RL
136Conflicts: libwxgtk-python
137Replaces: libwxgtk-python
138Provides: libwxgtk-python
6181913e
RL
139Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
140 wxWindows is a class library for C++ providing GUI (Graphical User
141 Interface) and other facilities on more than one platform. Version =V
142 currently supports subsets of GTK+, Motif, and MS Windows.
143 .
144 This package provides a Python binding to the wxGTK debug library.
145 It is useful for developers as many common errors may be caught.
146 Unfortunately it cannot be installed at the same time as the release
147 packages, but it will replace them for other applications that require
148 wxPython. You should _never_ upload packages to Debian that depend upon
148e141b 149 this package explicitly, use the libwxgtk=V.=SO-python package instead.
6181913e
RL
150 .
151 If you wish to use xrced you'll also need the python-xml package installed.
152
3a922bb4
RL
153Package: libwxmsw=V-dev
154Architecture: i386
155Section: otherosfs
e1293dcf 156Depends: wx=V-headers-msw (= ${Source-Version})
3a922bb4
RL
157Description: wxMSW mingw32msvc-cross
158 mingw32msvc-cross wxMSW libs.
159
4fb788e4
RL
160Package: libwxmsw=V-dbg
161Architecture: i386
162Section: otherosfs
e1293dcf 163Depends: wx=V-headers-msw (= ${Source-Version})
4fb788e4
RL
164Description: wxMSW mingw32msvc-cross (debug)
165 mingw32msvc-cross wxMSW libs.
166 __WXDEBUG__ version.
167
e1293dcf 168Package: wx=V-headers-msw
3a922bb4
RL
169Architecture: i386
170Section: otherosfs
e1293dcf 171Depends: wx=V-headers (= ${Source-Version})
e1293dcf
RL
172Description: Extra wxWidgets headers for mingw32msvc-cross
173 Headers required by the wxWidgets mingw32msvc-cross libraries.
3a922bb4 174