debian: New debian version 0.95.1-1
[wmaker-crm.git] / debian / control
blob0bc138c49bf60b397cfcbe052416c7af34cbb07e
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: Rodolfo García Peñas (kix) <kix@kix.es>
5 Standards-Version: 3.9.2
6 Build-Depends: debhelper (>= 7.0.50~), automake (>= 1:1.11), gettext,
7  libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff4-dev,
8  libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
9  libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
10  libxrandr-dev, dctrl-tools, autotools-dev
11 Homepage: http://windowmaker.org/
13 Package: wmaker
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}, wmaker-common (>= 0.95.0+20111028-3)
16 Provides: x-window-manager
17 Suggests: wmaker-data, menu, x11-apps, xosview, x-terminal-emulator, desktop-base
18 Description: NeXTSTEP-like window manager for X
19  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
20  very closely, and it is now an official GNU project. Window Maker is not
21  overloaded with features, and it is easier to configure than most other window
22  managers. Its final goal is to produce a window manager that doesn't require
23  editing of configuration files. Window Maker is fast and doesn't require tons
24  of memory to run.
26 Package: wmaker-common
27 Architecture: all
28 Depends: ${misc:Depends}
29 Suggests: wmaker
30 Replaces: wmaker (<< 0.95.0+20111028-3)
31 Breaks: wmaker (<< 0.95.0+20111028-3)
32 Description: Window Maker - Architecture independent files
33  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
34  very closely, and it is now an official GNU project. Window Maker is not
35  overloaded with features, and it is easier to configure than most other window
36  managers. Its final goal is to produce a window manager that doesn't require
37  editing of configuration files. Window Maker is fast and doesn't require tons
38  of memory to run.
39  .
40  This package contains the architecture independent files.
42 Package: libwraster3-dev
43 Architecture: any
44 Section: libdevel
45 Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev,
46  libxext-dev, libxpm-dev, libjpeg-dev, libpng-dev, libgif-dev,
47  libtiff4-dev, ${misc:Depends}
48 Provides: libwraster-dev
49 Description: Static libraries and headers of Window Maker rasterizer
50  This library is used to manipulate images and convert them to
51  a format that can be displayed through the X window system.
52  Read the wraster.h header for an idea of what is available
53  .
54  Contains libwraster and header files, for manipulating and
55  rasterizing images.
57 Package: libwraster3
58 Architecture: any
59 Section: libs
60 Depends: ${shlibs:Depends}, ${misc:Depends}
61 Description: Shared libraries of Window Maker rasterizer
62  This library is used to manipulate images and convert them to
63  a format that can be displayed through the X window system.
64  Read the wraster.h header for an idea of what is available
67 Package: libwings-dev
68 Architecture: any
69 Section: libdevel
70 Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
71  libfontconfig1-dev, libwutil2 (= ${binary:Version}),
72  libwings2 (= ${binary:Version}), ${misc:Depends}
73 Description: Window Maker's own widget set
74  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
75  look and feel. Its API is inspired in OpenSTEP and its
76  implementation borrows some ideas from Tk. It has a reasonable set of
77  widgets, sufficient for building small applications like a CDPlayer
78  or hacking something like rxvt. It is used for basic widgets in
79  the WindowMaker window manager.
81 Package: libwutil2
82 Architecture: any
83 Section: libs
84 Depends: ${shlibs:Depends}, ${misc:Depends}
85 Description: Window Maker's own widget set - utility library
86  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
87  look and feel. Its API is inspired in OpenSTEP and its
88  implementation borrows some ideas from Tk. It has a reasonable set of
89  widgets, sufficient for building small applications like a CDPlayer
90  or hacking something like rxvt. It is used for basic widgets in
91  the WindowMaker window manager.
92  .
93  This package contains the libWUtils runtime library.
95 Package: libwings2
96 Architecture: any
97 Section: libs
98 Depends: ${shlibs:Depends}, ${misc:Depends}
99 Description: Window Maker's own widget set - runtime library
100  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
101  look and feel. Its API is inspired in OpenSTEP and its
102  implementation borrows some ideas from Tk. It has a reasonable set of
103  widgets, sufficient for building small applications like a CDPlayer
104  or hacking something like rxvt. It is used for basic widgets in
105  the WindowMaker window manager.
107  This package contains the libWINGs runtime library.
109 Package: wmaker-dbg
110 Architecture: any
111 Section: debug
112 Priority: extra
113 Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
114  libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
115  ${misc:Depends}
116 Description: Debugging symbols for WindowMaker packages
117  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
118  very closely, and it is now an official GNU project. Window Maker is not
119  overloaded with features, and it is easier to configure than most other window
120  managers. Its final goal is to produce a window manager that doesn't require
121  editing of configuration files. Window Maker is fast and doesn't require tons
122  of memory to run.
124  This package contains debugging symbols for Window Maker and its core
125  libraries (libWINGs, libWutils, libwraster).