]> git.sur5r.net Git - i3/i3/blob - debian/control
Add docbook-xml as build dependency, revert last commit
[i3/i3] / debian / control
1 Source: i3-wm
2 Section: utils
3 Priority: optional
4 Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
5 Build-Depends: debhelper (>= 5), libx11-dev, libxcb-wm0-dev (>= 0.3.3), libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms0-dev (>= 0.3.3), libxcb-xinerama0-dev (>= 1.1), asciidoc, xmlto, docbook-xml
6 Standards-Version: 3.8.0
7 Homepage: http://i3.zekjur.net/
8
9 Package: i3
10 Architecture: any
11 Priority: optional
12 Section: x11
13 Depends: i3-wm
14 Recommends: i3lock, dwm-tools
15 Description: meta package (i3 window manager, i3lock (screen locker), dwm-tools)
16  This meta-package installs the i3 window manager (i3-wm), the i3lock screen
17  locker (slightly improved version of slock) and dwm-tools which contains dmenu.
18  These are all the tools you need to use the i3 window manager efficiently.
19
20 Package: i3-wm
21 Architecture: any
22 Priority: optional
23 Section: x11
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Description: an improved dynamic tiling window manager
26  Key features of i3 are correct implementation of Xinerama (workspaces are
27  assigned to virtual screens, i3 does the right thing when attaching new
28  monitors), XrandR support (not done yet), horizontal and vertical columns
29  (think of a table) in tiling. Also, special focus is on writing clean,
30  readable and well documented code. i3 uses xcb for asynchronous
31  communication with X11, and has several measures to be very fast.
32  .
33  Please be aware i3 is primarily targeted at advanced users and developers
34  and that you're currently trying an alpha version (which may contain bugs).