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