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