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