]> git.decadent.org.uk Git - ion3.git/blob - debian/control
700e4ba9c79b4cd080559396e318a584874f1628
[ion3.git] / debian / control
1 Source: ion3
2 Section: non-free/x11
3 Priority: extra
4 Maintainer: Ben Hutchings <ben@decadent.org.uk>
5 Standards-Version: 3.7.3
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, po-debconf
7
8 Package: ion3
9 Section: non-free/x11
10 Architecture: any
11 Depends: ${misc:Depends}, ${shlibs:Depends}, xterm | x-terminal-emulator, xbase-clients
12 Recommends: devscripts, libwww-perl, xfonts-75dpi | xfonts-75dpi-transcoded | xfonts-100dpi | xfonts-100dpi-transcoded
13 Suggests: menu (>= 2.1.9), docker, ion3-doc, ion3-scripts
14 Conflicts: particleman
15 Provides: x-window-manager, ion3-api-${Ion:ApiVersion}
16 Replaces: particleman
17 Homepage: http://iki.fi/tuomov/ion/
18 Description: tiling tabbed window manager designed for keyboard users
19  Ion divides the screen into tiles and places windows in these tiles
20  by default.  Each tile has a set of tabs for the windows within it.
21  It also allows windows to be made 'floating' and placed freely.  Ion
22  can be controlled through the keyboard alone or together with a mouse.
23  .
24  Ion can be configured and extended using the Lua language.  It also
25  supports extension modules written in C.
26  .
27  This package provides Ion version 3.  Ion version 2 is available in
28  the ion2 package.
29
30 Package: ion3-dev
31 Section: non-free/devel
32 Priority: extra
33 Architecture: all
34 Depends: libx11-dev, libsm-dev, lua5.1, gcc (>> 3)
35 Conflicts: particleman-dev
36 Replaces: particleman-dev
37 Description: Ion3 development files
38  This package contains the files necessary for building extension
39  modules to the Ion window manager, version 3.