Enable concurrent installs of runtime packages after a soname change.
[wxWidgets.git] / debian / control.in
1 Source: wxwidgets=V
2 Section: libs
3 Priority: optional
4 Build-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
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.6.1.1
7
8 Package: libwxgtk=V.=SO
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: 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
16  .
17  This package provides the shared libraries needed to run programs linked
18  against wxWidgets.  To use the (optional) glcanvas library you will need
19  to have Mesa or OpenGL installed.
20
21 Package: libwxgtk=V-dev
22 Architecture: any
23 Section: libdevel
24 Depends: wx=V-headers (= ${Source-Version}), libwxgtk=V.=SO (= ${Source-Version}), libc6-dev
25 Suggests: wx=V-common | wx-common, wx=V-doc, libstdc++-dev, gettext, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev
26 Description: 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
30  .
31  This package provides files needed to compile wxWidgets programs.  If you
32  want to compile apps using the (optional) glcanvas library you will need
33  to have Mesa or OpenGL installed too.
34
35 Package: libwxgtk=V-dbg
36 Architecture: any
37 Section: libdevel
38 Priority: extra
39 Depends: wx=V-headers (= ${Source-Version}), libc6-dev
40 Description: 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
44  .
45  This package provides a debug version of the wxGTK library.  It is compiled
46  both with -g for normal debugger tracing and with the __WXDEBUG__ flag which
47  provides many internal checks by wxWidgets itself that are not performed on
48  apps compiled with the 'release version' libs in the -dev package.
49
50 Package: libwxgtk=V.=SO-python
51 Architecture: any
52 Section: python
53 Depends: =PY, ${shlibs:Depends}
54 Suggests: wx=V-doc, wx=V-examples, =PY-xml
55 Conflicts: libwxgtk-python
56 Replaces: libwxgtk-python
57 Provides: libwxgtk-python
58 Description: 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
62  .
63  This package provides a Python binding to the wxGTK library and its
64  contrib libs.  If you wish to use xrced you'll also need the python-xml
65  package installed.
66
67 Package: wx=V-common
68 Architecture: any
69 Section: libs
70 Depends: ${shlibs:Depends}
71 Conflicts: wx-common
72 Replaces: wx-common
73 Provides: wx-common
74 Description: 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
83 Package: wx=V-headers
84 Architecture: any
85 Section: devel
86 Description: 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
90  .
91  This package provides the common header files required to build applications
92  using the wxWidgets toolkit.
93
94 Package: wx=V-i18n
95 Architecture: all
96 Section: libs
97 Conflicts: wx-i18n, wxwin-i18n
98 Replaces: wx-i18n, wxwin-i18n
99 Provides: wx-i18n
100 Description: 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
104  .
105  This package provides the i18n message catalogs for wxWidgets.
106
107 Package: wx=V-doc
108 Architecture: all
109 Section: doc
110 Provides: wx-doc
111 Suggests: doc-base, www-browser
112 Description: 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
116  .
117  This package provides a HTML version of the wxWidgets reference manual.
118
119 Package: wx=V-examples
120 Architecture: all
121 Section: devel
122 Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc
123 Description: 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
127  .
128  This package contains examples of using the wxWidgets toolkit in
129  C++ and with the wxPython language binding.
130
131 Package: libwxgtk=V.=SO-dbg-python
132 Architecture: any
133 Section: python
134 Depends: =PY, ${shlibs:Depends}
135 Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml
136 Conflicts: libwxgtk-python
137 Replaces: libwxgtk-python
138 Provides: libwxgtk-python
139 Description: 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
149  this package explicitly, use the libwxgtk=V.=SO-python package instead.
150  .
151  If you wish to use xrced you'll also need the python-xml package installed.
152
153 Package: libwxmsw=V-dev
154 Architecture: i386
155 Section: otherosfs
156 Depends: wx=V-headers-msw (= ${Source-Version})
157 Description: wxMSW mingw32msvc-cross
158  mingw32msvc-cross wxMSW libs.
159
160 Package: libwxmsw=V-dbg
161 Architecture: i386
162 Section: otherosfs
163 Depends: wx=V-headers-msw (= ${Source-Version})
164 Description: wxMSW mingw32msvc-cross (debug)
165  mingw32msvc-cross wxMSW libs.
166  __WXDEBUG__ version.
167
168 Package: wx=V-headers-msw
169 Architecture: i386
170 Section: otherosfs
171 Depends: wx=V-headers (= ${Source-Version})
172 Description: Extra wxWidgets headers for mingw32msvc-cross
173  Headers required by the wxWidgets mingw32msvc-cross libraries.
174