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