]> git.saurik.com Git - wxWidgets.git/blame - debian/control.in
help sample useful again
[wxWidgets.git] / debian / control.in
CommitLineData
e4c4c1c6
RL
1Source: wxwindows
2Section: libs
3Priority: optional
4Build-Depends: debhelper, libgtk1.2-dev, flex, bison
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
24Suggests: libstdc++-dev, gettext
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
f538864d
RL
36Package: libwx=V-doc
37Architecture: all
38Section: doc
39Suggests: doc-base, www-browser
40Description: wxWindows Cross-platform C++ GUI toolkit (documentation)
41 wxWindows is a class library for C++ providing GUI (Graphical User
42 Interface) and other facilities on more than one platform. Version 2.1
43 currently supports subsets of GTK+, Motif, and MS Windows.
44 .
45 This package provides a HTML version of the wxWindows reference manual.
46