]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
added wxPython control files and a few changes
[wxWidgets.git] / debian / control.in
CommitLineData
e0a4aa8a 1Source: wxwindows=V
e4c4c1c6
RL
2Section: libs
3Priority: optional
e0a4aa8a 4Build-Depends: debhelper, libgtk1.2-dev, python-dev (>=1.5), flex, bison
e4c4c1c6
RL
5Maintainer: Ron Lee <ron@debian.org>
6Standards-Version: 3.1.1
7
8Package: libwxgtk=V
9Architecture: any
10Section: libs
11Depends: ${shlibs:Depends}
12Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
13 wxWindows is a class library for C++ providing GUI (Graphical User
14 Interface) and other facilities on more than one platform. Version 2.1
15 currently supports subsets of GTK+, Motif, and MS Windows.
16 .
17 This package provides the shared libraries needed to run programs linked
18 against wxWindows.
19
20Package: libwxgtk=V-dev
21Architecture: any
22Section: devel
23Depends: libwxgtk=V (= ${Source-Version}), libc6-dev
e0a4aa8a 24Suggests: wxwin=V-doc, libstdc++-dev, gettext
e4c4c1c6
RL
25Conflicts: libwxgtk-dev
26Replaces: libwxgtk-dev
27Provides: libwxgtk-dev
28Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
29 wxWindows is a class library for C++ providing GUI (Graphical User
30 Interface) and other facilities on more than one platform. Version 2.1
31 currently supports subsets of GTK+, Motif, and MS Windows.
32 .
33 This package provides files needed to compile wxWindows programs. It
34 includes header files and static libraries.
35
e0a4aa8a
RL
36Package: libwxgtk=V-python
37Architecture: any
38Section: interpreters
39Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5), ${shlibs:Depends}
40Suggests: wxwin=V-doc
41Description: wxWindows Cross-platform C++ GUI toolkit (Python binding)
42 wxWindows is a class library for C++ providing GUI (Graphical User
43 Interface) and other facilities on more than one platform. Version 2.1
44 currently supports subsets of GTK+, Motif, and MS Windows.
45 .
46 This package provides a Python binding to the wxGTK library.
47
48Package: wxwin=V-doc
f538864d
RL
49Architecture: all
50Section: doc
51Suggests: doc-base, www-browser
52Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
53 wxWindows is a class library for C++ providing GUI (Graphical User
54 Interface) and other facilities on more than one platform. Version 2.1
55 currently supports subsets of GTK+, Motif, and MS Windows.
56 .
57 This package provides a HTML version of the wxWindows reference manual.
58