wmaker: Remove prototype for unused get_right_position_on_screen function.
[wmaker-crm.git] / debian / control
blob3421bfe6b2454311ef0b37949ee07d71bfc467cf
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: Debian Window Maker Team <pkg-wmaker-devel@lists.alioth.debian.org>
5 Uploaders: Rodolfo García Peñas (kix) <kix@debian.org>,
6            Andreas Metzler <ametzler@debian.org>,
7            Doug Torrance <dtorrance@piedmont.edu>
8 Standards-Version: 3.9.6
9 Build-Depends: automake (>= 1:1.12),
10                debhelper (>= 9),
11                dh-autoreconf,
12                gettext,
13                libfontconfig1-dev,
14                libgif-dev,
15                libjpeg-dev,
16                libpng-dev,
17                libsm-dev,
18                libtiff-dev,
19                libtool,
20                libx11-dev,
21                libxext-dev,
22                libxft-dev,
23                libxinerama-dev,
24                libxkbfile-dev,
25                libxmu-dev,
26                libxpm-dev,
27                libxrandr-dev,
28                libxrender-dev,
29                libxt-dev,
30                sharutils
31 Homepage: http://windowmaker.org/
32 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-wmaker/wmaker.git
33 Vcs-Git: https://anonscm.debian.org/git/pkg-wmaker/wmaker.git
35 Package: wmaker
36 Architecture: any
37 Multi-Arch: foreign
38 Depends: wmaker-common (= ${source:Version}),
39          ${misc:Depends},
40          ${shlibs:Depends}
41 Provides: x-window-manager
42 Suggests: desktop-base, menu, wmaker-data, x-terminal-emulator, x11-apps
43 Description: NeXTSTEP-like window manager for X
44  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
45  very closely, and it is now an official GNU project. Window Maker (originally
46  named WindowMaker) is not overloaded with features, and it is easier to
47  configure than most other window managers. Its final goal is to produce a
48  window manager that doesn't require editing of configuration files.
49  Window Maker is fast and doesn't require tons of memory to run.
51 Package: wmaker-common
52 Architecture: all
53 Multi-Arch: foreign
54 Depends: ${misc:Depends}
55 Suggests: wmaker
56 Description: Window Maker - Architecture independent files
57  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
58  very closely, and it is now an official GNU project. Window Maker (originally
59  named WindowMaker) is not overloaded with features, and it is easier to
60  configure than most other window managers. Its final goal is to produce a
61  window manager that doesn't require editing of configuration files.
62  Window Maker is fast and doesn't require tons of memory to run.
63  .
64  This package contains the architecture independent files.
66 Package: libwraster-dev
67 Architecture: any
68 Multi-Arch: same
69 Section: libdevel
70 Depends: libc6-dev,
71          libgif-dev,
72          libjpeg-dev,
73          libpng-dev,
74          libtiff5-dev,
75          libwraster5 (= ${binary:Version}),
76          libx11-dev,
77          libxext-dev,
78          libxpm-dev,
79          ${misc:Depends}
80 Breaks: libwraster3-dev
81 Replaces: libwraster3-dev
82 Description: Static libraries and headers of Window Maker rasterizer
83  This library is used to manipulate images and convert them to
84  a format that can be displayed through the X window system.
85  Read the wraster.h header for an idea of what is available
86  .
87  Contains libwraster and header files, for manipulating and
88  rasterizing images.
90 Package: libwraster5
91 Architecture: any
92 Multi-Arch: same
93 Section: libs
94 Depends: ${misc:Depends}, ${shlibs:Depends}
95 Description: Shared libraries of Window Maker rasterizer
96  This library is used to manipulate images and convert them to
97  a format that can be displayed through the X window system.
98  Read the wraster.h header for an idea of what is available
100 Package: libwings-dev
101 Architecture: any
102 Multi-Arch: same
103 Section: libdevel
104 Depends: libc6-dev,
105          libfontconfig1-dev,
106          libwings3 (= ${binary:Version}),
107          libwraster-dev,
108          libwutil5 (= ${binary:Version}),
109          libx11-dev,
110          libxext-dev,
111          libxft-dev,
112          ${misc:Depends}
113 Description: Window Maker's own widget set
114  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
115  look and feel. Its API is inspired in OpenSTEP and its
116  implementation borrows some ideas from Tk. It has a reasonable set of
117  widgets, sufficient for building small applications like a CDPlayer
118  or hacking something like rxvt. It is used for basic widgets in
119  the WindowMaker window manager.
121 Package: libwutil5
122 Architecture: any
123 Multi-Arch: same
124 Section: libs
125 Depends: ${misc:Depends}, ${shlibs:Depends}
126 Description: Window Maker's own widget set - utility library
127  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
128  look and feel. Its API is inspired in OpenSTEP and its
129  implementation borrows some ideas from Tk. It has a reasonable set of
130  widgets, sufficient for building small applications like a CDPlayer
131  or hacking something like rxvt. It is used for basic widgets in
132  the WindowMaker window manager.
134  This package contains the libWUtils runtime library.
136 Package: libwings3
137 Architecture: any
138 Multi-Arch: same
139 Section: libs
140 Depends: ${misc:Depends}, ${shlibs:Depends}
141 Description: Window Maker's own widget set - runtime library
142  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
143  look and feel. Its API is inspired in OpenSTEP and its
144  implementation borrows some ideas from Tk. It has a reasonable set of
145  widgets, sufficient for building small applications like a CDPlayer
146  or hacking something like rxvt. It is used for basic widgets in
147  the WindowMaker window manager.
149  This package contains the libWINGs runtime library.
151 Package: wmaker-dbg
152 Architecture: any
153 Multi-Arch: same
154 Section: debug
155 Priority: extra
156 Depends: libwraster5 (= ${binary:Version}) | libwings3 (= ${binary:Version}) | libwutil5 (= ${binary:Version}) | wmaker (= ${binary:Version}),
157          ${misc:Depends}
158 Description: Debugging symbols for WindowMaker packages
159  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
160  very closely, and it is now an official GNU project. Window Maker is not
161  overloaded with features, and it is easier to configure than most other window
162  managers. Its final goal is to produce a window manager that doesn't require
163  editing of configuration files. Window Maker is fast and doesn't require tons
164  of memory to run.
166  This package contains debugging symbols for Window Maker and its core
167  libraries (libWINGs, libWutils, libwraster).