]> git.decadent.org.uk Git - ion3.git/blob - debian/control
Add ${misc:Depends} to ion3-dev
[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.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, 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: devscripts, libwww-perl, 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  This package provides Ion version 3.  Ion version 2 is available in
29  the ion2 package.
30
31 Package: ion3-dev
32 Section: non-free/devel
33 Priority: extra
34 Architecture: all
35 Depends: ${misc:Depends}, libx11-dev, libsm-dev, lua5.1, gcc (>> 3)
36 Conflicts: particleman-dev
37 Replaces: particleman-dev
38 Description: Ion3 development files
39  This package contains the files necessary for building extension
40  modules to the Ion window manager, version 3.