]> git.saurik.com Git - wxWidgets.git/blob - debian/control.in
no message
[wxWidgets.git] / debian / control.in
1 Source: wxwindows=V
2 Section: libs
3 Priority: optional
4 Build-Depends: debhelper, libgtk1.2-dev, python-dev (>=1.5), flex, bison
5 Maintainer: Ron Lee <ron@debian.org>
6 Standards-Version: 3.1.1
7
8 Package: libwxgtk=V
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: 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
20 Package: libwxgtk=V-dev
21 Architecture: any
22 Section: devel
23 Depends: libwxgtk=V (= ${Source-Version}), libc6-dev
24 Suggests: wxwin=V-doc, libstdc++-dev, gettext
25 Conflicts: libwxgtk-dev
26 Replaces: libwxgtk-dev
27 Provides: libwxgtk-dev
28 Description: 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
36 Package: libwxgtk=V-python
37 Architecture: any
38 Section: interpreters
39 Depends: libwxgtk=V (= ${Source-Version}), python-base (>=1.5), ${shlibs:Depends}
40 Suggests: wxwin=V-doc
41 Description: 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
48 Package: wxwin=V-doc
49 Architecture: all
50 Section: doc
51 Suggests: doc-base, www-browser
52 Description: 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