]> git.decadent.org.uk Git - ion3.git/blob - debian/control
[svn-inject] Applying Debian modifications to trunk
[ion3.git] / debian / control
1 Source: ion3
2 Section: x11
3 Priority: extra
4 Maintainer: Norbert Tretkowski <nobse@debian.org>
5 Uploaders: Per Olofsson <pelle@debian.org>
6 Standards-Version: 3.7.2.0
7 Build-Depends: debhelper (>> 4), gcc (>> 3), libxinerama-dev, libsm-dev, liblua5.1-0-dev, lua5.1, dpatch, pkg-config, groff-base
8
9 Package: ion3
10 Section: x11
11 Architecture: any
12 Depends: ${shlibs:Depends}, xterm | x-terminal-emulator
13 Suggests: menu (>= 2.1.9)
14 Conflicts: ion (<< 0.0.20020207-7)
15 Recommends: xfonts-75dpi | xfonts-75dpi-transcoded | xfonts-100dpi | xfonts-100dpi-transcoded
16 Provides: x-window-manager, ion3-api-${Ion:ApiVersion}
17 Description: keyboard-friendly window manager with tiled windows (devel)
18  Ion, based on PWM, is an unusual window manager with no overlapping
19  windows. Windows are placed in tabbed frames which may be arbitrarily
20  split to create additional frames, making keyboard navigation much
21  easier. Flexible configuration is possible thanks to Lua, which is
22  used as the configuration language.
23  .
24  There is also support for so-called "floating workspaces" where
25  windows are managed the conventional way, so that you can still run
26  applications which do not fit very well into Ion's window management
27  approach. A pwm3 binary is included which starts Ion with floating
28  workspaces as the default, thus replacing the now obsolete PWM window
29  manager.
30  .
31  This is the current development branch of Ion.
32  .
33  Website: http://iki.fi/tuomov/ion/
34
35 Package: ion3-dev
36 Section: devel
37 Priority: extra
38 Architecture: all
39 Depends: ion3-api-${Ion:ApiVersion}, libxinerama-dev, libsm-dev, lua5.1, gcc (>> 3)
40 Description: ion3 development files
41  This package contains the files necessary for building extension
42  modules to the window manager Ion.
43
44 Package: ion3-doc
45 Section: doc
46 Architecture: all
47 Recommends: lynx | www-browser
48 Suggests: doc-base, dwww | doc-central | dhelp
49 Description: ion3 documentation
50  This package contains the document "Configuring and extending Ion3
51  with Lua" which explains how to configure and extend the window
52  manager Ion.