debian: Use dh_autoreconf.
[wmaker-crm.git] / debian / control
blob8cc6772f8ab252d087a54668e4d03d153ae0c5e6
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: Rodolfo García Peñas (kix) <kix@debian.org>
5 Standards-Version: 3.9.6
6 Build-Depends: debhelper (>= 9), automake (>= 1:1.12), gettext,
7  libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-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, dh-autoreconf
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, 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 (originally
21  named WindowMaker) is not overloaded with features, and it is easier to
22  configure than most other window managers. Its final goal is to produce a
23  window manager that doesn't require editing of configuration files.
24  Window Maker is fast and doesn't require tons 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 (originally
35  named WindowMaker) is not overloaded with features, and it is easier to
36  configure than most other window managers. Its final goal is to produce a
37  window manager that doesn't require editing of configuration files.
38  Window Maker is fast and doesn't require tons of memory to run.
39  .
40  This package contains the architecture independent files.
42 Package: libwraster-dev
43 Architecture: any
44 Section: libdevel
45 Depends: libwraster5 (= ${binary:Version}), libc6-dev, libx11-dev,
46  libxext-dev, libxpm-dev, libjpeg-dev, libpng-dev, libgif-dev,
47  libtiff5-dev, ${misc:Depends}
48 Breaks: libwraster3-dev
49 Replaces: libwraster3-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: libwraster5
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
67 Package: libwings-dev
68 Architecture: any
69 Section: libdevel
70 Depends: libc6-dev, libx11-dev, libxext-dev, libwraster-dev, libxft-dev,
71  libfontconfig1-dev, libwutil5 (= ${binary:Version}),
72  libwings3 (= ${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: libwutil5
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: libwings3
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: libwraster5 (= ${binary:Version}) | libwings3 (= ${binary:Version}) |
114  libwutil5 (= ${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).