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