]> git.decadent.org.uk Git - ion3.git/blob - debian/control
Added suggestion of ion3-doc in control file and welcome message.
[ion3.git] / debian / control
1 Source: particleman
2 Section: x11
3 Priority: extra
4 Maintainer: Ben Hutchings <ben@decadent.org.uk>
5 Standards-Version: 3.7.2.0
6 Build-Depends: debhelper (>= 4.1.16), gcc (>> 3), libx11-dev, libxext-dev, libsm-dev, liblua5.1-0-dev, lua5.1, quilt, pkg-config, groff-base
7
8 Package: particleman
9 Section: x11
10 Architecture: any
11 Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, debconf, xbase-clients
12 Recommends: xfonts-75dpi | xfonts-75dpi-transcoded | xfonts-100dpi | xfonts-100dpi-transcoded
13 Suggests: menu (>= 2.1.9), docker, ion3-doc, ion3-scripts
14 Conflicts: ion3
15 Provides: x-window-manager, ion3, ion3-api-${Ion:ApiVersion}
16 Replaces: ion3
17 Description: keyboard-friendly window manager with tiled windows
18  ParticleMan is a free version of the Ion3 window manager.
19  .
20  Ion, based on PWM, is an unusual window manager with no overlapping
21  windows. Windows are placed in tabbed frames which may be arbitrarily
22  split to create additional frames, making keyboard navigation much
23  easier. Flexible configuration is possible thanks to Lua, which is
24  used as the configuration language.
25  .
26  There is also support for so-called 'floating workspaces' where
27  windows are managed the conventional way, so that you can still run
28  applications which do not fit very well into Ion's window management
29  approach. A pwm3 binary is included which starts ParticleMan with
30  floating workspaces as the default, thus replacing the now obsolete
31  PWM window manager.
32
33 Package: particleman-dev
34 Section: devel
35 Priority: extra
36 Architecture: all
37 Depends: libx11-dev, libsm-dev, lua5.1, gcc (>> 3)
38 Conflicts: ion3-dev
39 Provides: ion3-dev
40 Replaces: ion3-dev
41 Description:  development files
42  This package contains the files necessary for building extension
43  modules to the ParticleMan or Ion3 window managers.