]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
fix double->unsigned char warnings
[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
fdefae19 8Package: libwxgtk=SOV
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
fdefae19 24Depends: wx=V-headers (= ${Source-Version}), libwxgtk=SOV (= ${Source-Version}), libc6-dev
148e141b 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
fdefae19 50Package: libwxgtk=SOV-python
e0a4aa8a 51Architecture: any
e1293dcf 52Section: python
fdefae19 53Depends: wxpython, =PY, ${shlibs:Depends}
e1293dcf
RL
54Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
55 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
56 GUI components and other facilities on several popular platforms (and some
57 unpopular ones as well). For more information see http://wxwidgets.org
e0a4aa8a 58 .
fdefae19
RL
59 This package provides a Python binding to the wxGTK library and the
60 wxPython runtime support libraries. If you wish to use xrc you'll also
61 need the =PY-xml package installed.
62
63Package: libwxgtk=SOV-dbg-python
64Architecture: any
65Section: python
66Depends: wxpython, =PY, ${shlibs:Depends}
67Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
68 wxWindows is a class library for C++ providing GUI (Graphical User
69 Interface) and other facilities on more than one platform. Version =V
70 currently supports subsets of GTK+, Motif, and MS Windows.
71 .
72 This package provides a Python binding to the wxGTK debug library.
73 It is useful for developers as many common errors may be caught, but
74 you should _never_ upload packages to Debian that depend upon this
75 package explicitly, use the libwxgtk=SOV-python package instead.
76 .
77 If you wish to use xrc you'll also need the =PY-xml package installed.
78
79Package: wxpython=SOV
80Architecture: any
81Section: python
82Depends: libwxgtk=SOV-python, =PY, ${shlibs:Depends}
83Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
84Conflicts: wxpython
85Replaces: wxpython, libwxgtk2.4-python
86Provides: wxpython
87Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)
88 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
89 GUI components and other facilities on several popular platforms (and some
90 unpopular ones as well). For more information see http://wxwidgets.org
91 .
92 This package provides support utilities and common files for wxPython=SOV.
93 If you wish to use xrced you'll also need the =PY-xml package installed.
e0a4aa8a 94
148e141b
RL
95Package: wx=V-common
96Architecture: any
fdefae19 97Section: devel
148e141b
RL
98Depends: ${shlibs:Depends}
99Conflicts: wx-common
22642fb2 100Replaces: wx-common, wxwin2.4-headers, libwxgtk2.4-contrib-dev
148e141b
RL
101Provides: wx-common
102Description: wxWidgets Cross-platform C++ GUI toolkit (common support files)
103 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
104 GUI components and other facilities on several popular platforms (and some
105 unpopular ones as well). For more information see http://wxwidgets.org
106 .
107 This package provides common support files not bound to any
108 particular wxWidgets release, such as font metrics required by some
109 ports, and miscellaneous developer aids and binary utilities.
110
e1293dcf 111Package: wx=V-headers
f6bcfd97
BP
112Architecture: any
113Section: devel
e1293dcf
RL
114Description: wxWidgets Cross-platform C++ GUI toolkit (header files)
115 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
116 GUI components and other facilities on several popular platforms (and some
117 unpopular ones as well). For more information see http://wxwidgets.org
f6bcfd97
BP
118 .
119 This package provides the common header files required to build applications
e1293dcf 120 using the wxWidgets toolkit.
f6bcfd97 121
e1293dcf 122Package: wx=V-i18n
3ca6a5f0
BP
123Architecture: all
124Section: libs
e1293dcf
RL
125Conflicts: wx-i18n, wxwin-i18n
126Replaces: wx-i18n, wxwin-i18n
127Provides: wx-i18n
128Description: wxWidgets Cross-platform C++ GUI toolkit (i18n support)
129 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
130 GUI components and other facilities on several popular platforms (and some
131 unpopular ones as well). For more information see http://wxwidgets.org
3ca6a5f0 132 .
e1293dcf 133 This package provides the i18n message catalogs for wxWidgets.
3ca6a5f0 134
e1293dcf 135Package: wx=V-doc
f538864d
RL
136Architecture: all
137Section: doc
e1293dcf 138Provides: wx-doc
f538864d 139Suggests: doc-base, www-browser
e1293dcf
RL
140Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
141 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
142 GUI components and other facilities on several popular platforms (and some
143 unpopular ones as well). For more information see http://wxwidgets.org
f538864d 144 .
e1293dcf 145 This package provides a HTML version of the wxWidgets reference manual.
f538864d 146
e1293dcf 147Package: wx=V-examples
5c0e67b2
RL
148Architecture: all
149Section: devel
150Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
e1293dcf
RL
151Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
152 wxWidgets (formerly known as wxWindows) is a class library for C++ providing
153 GUI components and other facilities on several popular platforms (and some
154 unpopular ones as well). For more information see http://wxwidgets.org
5c0e67b2 155 .
e1293dcf 156 This package contains examples of using the wxWidgets toolkit in
094e328c
RL
157 C++ and with the wxPython language binding.
158
3a922bb4
RL
159Package: libwxmsw=V-dev
160Architecture: i386
161Section: otherosfs
e1293dcf 162Depends: wx=V-headers-msw (= ${Source-Version})
3a922bb4
RL
163Description: wxMSW mingw32msvc-cross
164 mingw32msvc-cross wxMSW libs.
165
4fb788e4
RL
166Package: libwxmsw=V-dbg
167Architecture: i386
168Section: otherosfs
e1293dcf 169Depends: wx=V-headers-msw (= ${Source-Version})
4fb788e4
RL
170Description: wxMSW mingw32msvc-cross (debug)
171 mingw32msvc-cross wxMSW libs.
172 __WXDEBUG__ version.
173
e1293dcf 174Package: wx=V-headers-msw
3a922bb4
RL
175Architecture: i386
176Section: otherosfs
e1293dcf 177Depends: wx=V-headers (= ${Source-Version})
e1293dcf
RL
178Description: Extra wxWidgets headers for mingw32msvc-cross
179 Headers required by the wxWidgets mingw32msvc-cross libraries.
3a922bb4 180